Amibroker Analysis Divergence for Amibroker (AFL)
NEERAJAMBILWADE over 12 years ago Amibroker (AFL)
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
Leave Comment
Please login here to leave a comment.
Hi do u have the indicator for the same … Thanks in Advance