Forum

Send Easily Twitter Msg From your Indi/Expert [MTwittex]

Hi, First of all sorry for my bad english.. hope you'll undestand.. Probably there are many others methods for send message on your Twitter account directly from your MQL5 code... but this is my solution! :) I have coded a very easy program that allows you to send message on your Twitter Account

File Function in Tester

Hi, I have written an EA that need to write ad read data from a text file... when i use in live i have no problem but if i want to use in Tester i have some problems with the Text File... AT THE END of the test the file is written in : tester/Agent/MQL5/files/myFile.txt , but if i want start a new

List of my own Object.. Possibile?

Hi! i would like to know if someone knows if is possibile (and how) create a List of my own object... Ex. My Class = Person Can i have a List of Person? Like List<Person> Thanks

Help on last trade result..

Hi all, i'm moving from mql4 and i need help... here my problem: i want to find the profit of the last closed trade... i can do easily on mq4 but i find some difficult here... Pls can you help me??? (with an example plsss) Thanks All