Join our fan page
- Views:
- 6652
- Rating:
- Published:
- 2017.03.02 12:30
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The MFI_price indicator with the timeframe selection option available in the input parameters.
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires MFI_price.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig1. The MFI_price_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/17541

The Expert Advisor solves the problem of position trailing along a given curve by moving its Stop Loss and Take Profit.

This is a standard StdDev indicator with an additional feature, which changes the line color depending on its values. When the value increases, the line color is painted in green; when it falls, the line becomes red; if values stay the same over several periods, the line color stays yellow.

The NRTR_ZigZag indicator with the timeframe selection option available in the input parameters.

The NRTR_extr_ZigZag indicator with the timeframe selection option available in the input parameters