Version 3.5
2024.04.18
A new mode “InCandles” has been added to the list of modes of the input variable “HistoryLoadMode”, in which the duration of the history is set by the number of candles.
The number of candles, in turn, is set via the input variable “HistoryCandles” (if the value is zero, the number of candles is counted from the left side of the chart window).
Version 3.4
2024.01.27
The new input variable "PriceCurveWithCumDelta" turns on/off the display of the price curve in the cumulative delta display mode.
The indicator is compiled in MT4 build 1403.
Version 3.3
2023.11.03
Two new modes have been added to the list of modes of the input variable "CumDeltaDrawing" :
- "AsHistogramOfDiffWithPrice",
- "AsColoredHistogramOfDiffWithPrice",
which displays the difference between the cumdelta curve and the price curve.
Version 3.2
2023.05.22
The input variable “HistoryLoadMode”, as a drop-down menu, sets the history loading mode in several options:
1. “FromSpecifiedTime” - by the start date/time specified in the input variable “HistoryStartTime”.
2. “InMonths” - by the number of months (from the beginning of the month) specified in the input variable “HistoryMonths” (value 0 means from the beginning of the current month).
3. “InWeeks” - by the number of weeks (from the beginning of the week) specified in the input variable “HistoryWeeks” (value 0 means from the beginning of the current week).
4. “InDays” - by the number of days (from the beginning of the day) specified in the input variable “HistoryDays” (value 0 means from the beginning of the current day).
5. “InHours” - by the number of hours (from the beginning of the hour) specified in the input variable “HistoryHours” (value 0 means from the beginning of the current hour).
With the advent of the input variable “HistoryLoadMode”, the input variable “BarsLimit” have been abolished as unnecessary.
When calling the indicator from outside, use the input variable “RecalculationTiming” with a negative value (any value), which specify to the indicator that it was called from outside.
Version 3.1
2022.11.30
The indicator is recompiled in MT4 build 1356.
Version 3.0
2022.08.20
The new "Relative volume" mode has been added to the list of modes of the input variable "Mode".
To control this mode, the input variable "RvPeriod" has been additionally created, which sets the calculation period.
Version 2.9
2022.05.28
In this version, an attempt has been made to eliminate the error "cannot set millisecond timer” that occurs when the indicator is called from the outside.
A new input variable “Timing” has also been added, which sets the frequency of recalculation in milliseconds.
When calling the indicator from outside (from another indicator or from EA), the value of this input variable must be set to zero.
The indicator is compiled in MT4 build 1356.
Version 2.8
2022.05.10
The indicator is recompiled in MT4 build 1356.
Version 2.7
2022.04.12
The input variable Volumes has been renamed to VolumesType.
The new input variable VolumesMode switches the method of decomposition of candles volumes into buyers and sellers volumes :
- All - the whole volume is involved in decomposition.
- Active - only the volume that produced the movement is involved in decomposition.
The indicator is compiled in MT4 build 1355.
Version 2.6
2021.09.23
The indicator is recompiled in MT4 build 1345.
Version 2.5
2021.04.17
A new DemandAndSupplyDifference mode has been added to the list of modes of the input Mode variable, which displays the difference between the DemandAndSupply curves.
A new AsColoredHistogram mode has been added to the list of modes of the input variable CumDeltaDrawing, where the values of the histogram columns above and below zero are displayed in different colors.
The indicator is compiled in MT4 build 1330.
Version 2.4
2020.12.08
The input variable CumDeltaDrawing switches the way the cumulative delta is displayed - either as a curve or as a histogram.
The indicator is compiled in MT4 build 1310.
Version 2.3
2020.12.03
The indicator is recompiled in MT4 build 1310.
Version 2.2
2020.10.20
The indicator is recompiled in MT4 build 1280.
Version 2.1
2020.08.17
Displaying the values of the demand and supply curves in Mode=DemandAndSupply is converted to percentages. The 100% reference value is the largest value of the demand curve (or supply curve), that is located on the right-to-left side of the last candle and up to the left border of the chart window, or that is located on the right-to-left side of the last candle and the amount specified in the input variable BarsLimit.
A full recalculation (in any mode) the indicator still performs once a minute, at the moment when a new candle appears on the M1 timeframe, and regardless of which timeframe is selected in the input variable Timeframe.
Version 2.0
2020.08.02
Using the input variable Timeframe, user can select the timeframe that the indicator will work with directly, which allows to place multiple instances of the indicator in the same chart window, but with results from different timeframes displayed.
Using the input variable DsSmoothing user can enable or disable curves smoothing for the DemandAndSupply and DemandAndSupplyRatio modes.
Using the input variable DsPeriod user can set the period (if the value is zero, the period is assigned automatically) for calculating curves for the DemandAndSupply and DemandAndSupplyRatio modes.
Version 1.9
2020.07.12
The indicator is recompiled in MT4 build 1262.
Version 1.8
2019.07.14
Added a new feature DemandAndSupplyRatio that displays the ratio between demand and supply curves.
Version 1.7
2019.03.28
The function of tint the reverse bar is now also work in Delta mode.
Version 1.6
2018.12.14
In the mode Delta there are two display options that can be selected using the optional input variable DeltaDrawing:
UpOnly - the columns of the histogram are directed only upwards, regardless of the delta sign.
UpAndDown - the columns of the histogram are directed depending on the delta sign.
Version 1.5
2018.11.13
Added alerts for modes Delta, BuyAndSellVolumes, DemandAndSupply.
Alerts are triggered when the levels AlertLevelForDemand and AlertLevelForSupply are reached by the value on the current candle.
Version 1.4
2017.12.27
Fixed calculation of cumulative volume period in the DemandAndSupply mode for financial symbols having an additional short trading day.
Version 1.3
2017.06.23
Added new DemandAndSupply mode, which is displayed as a demand and supply diagram with two lines.
The green line shows demand, the red line shows supply.
The mode can be additionally managed using the DsContrast input variable:
DsContrast = 0 - no candlestick coloring,
DsContrast > 1 - coloring candlesticks,
DsContrast < -1 - reverse coloring.
Version 1.2
2017.04.14
No significant changes have been made. The indicator code has been slightly optimized in order to reduce the number of excessive cyclic calculations and, as a consequence, to reduce the load on the terminal.
Version 1.1
2017.03.28
In the CumDelta, CumDeltaDaily and CumDeltaWeekly modes, a price line based on Close prices of candles is scaled and displayed in the indicator window, in parallel with the cumulative delta line.
Self explanatory rating, technically a super advanced indicator that looks good with music playing.