PureBytes Links
Trading Reference Links
|
I have created an alert for a condition being met
if Plot2 <0 Then Alert ("sellsignal");
How do I control it to only alert me one time per bar?
as it is constantly calculating 'plot 2', and every time it calculates and
is below 0 , it sends an alert, so I am getting a few hundred alerts!!
Thanks,
Marc Miller
|