Problems on loading MACD
-
Hi guys
i loaded MACD indicator with 2 lines two days ago on fxdreema and it worked. now i try to use it but it warns me that close section have some problems. i cheked the indicator and realized that enumerations are deleted and i cant load it again. everytime i try to load MACD indicator to fxdreema, it doesnt have enumerations. can anyone help me on this issue?MACD2.mq5

-
@pezhman491 said in Problems on loading MACD:
@fxDreemaHi guys
i loaded MACD indicator with 2 lines two days ago on fxdreema and it worked. now i try to use it but it warns me that close section have some problems. i cheked the indicator and realized that enumerations are deleted and i cant load it again. everytime i try to load MACD indicator to fxdreema, it doesnt have enumerations. can anyone help me on this issue -
Clearly the problem is the variable type used. I know it must be of an ENUM type, but not sure if the one you used is the correct one. I'm not a programmer, though.
-
I think the problem is due to other parts of your code
-
i tried enum parameters which i gained from its source code. but didnt work again. maybe it totally has some problems with MQ5