You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I'm doing some an simple EA for MT5 and encounter some problems, if you know please help me to overcome it
1) I want to handle the equity data through the Strategy tester. Please the me how to access these data. After the test has finished, I can take the equity data from the Graphe -> Export to CSV. However, I want to handle it within MT5
2)I try to calculate the MAE and MFE, but only find script for MT4. I try to convert it to MT5 but I don't know
HOw to get the High array with the associated Time.
The CopyHigh() function only return integer array().
The needed data look is something like this time DataArray[time] = value, e.g DataArray[2011 21 10 09:00:01]= 123.123 ....
Thank :)