Join our fan page
- Views:
- 2935
- Rating:
- Published:
- 2018.03.01 10:58
- Updated:
- 2023.03.29 13:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author: Rosh
The Internal Bar Strength indicator implemented in the form of a colored histogram.
The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The detailed description of the class is available in the article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers.
Fig.1. The XIBS_Histogram indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19660

The SVS_Trend indicator with the possibility to change the indicator timeframe in its input parameters.

The indicator marks candlesticks with colored arrows if candlesticks of a higher timeframe selected in input parameters are higher or lower than previous candlesticks.

The ColorDerivative indicator with the possibility to change the indicator timeframe in its input parameters.

A trading system based on ColorJJRSX indicator signals with the possibility to set a fixed position holding time.