|
DenyShortTrades |
Top Previous Next |
|
Marks the instrument to deny short trades. This function is the opposite of AllowShortTrades.
Syntax
DenyShortTrades
Parameters
Example ' If this instrument is NOT in the top rankings... IF instrument.shortRank > rankThreshold THEN
instrument.DenyShortTrades ENDIF |