fx_maddin
fx_maddin
Friends

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

fx_maddin
Added topic Problems with string in DLL and WinHttpClient
Hi, i try to send a string from mql to dll and work with them... Code in MQL: #import "myDLL.dll" bool SetString( string foo); #import //+-------------------------------------------------------+ int start() { string foo = "bar" ; SetString(foo);
fx_maddin
Registered at MQL5.community
fx_maddin
Added topic Problems reading DT-ZigZag-Lauer with iCustom
Hi, i try to write an EA and get the values from DT-ZigZag-Lauer indicator with following code: int depth = 5; int GrossPeriod = 240; double Lauer_BUY = iCustom(NULL,0,'DT-ZigZag-Lauer',depth,GrossPeriod,0,1); double Lauer_SELL =