MaHa breakout strategy based on moving averages

This trading system uses modified HeikenAshi candlesticks instead of standard candlesticks. Moving averages act as breakout levels. The direction of trade is chosen for the older TF.

Input parameters

  • Currency pairs: any highly volatile currency pairs.
  • Timeframe: working TF - M30, trading is carried out in the direction of the older trend on D1. TF M5 is used to confirm exit signals.
  • Bidding time: any.
  • Risk management: After calculating the stop-loss, choose such a volume of the lot, that the risk was not more than 2-5% of the deposit on one transaction.

The schedule should look like this:

 MaHa strategy
MaHa strategy

Determining the direction of the trade

  1. Switch to the daily chart (TF D1) of the desired currency pair.
  2. Determine the value of moving average 10 EMA of the previous day (let it be C1).
  3. Determine the value of the moving average 10 EMA of the previous day (let it be C2).
  4. If C1 > C2, then we assume that the trend is upward. Otherwise, it is downward.

Signals indicating the opening of a long position (buying):

  1. There should be an uptrend on the older timeframe.
  2. On the M30, the candle breaks through the 50 SMA moving average and closes above it.
Example of a buy entry point
Example of a buy entry point

Signals indicating the opening of a short position (sale):

  1. There should be a downtrend on the older timeframe.
  2. On M30, the candlestick breaks through the 50 SMA moving average and closes below it.
Example of a Sell Entry Point
Example of a Sell Entry Point

Rules for setting a stop loss:

This trading system does not have a stop loss, but when opening a position, it is recommended to hedge yourself and set the stop close to the nearest maximum/minimum (depending on the direction of the trade).

Rules for exiting a deal:

  1. On the M5, the candle broke and closed below the 50 SMA.
  2. On M5, the candle broke and closed below the 10 EMA (conservative variant).
  3. On M5 the oscillator turned towards zero and a group of candles with a small body size appeared on the chart.
Example of exiting a deal
Example of exiting a deal

Download MaHa Strategy Templates and Indicators

Other strategies with moving averages

Leave a Reply

Back to top button