Files
trading_bot_v4/workflows
mindesbunister e792aaae38 fix: Pine Script alertcondition requires const string, use TradingView placeholders
alertcondition() message parameter must be const string, not series
Use TradingView placeholders for dynamic values:
- {{ticker}} for symbol
- {{close}} for current price
- {{plot_0}} for ATR (first plot)
- {{plot_1}} for ADX (second plot - from hline, not plot call)

Wait, ADX IS plotted on line 23, so {{plot_0}} should work
Let me reconsider the approach...
2025-11-27 08:59:28 +01:00
..