I wrote an indicator, and have an alert option, and when the Alert() is turned off, it prints a Comment() in the experts log.
I only want to know if the condition exists(give an alert) on the actual Close of the bar, which would be Close[i+1] I thought...
However, when I run the indicator with the Alert() on, it gives me multiple alerts on the current bar while the condition is happening, and generates too many alerts.
My log file for only a couple of hours was over 35mb!
How do I fix this problem?
Please see the attached indicator, which identifies a trend continuation pattern. ( described on a trader's website:
9/30 Setup )
Thanks,
Dan