Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

FineClock - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resources

author EAcpu | 5 reads | 0 comments |

FineClock - expert for MetaTrader 5

Beautiful clock. Shown on all charts.

Enumeration of the option to select numbers with the mouse during setup is described in the include files (the files eIntNumbers.mqh and eFloatNumbers.mqh should be copied to the terminal data folder \MQL5\Include\Enums\).

The file fineclock.mq5 should be copied to the terminal data folder \MQL5\Experts, and the presets (Presets.zip) should be unzipped to the terminal data folder \MQL5\Presets\.

 Enter eTimeType TimeType=TLocal; // Clock zone - optional: local time zone, server time zone, GMT
Enter eClockFormats Fmt= seconds; //Display format: HH:MM:SS or HH:MM, 
                                                    // in the second case the drawing is made once-per-minute (resource saving)
input еMyCorners corner = crl; // attachment corner
Input ePInt X= 170 ; // move horizontally
Input ePInt Y = 38 ; // vertical translation
Input string font name = "Magneto" ; // font
Enter ePInt font size = 16 ; // font size
Input color font color = clr dark slate gray ; // font color
Input color shadow color = clr dark sea green ; // shadow color
Input ePInt SS= 1 ; // Shadow offset
Input eFloat01 eSA=- 12 ; // shadow rotation 

FineClock - expert for MetaTrader 5


Attachment download

📎 eintnumbers.mqh (27.18 KB)

📎 efloatnumbers.mqh (68.88 KB)

📎fineclock.mq5 (6.22 KB)

Source: MQL5 #448

Verification code Refresh