Discuss RSI EA here. This free MT5 expert advisor was created using our EA template to provide a starting point in the development of your own RSI trading strategy. You can ask any questions about this MetaTrader 5 EA here.
iMFI doesn't use a price type - it uses a volume type:Hello, Ive been playing with the RSI code and it really has made it easier to read the mt5 template.
Trying to change RSI to MFI.
I get just one error on compile
Line 664
IndicatorHandle = iMFI(Symbol(), Period(), MFIPeriod, MFIPrice);
Actual Error
'MFIPrice' - cannot convert enum
Any ideas what is going wrong? and the mt5 templates its amazing and what a gift.
This mt5 template will draw many hundreds if not thousands more MQL programmers. Superb. Thanx
VOLUME_TICK
or VOLUME_REAL
.I don't think your broker provides real volume info. That volume is only provided when the MT5 is used to trade real stocks and futures on the exchanges (not CFDs).input ENUM_APPLIED_VOLUME MFI_Volume=VOLUME_REAL; //MFI Volume
This is looking better
What is the first (top-most) error that you get?The mt5 rsi expert advisor is not compiling, 38 errors, anyone who compiled it to help