Announcement

Collapse
No announcement yet.

Alert

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

  • Alert

    Hoping someone can help me with this efs..It is the start of a strategy using JURIK indicators, JMA of CCI and a JMA, but I'm hung up here with a couple of problems..

    First is the "ding.wav" alert fires on every tick..I need to have it fire only once at the penetration of the -80 band or subsequent penetrations..ie..indicator is right at the -80 band and is flipping back and forth..

    Second..I can not get the "Alert.addToList(getSymbol()" to work..I have removed it from my efs, but is a essential part of the Strategy..

    If I can get help here, I believe I have a super indicator/strategy..been tracking it on paper for over a week on stocks and futures..Looks GREAT!!

    I really had a problem with these indicators, Jurik, but after digging deeper, I find they are OUTSTANDING!!!

    TIA for the help..

    Racer..

    P.S.---After completion I will post it for all to use and enjoy together with backtesting results...

  • #2
    Alert

    Suspect the efs I'm using might be a major help..

    Racer
    Attached Files

    Comment


    • #3
      Racer
      One way to play a single sound is shown in the attached efs.
      Alex
      Attached Files

      Comment


      • #4
        Racer
        I have added an Alert.addToList() to the Alert.playSound().
        All you need to do is include the logic from the sample efs I posted in the prior message so as to get only one sound and one Triggered Alert
        Alex
        Attached Files

        Comment


        • #5
          Racer
          Here is another method of having one alert only per bar (in this case without using any time function)
          Hope this helps
          Alex
          Attached Files

          Comment


          • #6
            Alex..as always you come through..

            This put me in the ballpark..Now all I have to do is find the script so it fires only at the point of penetration and not everybar..this is exactly what I have been trying to do and I know I have the required statements somewhere..

            Again..Many Thanks!!!

            Racer

            Comment


            • #7
              Racer
              My pleasure.
              FWIW the two examples I posted that will trigger the alerts only once per bar will also trigger them only on the first bar not on every bar.
              Alex

              Comment

              Working...
              X