A common trap: you edit and save your AFL file, but the Analysis window still runs an older version. This happens because the Analysis window caches the formula version used in the last run.
if( Status("stocknum") == 0 ) // No symbols in the list – handle gracefully return;
A common trap: you edit and save your AFL file, but the Analysis window still runs an older version. This happens because the Analysis window caches the formula version used in the last run.
if( Status("stocknum") == 0 ) // No symbols in the list – handle gracefully return;