chinaski
chinaski
Friends

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

chinaski
Added topic passing char array to DLL
Hello, can anyone tell me how to pass a char array to a DLL. Those articles can't help: https://www.mql5.com/en/forum/1739/14654#comment_14654 https://www.mql5.com/en/articles/18 the situation: the DLL function is declared by: void __stdcall
chinaski
Added topic expert advisor installation
Hello, is there any smart way for newbies or people not really familar with computers to install an expert advisor ? What is the programmatical approach for this, common for xp-2008 ?   Thank you 
chinaski
Added topic route to Interactive Brokers
hi all, please have a look at this tool: http://www.trade-commander.com/mtibbridge/mtibbridge_en.htm it makes possible to route orders to an interactive brokers account. it's purpose is saving money as IB has fixed commissions without spread extra
chinaski
Added topic DLL deployment
Hello, assume you have a DLL written in C++ which you like to sell. Users can call exported functions. You provide an .mqh wich defines all exported functions. My question: Where to place .dll and .mqh from my setup routine. i'd like beware users
chinaski
Added topic OrderSend returns -1
Hello Guys, my OrderSend command sometimes returns -1 and sometimes goes trough. What does return code -1 mean please ? This is from expert log: param 0 - param 10 are parameter and their values for OrderSend;param 0=Symbol. The EA was attached to
chinaski
Added topic draw line from within EA
Hello, i am looking for the smartest way to draw a line (stopcurve) from within EA without coding an indicator for this. can anyone give a brief sample for this ? thank you
chinaski
Registered at MQL5.community
chinaski
Added topic custom DLL handling
hello, i have a special problem with custom dlls when used within expert advisor. my dll provides a tray window and a logifle. it is used as brokerinterface, so it has to stay loaded until the user explicitly removes the expert advisor from chat. the