SASY
SASY
Friends

Add friends via their profile or user search and you will be able to see if they are online

SASY
Added topic 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
SASY
Registered at MQL5.community
SASY
Added topic 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