https://fxdreema.com/shared/FwwV96qJd
I did some here to test skip ticks and none works.
Bug with fxdreema or with me?
https://fxdreema.com/shared/FwwV96qJd
I did some here to test skip ticks and none works.
Bug with fxdreema or with me?
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.
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.
Thanks. I have fixed it with your advice.
Backtest in MT4 and I think there is a bug in my code. Can someone please take a look.
After Stop Loss, EA suppose to count the loss money -46.95 and calculate the recovery lot size for next order. It is working fine when there is only 1 Stop Loss order.
However, when there are 2 stop loss orders closed, the ea during backtest only calculate the loss for 1 order and use the lot size for next 2 orders.
order #32 after SL -46.95 should open buy order 0.11/0.12 but instead it open order with lot size 0.04
order #33 after SL -16.95 should open buy order 0.04 which is correct

i did turn off the ray option but still the same.
Is it possible to set the length of the horizontal line draw on chart?
I have tired but don't seem to have length setting.
How do i do the following?
If current TF is M30, set next TF to H1,
if current TF H1, set next TF to H4.
Anyone?