NavigationUser loginWho's new
Who's onlineThere are currently 0 users and 71 guests online.
|
ToolsLet's create an expert for duplicating trades from another account via text file..I would like to draw attention of the community for a real need in creating an expert for exact duplication of trades made on an account by expert or human to another account where thae expert is attached. Thus wwe need two expert: 2. For replica account to read this txt files and trade. Would be grateful if the comunity could work on this! Serggry By serggry at 2006-05-15 11:11 | Tools
Tools - .csv reader!Hi folks, I have a tool today that I hope it's a useful for you as it for me! MQL4 enable us easily to write to csv (Comma-separated values) files. But it's hard to write script that handling reading from csv files and it's hard to make it a fast operation (Just imagine you have a csv file with 100000 record). Our dll today have 4 functions: int gGetRecordsCount(string file_path)Use this function to get how many records in the csv file. You have to pass to it the path and the file name of the csv file. Tools - FTP client!Hi folks, I've got a lot of requests from my friends the members of forex-tsd forum asking me to make a better version of MetaTrader FTP sending. I hope you find this tool useful and better than the SendFTP() MQL4 function! Our dll today have 5 functions: string gConnect(string FTPServer,string user,string pass,string path="ROOT");
|