Instruction to open a short position.
Syntax:
1 |
SELLSHORT |
Example :
1 2 3 |
IF NOT ShortOnMarket AND ShortConditions THEN SELLSHORT 1 SHARES AT MARKET ENDIF |
Instruction to open a short position.
Syntax:
1 |
SELLSHORT |
Example :
1 2 3 |
IF NOT ShortOnMarket AND ShortConditions THEN SELLSHORT 1 SHARES AT MARKET ENDIF |
l have tried it to code a SELLSHORT l get a message (Syntax error BUY/Stop order are only allowed in ProbackTest)
Which is the instruction to close the short position?
EXITSHORT is the instruction to close a short position.