| / | Forum |
|
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. |
|
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. |
|
nondisclosure
2011.08.03 06:42
Correction. Data gets passed on first call, then it dies. |
|
WHRoeder
2011.08.03 18:12
nondisclosure: Of course they are. Nothing changes (Ask, Bid) unless you return from start() or call RefreshRates() after sleeping.All I know is the data is "frozen" in the MT4 terminals. |