Announcement

Collapse
No announcement yet.

Sounds

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

  • Sounds

    How can sounds be written into eSignal Fomula codes to be heard when closing price cross above or cross below a moving average?

  • #2
    Sounds

    What is the "command line" and where can it be inserted into an existing ormula, for a sound to be heard when the closing price "crosses over" or "crosses under" a moving average? Formula file can be sent if needed.

    Comment


    • #3
      Gerald
      The command line is
      Alert.playSound("sound file")
      for example
      Alert.playSound("C:\\PROGRAM FILES\\ESIGNAL\\Sounds\\Ding.wav");
      and you could place it where you have your conditions
      Alex

      Comment

      Working...
      X