Hi All,
I am getting some what I would call anomalies within the backtesting strategy creator, and I was wondering if anyone could help?
The strategy I’m looking at is just a simple crossover system using a custom indicator that I have made. So if X > Y then long, Y > X then short. Always in.
However, when I run the backtest, very occasionally, the indicator crosses it’s MA (very slightly) and the on the next bar crosses immediately back – but the back-tester does not register this as a cross?
So my question is: Does the backtesting program work to a certain number of decimal places to the right or just whole numbers? For example; the indicator is calculating to 5 decimal places, but the crosses only seem to register within the program when the cross magnitude is greater than 1.
Can anyone please help clear this up for me?
Many Thanks as always.
Ross