Trade/Order Management EA for MT5
Hi all,
Do we have a Trade/Order Management EA for MT5?
- Trade manager - Lock in profit, Move SL, Close partial, Surrender, SL to Breakeven, SL to Reaction point
- Risk Management - Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions
- Maybe including things like - change number or orders, risk %, partial close, multiple TP
I could not find it and hopefully someone knows about it.
Cheers
Risk manager for algorithmic trading
Quote:
In this article, we will develop a risk manager class to control risks in algorithmic trading. The purpose of this article is to adapt the principles of controlled risk to algorithmic trading and to implement them in a separate class, so that everyone can verify the effectiveness of the risk standardization approach in intraday trading and investing in financial markets. The materials presented here will use and supplement the information summarized in the previous article "
Risk manager for manual trading". In the previous article, we saw that risk control can significantly improve the trading results of even a profitable strategy and protect investors from large drawdowns in a short time period.
Following the comments to the previous article, this publication will additionally cover the criteria for choosing implementation methods in order to make the article more understandable for beginners. We will also cover definitions of trading concepts in comments on the code. In turn, experienced developers will be able to use the presented materials to adapt the code to their architectures.
more...