Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 6659
- Derecelendirme:
- Yayınlandı:
- 2017.03.02 12:30
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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