Not Working on Offline Charts? Works on Backtest.
-
I have a simple EA running on a Renko chart.
Renko chart is developed by an indicator (I can upload here if you guys want)When I run a back test, my EA works perfectly
However, on live chart, the EA doesn’t work properly.
It doesn’t open trades when it’s supposed to, and on some charts, not at all.But on strategy tester, it works.
And ideas? Thanks
-
This is the results from backtest

This is the live. As you see, it's opening trades the same way it does as the other one.

This is how I'm opening trades. Super simple.
https://fxdreema.com/shared/aySO6Q5Pd -
@yoloyacht Just move all blocks to the 'on tick' tab.
-
@l-andorrà it’s actually on the on ticks tab.
I was just trying out on chart stuff to see before I made the link -
@yoloyacht Are all of them on the 'on tick' tab? If so there must be a problem with your MT4 platform because the logic is correc. However, I see that block number 31 specified 'below' whereas block 30 is specifying 'crosses above'. Is that correct?