Help with code

 

Hi there,


I need a help with a code for mql that will allow me to know how much have I made on a specific period of time.


What I basically need is to know how many (pips) and/or how much (money) the EA made during the WEEK. Preferrable in MONEY. After that I can decide if the EA will continue working or not for that week.


Thank you very much


Regards


Paulo Matos

 

You can use "file" functions to write the profit you make along with dates.

You then use this file to read your history and know how much money you made

between certain dates.

Reason: