Announcement

Collapse
No announcement yet.

pop-up alert

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

  • pop-up alert

    The line Alert below does alert me with a pop-up as I want.
    However it alerts me on EVERY bar after the first one.
    Even though the alert should only be on the first bar.
    How do I stop the alert from repeating?


    Alert.addToList(getSymbol(),"Inside-Day", Color.green, Color.black);

  • #2
    rewrite "If" line

    I rewrote the "If" line before the pop-up alert line.
    I already had it before the alert.play sound.
    But it needs to be written twice.
    Hope this helps someone.

    Comment

    Working...
    X