Thanks for this great article, and excellent explanation and code.
Hi Enrico. I agree with Roberto, it is excellent work. Thanks a million.
Hi,
No simple MM method which calculates lot in % from balance or equity irregarding of SL size?
As for this MM type
Volume = base_volume + (balance / balance_increase) * volume_increment
Does it decrease the lot size when balance becomes less?
Also, would be great to have some MM types depending on previous trades results (losses or profits). Anyway, it can be easily coded basing on existing classes. Thanks.
Hello Enrico,
How to implement MM based on number of losing/profitable trades? Martingale and so on? How to calculate previous trade (COrder instance) profit?
New article Cross-Platform Expert Advisor: Money Management has been published:
Author: Enrico Lambino
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Cross-Platform Expert Advisor: Money Management has been published:
This article discusses the implementation of money management method for a cross-platform expert advisor. The money management classes are responsible for the calculation of the lot size to be used for the next trade to be entered by the expert advisor.
In MetaTrader 5, we can see the following results (hedging mode, first 10 trades):
Author: Enrico Lambino