.dll in some Indicators
-
I have been looking at some indicators online that use .dll's to speed them up.These are installed in the "libraries" section of the Mt4 installation.
If I upload only the mq4 indicator file to My Indicators will that be enough for fxdreema to use to make the EA?
-
Yes, fxDreema reads the .mq4 file but only that part where input parameters are defined. It does not include the indicator itself in the final EA, it does work with it, only gets some information once and that's all. Optionally you can manually input that information, but it's faster to upload the file so fxDreema can read what is needed - this is the only idea

In the past it was possible to read this data from .ex4 files, but now everything is encrypted and even this data is not cisible from there. But .dll files have nothing to do with input parameters, so... not needed.
-
Thanks that is good to know.