I am curious on the best way to display an alert for two indicators.
I have two simple custom indicators that plot text on my charts.
i.e. Indicator 1
if (condition == true)
Draw Text
Indicator 2
if (condition == true)
Draw Text
Any suggestions on the best way to display an alert for both?
Thank you
Irv

Comment