Skip to main content

Amibroker Analysis Divergence for Amibroker (AFL)

NEERAJAMBILWADE over 12 years ago Amibroker (AFL)

  • Rating:
    5 / 5 (Votes 4)
  • Tags:
    amibroker, scan

Run this afl only in analysis window

Indicator / Formula

Copy & Paste Friendly
Buy = 	Low < Ref( Low , -1 ) AND 
Ref( Low , -1) < Ref( BBandBot( Close, 15, 2 ) , -1 ) AND
Ref( CCI( 14 ) , -1 ) < CCI( 14 ) AND 
CCI( 14 ) > -150 AND CCI( 14 )<-70 AND 
Volume > MA(  Volume , 5 ) AND
MFI( 14 ) > Ref( MFI( 14 ) , -1 );


Sell = High >Ref (High,-1) AND
Ref (High,-1) > Ref( BBandTop( Close, 15, 2 ) , -1 ) AND
Ref( CCI( 14 ) , -1 ) > CCI( 14 ) AND 
CCI( 14 ) > 70 AND CCI( 14 )<150 AND 
Volume > MA(  Volume , 5 ) AND
Ref( MFI( 14 ) , -1 ) >MFI( 14 );

2 comments

over 12 years ago
MANY THNKS, NEERAJAMBILWADE, We needn’t so called holygrails colorful afl, such type of basic afl seriously needed to become successful trader. Pls work with other basic indicators too. thanks in advance.
2. sureshb
over 12 years ago

Hi do u have the indicator for the same … Thanks in Advance

Leave Comment

Please login here to leave a comment.