how open one order
Created at 25 Jun 2014, 07:17
how open one order
25 Jun 2014, 07:17
hi,,
how make expert RSI
if RSI< 50 and move up 50 open order buy but not open every Tick jut one open position if move up RSI 60 open other position buy
if RSI down 50 or 40 sell
i need control number of position, i try make expert RSI but it's open order every tick :(
how make this if move up to 50 open one order buy and move up 60 open other order buy ... etc
and sell if down 50 sell one order move down 40 sell other order ... etc
sorry my English not good
thank you
Yasen
02 Jul 2014, 13:57
You can put labels to your orders and then in OnTick check all your opened positions so you will not open orders on every tick
@Yasen