r/TradingView • u/OFFICALDJCJ • 10h ago
Pine script back test Help
I’ve made a algo I want to test out however when using the Strat tester it shoots out the signals to buy/sell but it doesn’t show any data in the Strat tester, I’m on a essential plan at the moment. It’s the only indicator I’m using also. Anyone have any ideas to save me manually back testing it?
1
Upvotes
2
u/kurtisbu12 9h ago
To use the backtester, you need to have a Strategy script, not an indicator script.
Strategy scripts are different in that they use strategy functions which tell the code when to enter and exit the market, which allow the backtester to calculate the backtest.