Announcement

Collapse
No announcement yet.

alert function cann't work in watch list?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • alert function cann't work in watch list?

    I added an EFS formula with "alert.addtolist function" as a columns in watch list.
    like this:

    function preMain(){
    }

    function main(){
    Alert.addToList( getSymbol(), "hello", Color.green, Color.black );
    return;
    }

    but I cann't get result in EFS Alerts List.
    What's wrong with this?

    Thanks.
    YON
Working...
X