Export to mq4: Keep using the old custom indicator (MT4)
-
After I've deleted the old custom indicator and uploads a new one. It seems good in the browser when using the new one. However, everytime I output it to mq4, it keeps using the old indicator. I've spent couples of hours to figure out it's happening. No matter what I have tried (repeatedly delete and update again and again and again), it keeps using the old one. Noted that I've tried to add comment (//) in the old indicator enum items before deleting it.
-
It is normal now after 12 hrs
-
@sktsec What was the problem?
-
Supposed you've uploaded a custom indicator, say, XYZ.mq4. After you deleted it and uploaded with an updated one with the same name, you will find the output EA to mq4 is still using the DELETED one! The problem persisted. Now I work it around by using a different name each time I use an update indicator. Noted that the design blocks in the browser is using the new one but the output is using the deleted one!
-
@sktsec Interesting. Thank you very much for sharing.