DenyLongTrades

Top  Previous  Next

Marks the instrument to deny long trades.This function is the opposite of AllowLongTrades.

 

Syntax

 

DenyLongTrades

 

Parameters

none

 

 

 

Example

' If this instrument is NOT in the top rankings...

IF instrument.longRank > rankThreshold THEN

 

   instrument.DenyLongTrades

ENDIF