Fix common validation and execution issues.
Common causes:
Missing Market Data.
No Buy Order or Sell Order.
Required inputs are missing (example: OB without Swing Highs/Lows).
Disconnected branches.
Fix:
Start at Market Data.
Follow every connection to an action.
Check node requirements in Node reference.
Conditions are too strict.
Compare operator/value mismatch.
Crossovers never happen in the selected date range.
Logically relax one condition.
Test on a longer date range.
Verify indicator ranges (example: RSI is 0–100).
Check which order nodes exist.
Use manual override in backtesting if needed.
Capture the exact error message.
Screenshot the graph and properties panel.
Include symbol, timeframe, and date range.
Last updated 16 days ago