Tran Nhat Minh / Publications
Forum
Sending a hotkey from an EA without using the Win32 DLL
Hello everyone, I'm looking for a way to send a hotkey or simulate a keyboard shortcut from within my EA without using the Win32 DLL. I understand that using the Win32 DLL is a common approach, but I'm exploring alternative methods to achieve this functionality. Is there a non-Win32 DLL method or
Get the lotsize number on oneclick window in mt4
Have anyone here used the FindWindowA function yet, I passed the class name and window name parameters but couldn't get the hwnd from this window, someone help me please //-- #import "user32.dll" int FindWindowExA( int hwndParent, int hwndChildAfter, char &lpszClass[], char &lpszWindow[]); int
My product does not have a star rating
I just posted a product for sale recently 2 week ago, and there are two reviews but it doesn't show the average star rating of the product, does anyone know why? <...>
How to delete channel MQL5
How to delete channel created by me on mql5
Control the opening new order below the allowable spread of compiled ea (no source code)
Any idea that allows to control the opening new order below the allowable spread of compiled ea (no source code) from another utility ea
How to get (access) message already print by ea ?
Does anyone know of a function in mql4 or in another dynamic library (Ex: "user32.dll") that can get the content of the message printed by ea mt4 by the Print() function
Group Horizontal Line with edit object
Hello everyone, can anyone help me with any method to group one object that positioning relative to a chart (Horizontal Line) with another that positioning relative to a security window (E dit) as shown in the picture