I have an indicator that I want to paint on every tick "CalculateOnBarClose=False". But I'd like it to play a sound & raise an Alert if is closes satisying some criteria.
At present as the bar forms it is firing a lot of Alerts/sounds. I just on the one when barComplete.
(I know I could countdown the ticks & use a boolean as a flag but hoping for a more elegant solution)
Thanks

Comment