Set order with out SL and TP and only close with candle close
-
Hello
as same topic title please let me know how can i have order SELL or BUY that close after candle?
for example in 15m timeframe in 22:00 (or between 22:00 to 22:15) open BUY order without SL and TP and close in 22:15:59 when candle 15m close !
Thanks -
How about this
once per bar (M15) ->
close all trades ->
your condition -> buy/sell -
I think that's work
Thanks so much
-
@roar
Thanks again but now when i use my EA with visual mode i see it is not work properly!
because for example when it buy at 2:00 and close in 3:00 , 3:00 is not candle 2:00 close and is a next candle open and so different between these!
How can i solve this?