AbzParticipant
Veteran
Hello
can someone please help with following scenario
when im on market and have recived profit for 30 points i then exit the market. I want to enter the market again when the price goes back to the first enter price. This for long and short trades
Thanks
Just an initial thought
once openingprice=0
if condition then
BUY 1 CONTRACTS AT MARKET
openingprice=tradeprice
ENDIF
set target point 30
if close crosses under openingprice then
buy 1 contract at market
endif
i want to know tradeprice become yesterday's low
i try low[1],but it didnt