Version 1.8
2023.01.12
Release v1.08
- Make sure to update when removing the indicator (itself) thus time remaining label (or other related graphical objects) would be surely removed and immediately updated
- Change to use TimeTradeServer() from TimeCurrent()
Version 1.7
2022.11.30
Release version v1.07
- Fix syncing time of counting down time from approach basing on keeping
track of local time to always sync with trade server time via
TimeCurrent(). This is due to whenever computer is put to sleep. Our
local time, will be way off when the computer is back alive. Assume
TimeCurrent() should not make performance hit too much as this is the
safest way to fix for syncing issue.
- Properly initially set label text color to be contrast with the
background color. Additionally allow user to set tint color as well.
That said it initially set to white color for black background, and
set to black for white background. On top user can tint the color as
well.
Version 1.6
2022.11.19
Release version v1.06 (hotfix)
- fixed 1-sec ahead technique logic code for detecting market close, now
remaining time aligns (back to normal as before) with candle open/close
Version 1.5
2022.11.19
Release version 1.05
- removed debug printing for the case of SymbolInfoSessionTrade() as it is part of helping to detect market close; to not spam users's log
Version 1.4
2022.11.19
Release version v1.04
- corrected, enhanced a market closing time detection code
- simplified code inside OnDeinit() by removing unnecessary flag
variables and unnecessary code
Version 1.3
2022.11.17
Release version v1.03
- added ability to show/hide the remaining time label via inputs (inp_label_hidden)
- minor fixed of text description of inputs
Version 1.2
2022.11.17
Release version v1.02
- fixed to prevent unnecessary duplicate set of timer unnecessarily
- fixed of time remaining text not keeping up with the current remaining
time by forcing chart to redraw