Open trade when candle open
-
Hi all,
I Saw there a lot of topics, have tried many examples but the problem still in place for me.
I would like to open a new trade exactly when a new candle opens. It can be second 00, or 01... but it seems there is no way.
With a block once per bar (have tested it already) it opens a trade sometimes after 10 seconds or even more.Is there any way to open trade exactly when a new candle opens. ( I use 5 min chart only)
-
@gsmtricks Hi! Can you share your project? (Only the part that interests)
Nevermind. Your problem is on live trading? -
Yes, my problem is ONLY on live trading.
-
@gsmtricks Oh it is normal, there are always a little delay on order execution by broker by internet.....
Check the latency of some brokers and you can see -
It's not about the connection.
I see on times that there is already 10 seconds passed and a lot of tick has been in a place and only after that FXdrema triggers my block. -
try building the project on timer tab ?
-
@hadees said in Open trade when candle open:
try building the project on timer tab ?
Have tried. Doesn't work https://fxdreema.com/shared/RE98NFa7
-
@gsmtricks We should do some tests on Monday.
-
@gsmtricks Also try with market properties choose ask or whatever, but with this block the advantage is the Tick ID, in the more options tab. You could put tick ID 2 == candle open, tick ID 1 > candle open. So you force it to take into account specific ticks. If it doesn't for some reason. Mt5 I hear has some problems. This is technique for candle ID 0.
-
This is my test on a demo hedge MT5 account
https://fxdreema.com/shared/BZ7Nkbb1b
No delay, but it's a demo account