Thread: MQL4 Guide
View Single Post
  #19 (permalink)  
Old 04-16-2008, 12:40 PM
Pucio Pucio is offline
Senior Member
 
Join Date: Sep 2007
Location: Poland
Posts: 201
Pucio is on a distinguished road
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
Reply With Quote