Attachments forums

List of attachments posted on this forum.


All files on forums: 161106

Re: MT4 Indicator requests and ideas

mrtools, Thu Jan 10, 2019 5:49 am

Botan626 wrote: Thu Jan 10, 2019 4:31 am

Yes, but I want to convert this indicator to a non-lag clock.
In the OnInit() you can add

Code: Select all

EventSetMillisecondTimer(500);
then in OnTimer() can add something like this

Code: Select all

Comment("Server Time: "+TimeToStr(TimeCurrent(),TIME_DATE  |  TIME_SECONDS));
seems to be ok
All files in topic