Hi,
Can someone help me please how I can give a stop loss order with the SMA?
I’ve tried it two different ways, none of them are executed.
- IF not longonmarket and c1 and c2 and c3 and c9 THEN
BUY 1 CONTRACT AT MARKET
set stop loss Average[20](close)
- IF not longonmarket and c1 and c2 and c3 and c9 THEN
BUY 1 CONTRACT AT MARKET
sell at Average[20](close) stop
thanks
George
Thanks Roberto for your support!
Though you write version 2 is correct, it is not executed.
I’ll try version 1
Thanks again!