Thread: Ask!
View Single Post
  #1047 (permalink)  
Old 04-16-2008, 12:37 PM
Pucio Pucio is offline
Senior Member
 
Join Date: Sep 2007
Location: Poland
Posts: 239
Pucio is on a distinguished road
Qestion for Coders

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

Last edited by Pucio; 04-16-2008 at 12:45 PM.
Reply With Quote