RSI,MFI And CCI combinde Buy & Sell signal for Amibroker (AFL)
nilesh2927 about 14 years ago Amibroker (AFL)
Here i uploaded a afl which is a combination of 3 indicator.
just pick this afl & sca………..
Indicator / Formula
Copy & Paste Friendly
Buy = CCI( 14 ) < -99 AND RSI(14)<30 AND MFI(14)<20;
Sell = CCI( 14 ) == 0;
Short = CCI( 14 ) > 99 AND RSI(14)<30 AND MFI(14)<85;
Cover = CCI( 14 ) == 0;0 comments
Leave Comment
Please login here to leave a comment.