Forum

MQL5 bug in ChartXYToTimePrice library

I am testing code below, and I see there is problem in converting x, y, axis to datetime and price void OnChartEvent ( const int id, // Event ID const long & lparam, // Parameter of type long event const double & dparam, // Parameter of type double event

can not apply for jobs

I know it seems crazy I have to report this problem in forum, but I can not find any other place to report this it's some hours I can not apply for jobs, even for jobs created under my name, I dont know why

Working with windows registry through advapi32.dll

Hi all I need too communicate between two or more terminals. I decide to use registry for this issue. #define ERROR_SUCCESS 0 #define ERROR_INVALID_PARAMETER 87 #define HKEY_CURRENT_USER 0x80000001 #define HKEY_LOCAL_MACHINE 0x80000002 #define REG_SZ 1 #define REG_BINARY 3