Hello people.
after spent hours in debugging a trading system that i’m building, i found a very strange thing, see the screen attached.
It’s a 15m chart on DAX, i’ve put the close value in GRAPH as: GRAPH close as “Close”. Then i compared it with the info on the popup in the same bar. The value sometimes differ as you can see.
Is this a bug or i’m missing some settings for intraday chart?
I think that i found the problem.
There was a bug in the code that will set the stop loss to a negative value.
Fixing it removed the problem.