Forum

Help for import from "user32.dll" Libraries

this is c# code for import "EnumChildWindows" from user32.dll [DllImport( "user32.dll" )] private static extern int EnumChildWindows( int hWnd, EnumWindowsProc ewp, int lParam); public delegate bool EnumWindowsProc(int hWnd, int lParam); what i use instead enumWindowsProc in mql4

stop more modify(please help)

hello! my ea open pending order and modify open price pending order(just open price pending order).i need a code when my ea have signal(for example when ma have signal). stop modify pending order and dont modify until open new pending order. please help me i realy need it. thnx