Version 3.3 2024.11.09
The indicator has been recompiled in MT5 build 4656.
Version 3.2 2024.04.22
The indicator is recompiled in MT5 build 4275.
Version 3.1 2024.01.27
The indicator is recompiled in MT5 build 4153.
Version 3.0 2023.12.08
A display of volumes has been added under the clusters frame in the following order from top to bottom:
- volume,
- buy volume,
- sell volume,
- delta.
Version 2.9 2023.05.23
Added display of volume values under frames (candles).
Version 2.8 2022.12.05
The indicator is recompiled in MT5 build 3521.
Version 2.7 2022.10.15
The numbers of cluster volume values are displayed in full length (without clipping).
Version 2.6 2022.05.08
The indicator is recompiled in MT5 build 3285.
Version 2.5 2022.04.14
The algorithm of clusters calculation is optimized.
The input variables ClustersVolume and ProfilesVolume have been abolished and generalized into another (into new) input variable VolumeCalculationMode.
The indicator is compiled in MT5 build 3251.
Version 2.4 2021.09.27
The indicator is recompiled in MT5 build 3061.
Version 2.3 2021.06.27
The indicator is recompiled in MT5 build 2981.
Version 2.2 2021.03.31
The indicator is recompiled in MT5 build 2860.
Version 2.1 2020.12.01
The indicator is recompiled in MT5 build 2715.
Version 2.0 2020.10.14
The indicator is recompiled in MT5 build 2650.
Version 1.9 2020.07.12
The indicator is recompiled in MT5 build 2530.
Version 1.8 2020.04.14
The initiating drawing scale is set using the input variable FramesInitScale.
The final drawing scale is still switched using the terminal buttons "+" and "-", but when the final scale is small, the drawing is performed as chart candles.
Version 1.7 2020.02.10
Fixed a delay when a new frame opening.
Version 1.6 2020.01.16
Fixed the error of repeatedly overestimating clusters volumes.
Version 1.5 2019.11.14
Added display of aggregate delta for each clusters frame (FramesDelta=Enable).
Version 1.4 2019.10.30
The indicator marks its own time scale.
Version 1.3 2019.10.29
Added modes ClustersAsDelta and ProfilesAsDelta displaying clustering through the difference between buyers and sellers volumes.
Added function FramesCompare normalizing the visual length of clusters relative to the maximum volume cluster in the chart window.
Version 1.2 2019.10.27
Improved algorithm for automatic assignment of the cluster step.
For trading symbols that have the tick history without the content of the tape of deals, an interpretation algorithm is automatically applied:
Each positive Ask tick is interpreted as the unit of volume to buy.
Each negative Bid tick is interpreted as the unit of volume to sell.
This algorithm works only in the mode VolumeType=TimeAndSales and is relevant mainly for currency pairs.