I have added a user input menu to set the clock.
Here is the updated XU CLOCK.ex5 indicator.
Best,
Xard777
Code: Select all
// Clock Time Zone Offsets
input string clockSection = "------ Clock Time Zone Offsets ------"; // Clock offset customization section
input int hkOffset = 5; // Hong Kong time offset (hours)
input int londonOffset = -2; // London time offset (hours)
input int nycOffset = -7; // NYC time offset (hours)