I Use FXdreema Mq5 And Create EA But found big problem?
-
hello
i Use fxdreema mq5 and create my Ea , and when i go to test it
show me this error , why ? what i do ? all indicator i use it default in mt5
and its there in mt5 but show me this error
So , What i Do ?


thank you
-
@moon I do not know, I found this I hope you find it useful
https://www.mql5.com/en/docs/constants/errorswarnings
-
I saw this error when I tried to use a custom indicator in the project but I forgot to add it into MetaTrader. As you pointed, if the indicator is one of the default ones, can you show us the project block where you are using that indicator?
-
i upload image show you all indicator default above
-
Your project block where you are using those indicators in order to look at it.
-
Check the inputs of the indicator in case you missed some of them. Also the data types should be the same as those used in in indicator. This error can appear when something is wrong with the inputs.
-
@fxdreema i setup mt5 by my broker and attach my ea create it here in mq5
and i found this error show me
i dont change any thing or delete any thing all default mt5 setup
and i use indicaror rsi and envolpes and show me error cannot load rsi or envolpes the same you see above in my image and show me also indicator not handled , what mean this i dont use any indicator in my ea rsi and envolpes only
and i put my image above you will see my indicator put in the right place in default mt5 -
@Moon, you also make sure that all the input parameters are correct. This is the main reason for that "indicator not handled" error