When I change the active symbol on the charts, and I am running the custom MACD that I modified to give me alerts, sometimes the symbol displayed in the Triggered Alert List does not change.
Runinng 10.5 RC.
Below the init block in Main (should be executed every call) I have this statement:
var curSymbol = getSymbol();
Then I use this statement to activate the alert.
Alert.addToList (Symbol,"MACDh turning down" + " " + curSymbol + " " + curInterval, Color.black, Color.red);
Thanks for any help.
jgr
Runinng 10.5 RC.
Below the init block in Main (should be executed every call) I have this statement:
var curSymbol = getSymbol();
Then I use this statement to activate the alert.
Alert.addToList (Symbol,"MACDh turning down" + " " + curSymbol + " " + curInterval, Color.black, Color.red);
Thanks for any help.
jgr
Comment