from knowledgebase
if ( bCondition==true ) {
var symb = getSymbol(); //EUR A0-FX
Alert.addToList( symb, "Breakout!", Color.green, Color.black );
...
}
but as of 31Jan2012 alert not showing symbol. any ideas?
if ( bCondition==true ) {
var symb = getSymbol(); //EUR A0-FX
Alert.addToList( symb, "Breakout!", Color.green, Color.black );
...
}
but as of 31Jan2012 alert not showing symbol. any ideas?
Comment