Knowledge Base & FAQ
Use this page to choose the right diagnostic path. A mismatch, missing row, or compiler message is an observation—not a confirmed cause.
A webhook event is missing
Section titled “A webhook event is missing”-
Open Webhook Management and copy the current endpoint and authentication key instead of retyping them.
-
Compare the TradingView webhook URL and JSON payload with the documented webhook standard. Confirm the body is valid JSON.
-
Check the webhook event log for the same time window. Preserve the HTTP or validation message if the request was rejected.
-
Send one controlled test event before changing the Pine strategy.
Do not post the authentication key in screenshots, support messages, or AI chat.
A CSV will not import
Section titled “A CSV will not import”Start with the workflow that owns the file:
- For TradingView Strategy Tester → List of Trades, use the Backtesting Upload guide.
- For alert-history CSV, use Data Scope or Scope & Matching.
Check the actual headers, one raw timestamp, and the chosen timezone. Do not rewrite symbols or timestamps until the importer shows which row or required field failed. Keep an untouched copy of the export for comparison.
A match rate changed
Section titled “A match rate changed”Rerun the same symbol, source, date window, timezone, and tolerances. Then inspect the unmatched rows and compare the source counts before attributing the change to Pine code, a provider, or market conditions.
Algo Lab and TradingView disagree
Section titled “Algo Lab and TradingView disagree”Algo Lab uses an independent Pine-compatible research runtime, not TradingView’s official engine. Compare the same saved source, Pine version, symbol, timeframe, date range, inputs, sizing, commission, slippage, and session settings. Then separate compiler differences from runtime or broker-simulation differences.
Use the Engine vs TradingView guide for the full checklist. TradingView’s Pine Editor and Strategy Tester remain the final evidence for behavior inside TradingView.
The Algo Agent keeps running
Section titled “The Algo Agent keeps running”Select Stop to halt the current Agent run at its next safe boundary. Use Ask for a read-only explanation or Research for a bounded research turn that does not apply editor edits. Agent mode can perform multiple supervised steps and may pause for an approval or decision.
If a candidate is staged, review the complete diff. Accepting it changes the editor source; it does not establish profitability or readiness. Validate, save, and rerun the relevant evidence gates.
Market data will not load
Section titled “Market data will not load”- Backtest vs Alerts and Algo Lab may use platform-served IEX stock bars when that fallback is enabled for the page and scope.
- A personal Alpaca connection is required when the fallback is unavailable and for Alpaca fills, portfolio data, and account-specific feeds.
- Confirm the symbol, date window, asset class, and paper/live account before retrying.
See Platform Market Data and Account Integrations.
Still need help?
Section titled “Still need help?”Open Dashboard → Support and include:
- the route and exact action;
- symbol, timeframe, date window, and data source when relevant;
- the exact error message;
- a minimal reproduction; and
- a redacted screenshot or short recording for visual problems.
Never include passwords, AI-provider keys, webhook authentication keys, authorization headers, or unredacted account data.