Determine Broker’s Daylight (DST) schedule – script MetaTrader 5

Determine Broker's Daylight (DST) schedule - script for MetaTrader 5
Script to determine whether your Broker follows the US, UK or AU daylight (DST) schedule. The script scans the H1 chart bars at the expected dates for the daylight changes, and by comparing the changes in server (bar) times at these bars, the DST schedule of your broker can be determined. DST_AU schedule: server dst

Schedule – library MetaTrader 4

Schedule - library for MetaTrader 4
The Schedule class defines a schedule as beginning at a certain day of the week and time, and running until the ending day of the week and time. There are also tests included in “Scripts\Tests\Schedule\ScheduleTests.mq4” that give extensive usage examples and codify the expected behavior of the Schedule. Constructor Parameters void Schedule(     ENUM_DAY_OF_WEEK startDay,     string