The plotting functions are great, and the ability to make custom indicators is really useful for both manual traders and automated systems.
TradingView to backtest trading strategies and create custom
shortSMA = sma(close, 10) longSMA = sma(close, 30)
yTradingView to backtest trading strategies and create custom