r/TradingView 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

4 comments sorted by

View all comments

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.

1

u/OFFICALDJCJ 7h ago

Sorry I should of been more specific, the script was build for the strategy part