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
New article was published -
----------------
Money Management by Vince. Implementation as a module for MQL5 Wizard
While working in financial markets, we are constantly looking for a system that would help us earn profit. Of course, we want this system to be stable and to maintain minimum risk. For the purpose of finding such a strategy, different trading systems searching for optimal entries and exits are being developed. Such systems include technical indicators and trading signals advising when to buy and to sell. There is a whole system of price patterns for technical analysis. At the same time, Ralph Vince shows in his book"Mathematics of Money Management" that the amount of the capital used for performing trades is no less important. To optimize profit and to save a deposit, it is necessary to determine the lot size to trade.
----------------
Forum on trading, automated trading systems and testing trading strategies
...
Sergey Golubev, 2017.09.28 09:24
Money Management
The forum
The articles
CodeBase
Money Managment Indicator - indicator for MetaTrader 4
This indicator allows trader to calculate the proper lot size based on percentage risk and stop loss. The stop loss can be defined either using Average True Range ratio or fixed points.
It has been developed to operate based on Points ( 10 Points = 1 Pip ) as to consistently usable with Currency pairs, Indices and Commodities on MT4 platform
Money Fixed Margin - expert for MetaTrader 5
An example for calculating the lot value with a fixed margin level. That is, if you specify 10%, a position with the margin equal to 10% of free margin will be opened.
Input Parameters:
----------------
Money Fixed Risk - expert for MetaTrader 5
An example for calculating the lot value in accordance with the risk per trade.
If you can't watch your statistics and your game plan at all time, your emotions will take control and you will start taking ENTRIES such as revenge trade especially when you lose it. So that is why I wanted to keep an eye on my stats and my game plan at all time, in order to control my emotions.
I came up with this indicator that will allows me to keep an eye on my statistics and my daily target.
Money Management
It was many talking about MM in EAs today.
So I found Money Management indicator and translated some comments on the chart from Russian to English.
Just unput desirable risk, price to open the order (for example) and price for stop loss. And read comments on the chart.
It is indicator (not script).
This is a life saver! Thanks @Sergey
Moral expectation in trading
Money management in trading
In general, money management is a set of rules that allows traders to calculate the optimal volume of positions, taking into account all the possibilities and limitations. Today, there are quite a few money management strategies to fit every taste. We will try to consider several ways to manage money based on different mathematical growth models.
Risk manager for algorithmic trading
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.