Attachments forums

List of attachments posted on this forum.


All files on forums: 161155

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

xard777, Tue Apr 08, 2025 9:20 am

RE Clock settings
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)
All files in topic