stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

how to use dll in mql4 to make ea
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4952
Page 1 of 1
Author:  milanese [ Thu Oct 13, 2016 7:09 pm ]
Post subject:  how to use dll in mql4 to make ea

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
Author:  milanese [ Sat Oct 15, 2016 5:57 am ]
Post subject:  how to use dll in mql4 to make ea

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
All times are UTC Page 1 of 1