Skip ticks
-
I am trying to get the ea to perform a buy or sell on the next candle using skip ticks but it does not seems to work.
Delay also not working.
https://fxdreema.com/shared/UoJwceFN
Anyone can help?
My idea here is check the current candle for condition to buy or sell and the ea to perform the buy or sell once new candle open.
Therefore, I need a delay or skip ticks to work.
-
@edmundtan Simply specify candle ID 1 on both operands of block ID 2.
-
for some reason, i need to use either a delay or skip tick to work for this ea. using candle id will not be accurate due to repaint custom indicator.
-
https://fxdreema.com/shared/FwwV96qJd
I did some here to test skip ticks and none works.
Bug with fxdreema or with me?
-
@edmundtan Those blocks do not work because they are connected below the 'once per bar' block. This means they will be tried to be executes just once every time a new bar is created. You should connect them separatedly after the 'once per bar' structure. Then those ticks will be skipped beceause thay are on the 'on tick' tab.