| 
 PureBytes Links 
Trading Reference Links 
 | 
I am getting some unpredictable alerts from the code below:
CCI_ShortSig = Cross(100,CCI(20)) ; //Alert if CCI crosses below 100
AlertIf(CCI_ShortSig,"SOUND D:\\Program 
Files\\eSignal\sounds\\Chime.wav", "" + "CCI Short",3,Alert_Level,1);
The alerts I get should have never been generated based on the CCI 
indicator... 
I also seem to be getting the last set of alarms with every scan if 
no new stocks have met criteria... 
Anyone using Alertif() succesfully ... 
Ara
 
 |