
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Update 26 October 2024 - version 1.95
Added two new static methods: TimeGMTOffset() and TimeDaylightSavings().
Renamed the HistoryBrokerOffset() method to TimeServerGMTOffset().
Update 28 October 2024 - version 1.97
Converted all macros for dealing with time to functions to avoid double evaluation of parameters inside macro body. More code clean-up in other lines.
Update 1 November 2024 - version 1.99
Added an option to switch off the default loading of Gold symbol for estimation of the server's TZ/DST.
Call CTimeZoneInfo::SetUsingGoldSymbol() with 'false' to use the current chart's symbol, instead.
This looks a lot cleaner than using an int to set time.
This looks a lot cleaner than using an int to set time.
Nice suggestion, and thanks for the codes.
I know strings looks more human ;), but, I am using int for two reasons:
Update 13 November 2024 - version 2.00
Improved estimation of online server tz/dst and in the strategy strategy
TimeGMT library is no longer needed, all the functionality is included within TimeZoneInfo.
Constructor accepts place and time parameters.
New public methods for working with data of datetime type.
Improved error handling and debugging support.
Update 14 November 2024 - version 2.02
Fixed error ERR_HISTORY_NOT_FOUND (4401) when trying to access the XAUUSD,H1 quotes history by the server timezone object.
Update 12 December 2024 - version 2.10
Improved performance of HistoryServerGMTOffset() and HistoryServerDaylightSavings() functions, and other minor code changes.
Update 12 January 2025 - version 2.15
Fixed issue in HistoryServerDaylightSavings() of searching for quotes history earlier than the loaded history in the strategy tester.