版本 1.8
2019.12.25
The function of removing objects during deinitialization has been replaced with the standard one.
版本 1.7
2019.12.22
Added two parameters:
Horizontal offset of values - horizontal offset of numeric values
Indent between values - vertical indent between numeric values
版本 1.6
2019.12.19
Added parameters:
Horizontal imul - a multiplier for the horizontal scale
Vertical imul - a multiplier for the vertical scale
Scale shift - the additional shift of the scale in pixels
版本 1.5
2019.12.15
Выполнена оптимизация кода
版本 1.4
2019.05.26
Выполнена оптимизация кода с учётом обновлений MQL5.
版本 1.3
2015.12.16
Added the ability to shift indicator data by coordinate axes to any convenient place on the screen:
ShiftX - shift left/right
ShiftY - shift up/down
版本 1.2
2015.04.01
Added PairPreffix currency prefix parameter. Leave it blank for symbols without additional characters. Example of using with EURUSD.e:
UsePairs="EURUSD"
PairPreffix=".е"
版本 1.1
2015.01.30
Added the second method for calculating the daily currency power.
UseDayRangeCalculation=false - accumulative
UseDayRangeCalculation=true - range
This is what I was looking for. Thank you for sharing.