Anant...PLEASE NEED HELP FOR AFL

VJAY

Well-Known Member
#1
Dear Anant,

Need your help in attached afl.....i want to add alert (of sound) for buy & sell signal.....
Please help me....
 
Last edited:

columbus

Well-Known Member
#2
Dear Anant,

Need your help in attached afl.....i want to add alert (of sound) for buy & sell signal.....
Please help me....
It is a good idea to add Computer Beep once the
transaction is executed.
 

VJAY

Well-Known Member
#4
Dear Lord,
Thanks for the timely reply...but where I paste it? begning or in end?
 

VJAY

Well-Known Member
#6
Thanks...bandlab2....though i pasted it below buy and sell ....its working
 

THE LORD

Active Member
#7
AlertIf( Buy, "SOUND C:\\Windows\\Media\\Chord.wav", "Audio alert", 2 );
AlertIf( Sell, "SOUND C:\\Windows\\Media\\Ding.wav", "Audio alert", 2 );
===========================================================================
===========================================================================
===========================================================================

AlertIf(Buy,"SOUND C:\\Windows\\Media\\tada.wav","Long ");
AlertIf(Sell,"SOUND C:\\Windows\\Media\\tada.wav","Long ");
===========================================================================
===========================================================================
333333333333333333333333333333333333333333333333333333333333333333333333333
===========================================================================
AlertIf(Buy,"SOUND C:\\Windows\\Media\\tada.wav","Long ");
AlertIf(Sell, "SOUND C:\\Windows\\Media\\Chord.wav", "Audio alert", 2 );
===========================================================================
===========================================================================
AlertIf( Buy , "SOUND C:\\Windows\\Media\\Notify.WAV", "breakout "+Name(),0,2 ,1 );
AlertIf( Sell , "SOUND C:\\Windows\\Media\\Notify.WAV", "breakdown "+Name(), 0,2 ,1);

===========================================================================
===========================================================================
AlertIf( Buy, "SOUND C:\\Windows\\Media\\Windows XP Startup.wav", "Audio alert", 2 );
AlertIf( Sell, "SOUND C:\\Windows\\Media\\Ringin.wav", "Audio alert", 2 );

===========================================================================
===========================================================================
AlertIf( Buy, "SOUND C:\\Windows\\Media\\Windows XP Startup.wav", "Audio alert", 2 );
AlertIf( Short, "SOUND C:\\Windows\\Media\\Ringin.wav", "Audio alert", 2 );
===========================================================================
===========================================================================
AlertIf( n>0, "SOUND C:\\Windows\\Media\\Ringin.wav", "Audio alert", 2 );
AlertIf( AN>0, "SOUND C:\\Windows\\Media\\Ringin.wav", "Audio alert", 2 );
===========================================================================
===========================================================================
 

VJAY

Well-Known Member
#8
Dear experts,

I want an afl(ami) which indicates buy/sell when price crosses upper/lower band on boilinger bands.If its available anywhere please post the link.....
 

Similar threads