Long story short, Can we let the HGI Display the current situation?
And let it repaint (which developers try not to let it do)
Here is a use case example:
We were testing this ea. on 1 vps, same broker different platform.
1 platform reloaded every 10 minutes. (INDI and EA)
The reloaded platform showed a RandgeEND wavy on a historic candle.
Causing the EA to open new RAD trades and TREND trades.
So performing like it is designed to.
The other platform (2)..
Showed as the latest wavy a gold one on a historic candle.
The EA was not taking RAD and TREND Trades.
So performing like it is designed to.
So in this example in both cases the ea is on the same chart, working perfectly and giving different results.
What happend is that the Range END wavy was forming on a historic candle.
No problem with that, that's good.
But the EA is only looking for signals at the current candle.
So he misses completly what is going on at historic candles.. Unless you reinit the EA.
On init the ea is looking back trough history, finds the latest wavy..
in this case the range end formed on a historic candle. and responds to it.
I think I have shared this message here before.
Hopefully my explanation is clear to you all.
Know you now, why it is not opening a trade on every RAD, Wavy or Trend signal.