Import Custom Indicator
-
Is there a restriction of imprting compiled indicators?
I tried a .mq4 and all buffers were filled and usable.
With an .ex4 I had no success. -
check this:
https://fxdreema.com/help/working-with/custom-indicators
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreemayou can import .ex4 manually ...
-
This is not a restriction from fxDreema, the problem is that at least I don't know how to read .ex4 files and extract input parameters from them. MetaTrader can do that obviously, but when you upload indicators, they are not even uploaded. The file (.mq4) is read by the browser, parameters and buffers are extracted from the code and then sent to the server. Because fxDreema needs only them. But if you open .ex4 file with text editor, what do you see
After all .ex4 files must be secure and this itself is a good reason for MetaQuotes to make them hard (or impossible) to read