Announcement

Collapse
No announcement yet.

audio alerts

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

  • audio alerts

    If someone could suggest the error of my ways I would appreciate it.

    I am trying to play two different wav files when the aroon_osc. goes above and below the zero line.

    Attached is a copy of my work.

    Thanks,

    EZ
    Attached Files

  • #2
    Here you go...

    Your "Functions" for testing the "arnUP and "arnDn" were in the wrong location. You have mistakenly created a main() function that included the postMain() function as well as your if conditions for the alerts...

    The problems, beyond that, were that your alert conditions were included in functions (created by the formula wizard) that were never being called - and also these functions were declared within main()...

    Let's just say there were multiple problems with this file...

    I have corrected nearly all of them and this should work for you.

    Take a close look at the structure of the file I have attached. I think you will see that everything is in proper order...

    If you have any other questions, let me know..

    Brad
    Attached Files
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment


    • #3
      thank you Brad. I knew it was a cart before the horse problem.

      EZ

      Comment

      Working...
      X