Pine Script in Algo Trade Analytics
Algo Trade Analytics uses Pine Script as the strategy language for editing, backtesting, and TradingView alert workflows. This section contains a deliberately small set of reviewed examples and reference pages for the parts of Pine Script most directly connected to those workflows.
Development tools
Section titled “Development tools”AI-assisted editing Basic or Professional
Section titled “AI-assisted editing ”Use the Editor tab in Algo Lab to work on a strategy, ask the Algo Agent for a bounded change, review the staged diff, run validation, and test the result against the active market-data scope.
Open Algo Lab EditorAlert and fill review
Section titled “Alert and fill review”Once a strategy produces TradingView alerts, treat each downstream source as new evidence:
- Compare historical strategy events with captured alerts in Backtest vs Alerts.
- Compare alert intent with broker-reported records in Alerts vs Fills.
- Preserve the scope, settings, and findings in the relevant report or Case Study.