You can add backtesting range to any pine script strategy in 3 easy steps: 1) Insert the following code into your strategy after last input() you have: 2) Add time_cond variable to all your entry conditions, you can do that in on of the following 2 ways depending on your code: if you’re using if […]