Announcement

Collapse
No announcement yet.

Need help with Audio Alert when currency hits a certian price...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need help with Audio Alert when currency hits a certian price...

    Hi,

    I am trying to set up an EFS to play an audio alert when a currency goes above or below a certian price. Rite now I have a GBP.ach file which I load a GBP.efs formula file into to play a sound file when a MACD crossover occurs. Does anyone know of any code on the ESignal site that I can use to determine when a currency hits a certain point that will trigger a sound file to be played?

    Thanks alot,
    Rick.
    none

  • #2
    Rick
    The attached efs should do what you asked
    Go to Edit Studies and set the Thresholds to the desired values (defaults are 0). If the high/low of a bar crosses the Threshold it will trigger an audio alert (one per bar only at each cross)
    The labels in the Cursor Window will indicate at what levels the Thresholds are set.
    Alex
    Attached Files

    Comment


    • #3
      Thanks I'll set this up and try it out!
      none

      Comment


      • #4
        Rick
        FWIW this should work also in Playback mode if you want to try it out.
        Alex

        Comment


        • #5
          Alex,

          It works great..I tweaked your code a bit to display some
          text on the chart for the hi and lo at the set hi and lo.

          One more question on the Alert.email(text, subject) method.
          How do you specify the email address for the message to be
          sent to? Shouldn't the method be Alert.email(address, text, subject)?

          Thanks
          none

          Comment


          • #6
            Oh ya...what do you mean by PlayBack Mode...how do I
            do that?

            TIA,
            Rick.
            none

            Comment


            • #7
              Rick
              For the address and other email settings select View->Alerts in the main menu.
              Then put a check in Email Alerts and click the Settings button next to it.
              For more information on Alerts you may want to see this article
              Alex

              Comment


              • #8
                Rick
                For instructions on how to use Tick Replay (aka Playback) click here
                Alex

                Comment

                Working...
                X