MQL4 - automated forex trading   /  

Forum

DLL freezing or locking up

Back to topics list To post a new topic, please log in or register

avatar
75
nondisclosure 2011.08.03 04:21 

I have a DLL that exchanges data between 2 instances of MT4. It works for about 5 mins, then the DLL locks up; i think. All I know is the data is "frozen" in the MT4 terminals.

I'm attaching the experts (1 for each terminal) the cpp and def files. The DLL is compiled in VS2010. all running on Win 7 32 bit (including the MT4 platforms).

Any help would be appreciated.

Attached files:
  EURUSD.zip (149.37 KB)
Idleness is the Stimulus to Progress, or How to Work with Graphics Interacively

Idleness is the Stimulus to Progress, or How to Work with Graphics Interacively

An indicator for interactive working with trend lines, Fibo levels, icons manually imposed on a chart. It allows you to draw the colored zones of Fibo levels, shows the moments of the price crossing the trend line, manages the "Price label" object.


avatar
75
nondisclosure 2011.08.03 06:42 

Correction. Data gets passed on first call, then it dies.


avatar
4328
WHRoeder 2011.08.03 18:12 
nondisclosure:
All I know is the data is "frozen" in the MT4 terminals.
Of course they are. Nothing changes (Ask, Bid) unless you return from start() or call RefreshRates() after sleeping.
Back to topics list  

To add comments, please log in or register