Stream – indicator MetaTrader 4

bar size
The indicator marks the bars, the size of which exceeds the value specified in the settings. The body of the bar, the opening price and the closing price of the bar are taken into account. Description of the indicator settings: Bars_Size — the minimum bar size in points. Stream – indicator MetaTrader 4

Stream – indicator MetaTrader 5

Figure 1. The Stream indicator
Real author: Yuriy Tokman (YTG) The indicator marks the bars, the size of which exceeds the value specified in the settings. The body of the bar, the opening price and the closing price of the bar are taken into account. //+———————————————-+ //| Indicator input parameters                   | //+———————————————-+ input uint Bars_Size=100; // Minimum bar body size