
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
No, I don't think so, because the current trading report is based on Trade history, and not on the live data price excursions while orders are open. Such data (M.F.E. and M.A.E.) are not recorded in the Trade History, so it cannot be calculated after the fact.
M.F.E. = Maximum Forward Excursion, M.A.E. = Maximum Adverse Excursion
Very helpful, so thanks for that. Is there a plugin or other software that can calculate those ?
As per MT4 documentation ...
As described by someone else ...
As per MT4 documentation ...
As described by someone else ...
Very useful. Thanks very much. I gather from this I'm going to have to look elsewhere for the data I'm after: "MetaTrader is not capable of rendering arbitrary dynamic charts. It supports just a time and a price axis extending from left to right and bottom to top. Neither does it support axes extending from right to left nor axes with negative values. But distribution visualization requires exactly that. This is one main reason there is no indicator for plotting MFE/MAE. Another reason is that the collected data cannot be displayed as part of the test. Tests offer no UI for additional charting, and charting in/into an existing price chart (VisualMode=On) is not possible. So another charting application is needed, therefore my advice to use Excel."
I only know of Equity Curve recorders (I think their are some in the CodeBase). I don't know of other other free utilities, but ...
I believe that if you create a private signal here on MQL5 site for your own account, it might show you that information (but I don't have experience with signals). I do know however, from experience that if you do that on "MyFXBook" that it does also show you MFE and MAE data.
I only know of Equity Curve recorders (I think their are some in the CodeBase). I don't know of other other free utilities, but ...
I believe that if you create a private signal here on MQL5 site for your own account, it might show you that information (but I don't have experience with signals). I do know however, from experience that if you do that on "MyFXBook" that it does also show you MFE and MAE data.
Again, very useful. Thanks for your time and patience :)
Incorrect! I have my own private tools for calculating and showing MFE/MAE for my own trading without such limitation, and it works on both MT4 and MT5.
It is all a question of proper programming for collecting that data and showing on screen, so it is not the platform that restricts that type of charts.
Unfortunately for you I am unable to freely share with you or the public my own tools and EAs. Sorry!
Apparently there is a free script for calculating MFE and MAE on your trades ... https://www.mql5.com/en/code/7665
EDIT: And it also calculates the drawdown values and outputs it to the "Experts" Log
No, I don't think so, because the current trading report is based on Trade history, and not on the live data price excursions while orders are open. Such data (M.F.E. and M.A.E.) are not recorded in the Trade History, so it cannot be calculated after the fact.
M.F.E. = Maximum Forward Excursion, M.A.E. = Maximum Adverse Excursion
Apparently there is a free script for calculating MFE and MAE on your trades ... https://www.mql5.com/en/code/7665
EDIT: And it also calculates the drawdown values and outputs it to the "Experts" Log
Thanks for all your help. This is exactly what a good forum should be.