Trade system "PAX Multi TMA/HMA 8" for MT5
It is a ready-made trading system for trading on any instrument and any timeframe.
Completely ready for manual trading and use in robots.
It is convenient to work on any timeframe.
Tested on metals, currency pairs, oil, international stocks, Russian stocks, cryptocurrencies, monetary and cryptocurrency indices.
What the trading system consists of:
1. The main channel of price movement named Medina.
May be of 3 colors:
red - downtrend,
yellow - the trend is changing,
green - a growing trend.
It can be based on the current timeframe or higher.
2. Laterals - lateral canals of the medina.
They clearly show how far the price bounced in order to make the right decision to open and close positions or build up the grid.
3. HMA lines.
Two Hull Moving Average lines automatically filter signals.
They can be based on the current or higher timeframes.
4. CCI filter (Commodity Channel Index)
Automatically filters unnecessary signals, allows you to reduce the balance drawdown.
5. Arrows - signals.
Shows where it is necessary to open a new position and close opposite orders.
6. Placard of the state of the price.
To the right of the chart, the distances in points from the Bid price to the corresponding channel lateral are displayed.
This makes it possible to understand how profitable the deal will be if you open an order at the current price.
Strategies for working with the trading system:
Orders are opened at each arrow of the signal. The entire grid of orders is closed as soon as an opposite signal appears.
At this moment, you can open a reverse order.
2. Low risk.
Orders are opened only on the accompanying trend.
For example, if the arrow is green and the trend color is also green, you can open a buy order.
A new pyramiding order must be opened at the next green arrow, but not more often than 100 points later.
All orders are closed if the trend color has changed. In our example, the trend color turns yellow or red - close the order grid.
3. Opposite orders.
This strategy will reduce the drawdown of the account balance and minimize risks.
The strategy works on hedging accounts.
Orders are opened for each arrow.
And they close in the following order:
1. If a green arrow is encountered and the trend color is green or yellow, close all short orders.
2. If a red arrow is drawn and the trend color is red or yellow, close all long orders.
A detailed description of the trading system parameters can be found in the corresponding section of the help link into the indicator.
Here you can also send suggestions for the development of the system in the form of comments.
Indicator's buffers for robots:
SetIndexBuffer(0, Buy signal, INDICATOR_DATA);
SetIndexBuffer(1, Sell signal, INDICATOR_DATA);
SetIndexBuffer(2, Trend color, INDICATOR_DATA);
SetIndexBuffer(3, HMA High Trend color, INDICATOR_DATA);
SetIndexBuffer(4, HMA Low Trend color, INDICATOR_DATA);
SetIndexBuffer(5, Trend Angle, INDICATOR_DATA);
// High laterals
SetIndexBuffer(6, BuffH7, INDICATOR_DATA);
SetIndexBuffer(7, BuffH6, INDICATOR_DATA);
SetIndexBuffer(8, BuffH5, INDICATOR_DATA);
SetIndexBuffer(9, BuffH4, INDICATOR_DATA);
SetIndexBuffer(10, BuffH3, INDICATOR_DATA);
SetIndexBuffer(11, BuffH2, INDICATOR_DATA);
SetIndexBuffer(12, BuffH1, INDICATOR_DATA);
// Low laterals
SetIndexBuffer(13, BuffL1, INDICATOR_DATA);
SetIndexBuffer(14, BuffL2, INDICATOR_DATA);
SetIndexBuffer(15, BuffL3, INDICATOR_DATA);
SetIndexBuffer(16, BuffL4, INDICATOR_DATA);
SetIndexBuffer(17, BuffL5, INDICATOR_DATA);
SetIndexBuffer(18, BuffL6, INDICATOR_DATA);
SetIndexBuffer(19, BuffL7, INDICATOR_DATA);
SetIndexBuffer(20, Medina line, INDICATOR_DATA);
SetIndexBuffer(21, Trend Color, INDICATOR_COLOR_INDEX);
SetIndexBuffer(22, HMA High line, INDICATOR_DATA);
SetIndexBuffer(23, HMA High Color, INDICATOR_COLOR_INDEX);
SetIndexBuffer(24, HMA Low line, INDICATOR_DATA);
SetIndexBuffer(25, HMA Low Color, INDICATOR_COLOR_INDEX);
SetIndexBuffer(26, Stop signal, INDICATOR_DATA);
SetIndexBuffer(27, Stop signal color, INDICATOR_COLOR_INDEX);
SetIndexBuffer(28, Real medina line, INDICATOR_DATA);
SetIndexBuffer(29, Float medina line, INDICATOR_DATA);
SetIndexBuffer(30, Real Medina Color, INDICATOR_COLOR_INDEX);
Excellent indicator. The author answers any questions.