Announcement

Collapse
No announcement yet.

Alarm to email or cell

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

  • Alarm to email or cell

    Hi there,

    Does anybody knows how to add alarm note send to the
    email or the cell phone???
    I have sound alert, but need above, here is the example:

    Alert.playSound("C:\\Program Files\\eSignal\\Sounds\\BEURCAD.wav");

    Just need this to be redirected to email or cell phone.


    Thanks
    Peter

  • #2
    Peter
    Replace the line with the following
    Alert.email("Long/Short",getSymbol());
    Alex

    Comment

    Working...
    X