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);
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);
Comment