Buy Sell Signal Amibroker AFL on RSI, MFI, CCI This AFL is the combination of these 3 indicators. You can also customize the parameters for all these indicators according to your requirements.
Buy = CCI( 14 ) < -98 AND RSI(14)<30 AND MFI(14)<20;
Sell = CCI( 14 ) == 0;
Short = CCI( 14 ) > 98 AND RSI(14)<30 AND MFI(14)<85;
Cover = CCI( 14 ) == 0;
| You are reading this article on analystcalls.in, Stay tuned for career, Education news, Jobs, Exam Results, Answer keys, Interviews & Job discussions, Stock Market Technical and Trading Analysis and Calls, Latest Trendy News! For regular updates like us on Facebook and Subscribe by Email to get immediate updates. |
