Join our fan page
- Views:
- 4353
- Rating:
- Published:
- 2014.06.02 11:08
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator draws candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers. Rectangles are color filled in accordance with the values of the StepMA_Stoch_KV1 indicator.
Depending on trend direction defined by the position of the original indicator histogram relative to zero, the candlestick body is painted in dark green or orange, shadows are painted in light-lime or yellow.
The indicator requires the compiled indicator file StepMA_Stoch_KV1.mq5. Place it to the terminal_data_folder\MQL5\Indicators\.
Figure 1. Indicator BackgroundCandle_StepMA_Stoch_KV1_HTF
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/2331

The MultiHighsLowsSignal indicator shows information on active trends using the values of seven HighsLowsSignal indicators from different timeframes.

A trend indicator of the series of indicators without averaging.

The indicator is drawn as a colored cloud between the lines of a fast digital filter and the price.

A trading system that uses the DynamicRS_C indicator.