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

The indicator draws JSatlCandle candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.

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

The Exp_i4_DRF_v3 Expert Advisor is based on the i4_DRF_v3 indicator color change.

This indicator displays the trend extremums (maximum and minimum), which may be used as the support and resistance points. It is useful for determining the channel of the current trend. It features alerts, sending emails and push-notifications to mobile devices.