pine-script-alertcondition-syntax-invalid-in-strategy-mode

Pine Script alertcondition() with {{plot('name')}} syntax is indicator-mode only and silently fails in strategy() context — no compile error, alerts simply never fire. Use inline alert() calls with string interpolation (str.tostring(close)) instead when building backtestable strategies.