Alert for 10ema

#1
Dear Alls,

I need an ALERT system for amibroker when price reach 10ema in weekly chart.

Also,as i m new for amibroker, explain how to use it to alert for me:)


thanks
 
Last edited:
#2
TimeFrameSet(inWeekly);
C1=Cross(C,EMA(C,10));
AlertIf(C1,"SOUND\\WINDOWS\\MEDIA\\tADA.WAV","AUDIO ALERT",4);
Filter=C1;
AddColumn(C,"Close",1.2);
IIf(c1,AddTextColumn(" ALERT ","alert Status",1.2) && AlertIf(C1,"SOUND\\WINDOWS\\MEDIA\\tADA.WAV","AUDIO ALERT",4),Null);




TimeFrameRestore();
 
#5
Dear Avadhoot,

i peste it in Analysis > Formula Editor

and after that run Auto Analyser and get err!!!

pls see pic and comment. thanks

kindly give me ur mail id to chat
my id is

p r a 1968 at y a h o o . c o m
 
Last edited:

Similar threads