how to use dll in mql4 to make ea

Locked
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

how to use dll in mql4 to make ea

Post by milanese »

iamsuman2 » Thu Oct 13, 2016 7:01 pm wrote:hello,

i want to make ea like trade copier. i want to use a dll, like windows user32.dll bcoz i found many of them use it.they used two func of this dll

#import "user32.dll"
int PostMessageA(int hWnd,int Msg,int wParam,int lParam);
int RegisterWindowMessageA(string lpString);
#import

my question is,
1) what parameter i send to with this function like int PostMessageA(what,what,what,what).

2) i read somethings like 10milisecond execution , what i that, is this possible using this dll only.

3) i want some example how this dll works with the code, is that use only in the import section or it has any other uses.

plaese give some coding example or any tradecopier in mql4 version.
take a look there https://github.com/vobornik/Empty4-trade-copy

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

how to use dll in mql4 to make ea

Post by milanese »

If you are only interested how to import *.dll in mql4 scripting code take look to the code of http://www.stevehopwoodforex.com/phpBB3 ... =21&t=4081

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Locked

Return to “Coders Hangout”