View RSS Feed

mql5

Risk manager for algorithmic trading

Rate this Entry
by , 10-16-2024 at 06:06 AM (28 Views)
      
   
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...

Submit "Risk manager for algorithmic trading" to Google Submit "Risk manager for algorithmic trading" to del.icio.us Submit "Risk manager for algorithmic trading" to Digg Submit "Risk manager for algorithmic trading" to reddit

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments