|
Alert question
Hi
I wrote Alert but it only works when I open window with my indicator. It works only also when I jump beetwen charts windows, in other words when I jump between charts time levels. It seems that indicator can not count when whorks. How can I solve my problem ? Need help. Is it conected with Indicatorcounted ? Should I do something in parameter of Alert. How to do it ?
Should I use something like:
double
? = ObjectGetValueByShift(string name, int shift));
if (???????????)
Alert("Pattern on " + Symbol() + " " + Period());
Pucio
|