DLL Imports
-
Good afternoon. I am trying to use a custom indicator and it requires the use of DLL imports. How would I go about integrating that into my EA??
-
You should be sure tat DLL is correctly imported into your MT4 terminal. That will not modify your fxDreema EA. Just build your EA normally and import the DLL when using it. However, I'm not sure you'll be able to backtest it unless that DLL import is also included while backtesting.
-
@dgoodwin418
The custom indicator itself will load it. No need to worry about it.