Hi everyone!

When backtesting one strategy I got some good results in performance but noticed warnings “fill at stale price”.

The problem was because of daily resolution so I fixed this and got quite bad results with negative performance.

As I see it, “stale price” here brought us to evaluating a signal in the morning and using close of the previous day price so we kinda look into the future.

Am I missing something and is there some way to fix the “stale price” problem here without loosing all the strategy?

Best regards,

Sergey