Forum

Trying to call C++ dll from mql4 code

Hello All, Greetings of the day!! I get the following error when I attach my Indicator to a chart. Basically my indicator tends to call a DLL file which I have placed in "Libraries" and I have also enabled " Allow Dll import" TradingForecast AUDUSD,H1: uninit reason 8 TradingForecast AUDUSD,H1: not

Exporting an object from mql5

Greetings of the day! I have an EA in which there are too many objects. OnDeint() I am trying to save current status of all objects which is taking more than 5 seconds resulting in "Abnormal Termination". So I thought of creating a HashMap where I will be saving status of all object OnChartEvent()