量化交易系统

MT5-Multi TimeFrame Moving Average

  • 型号:
Main Image

This indicator is based on a classic Moving Average indicator. Moving averages help us to first define the trend and second, to recognize changes in the trend.

Multi TimeFrame indicator MTF-MA shows MA data from the 4 timeframes by your choice.

By default this indicator has external parameters:

  • TF1 = 1;
  • TimeFrame2b = true;
  • TF2 = 5;
  • TimeFrame3b = true;
  • TF3 = 15;
  • TimeFrame4b = true;
  • TF4 = 60;
  • InpPSARStep = 0.02;
  • InpPSARMaximum = 0.2;

You can change TF1-TF4 in the next limits:

  • TF1 from M1 (1) to H4 (240)
  • TF2 from M5 (5) to D1 (1440)
  • TF3 from M15 (15) to W1 (10080)
  • TF4 from M30 (30) to MN1 (43200)

All chosen TFs should be not less then current timeframe.

You can use data from 4 or less TFs by using bool parameters: TimeFrame1b - TimeFrame4b.