intelligent_14
intelligent_14
Friends

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

intelligent_14
Added topic Send Order problem
Hi every body, I've used the SendOrder function in my EA, my problem is, in spot markets and currencies, it works correctly, but in futures market, when the program reach to SendOrder Syntax, an error would occur, "wrong Input Parameter" I looked at
intelligent_14
Added topic File Functions
How can Add data to a closed CSV file, without deleting it's last writed Data? i use: int handle = FileOpen(FileName,FILE_CSV|FILE_WRITE,";"); but this syntax delete file data
intelligent_14
Registered at MQL5.community
intelligent_14
Added topic Unusual Functions
Hi everybody I'm wondering how i can define one special function that returns an Array All definable function only return one variable not Array! can anyone help me? Thanks