I am writing to you because I am currently testing a strategy, and I have encountered this small issue. I wanted to see if it is possible for you to provide some guidance. I am running the tests on 60-minute ranges. Today, I activated it with test data, and these were the results, including these two specific candles that ended in stop loss:
These values can also be seen in the execution log, e.g., the execution with the price 21791.5:
And if I switch the chart to 1-second intervals to see the details of what happened, I can see the prices from the previous images interacting:
But if I disable and re-enable the strategy, the values are different; for the two candles with a stop, a target now appears:
When running the Strategy Analyzer, the two trades appear with positive results as well:
And when viewing the chart in 1-second intervals to see the trade details, it looks like this:
I’m not sure what might be causing the change in values or if there is an issue with the Strategy Analyzer since the values on the 1-second chart don’t seem correct. I have already used the “Reload All Historical Data” option, but I’m not sure what other option or detail I might be missing.
Thanks in advance...

Comment