...
In metatrader 4 it can not be done as an indicator (it must be an EA or a script but script has its bad points, so the only reasonable option left is an EA) One version of it is posted in the elite section
If you are looking for metatrader 5 version it is here : https://www.mql5.com/en/forum/180363
Hi, i am looking for a clock indicator same as b-clock. But with b-clock it is update when the tick is update, is there an indicator similar with b-clock but update based on my pc clock. Thanks.
thanks mladen, i'm using MT4. i had found 1 script to display local time..at least it is nearly what i need, or do you know any other script ?
...
It is a good one too and is showing how it can be done, but it is showing what I meant that scripts are not suitable for some things (time frame changes, symbol changes ... )
What I was talking about is an EA that shows time remaining till the end of bar and is synchronized with local time (since it can not depend on broker time obviously, for times when there are no ticks coming from broker) The only "problem" is that I posted that in elite section and it would not be to fair to members of the elite section to post it here too. Sorry
regards
Mladen
Hi, i am looking for a clock indicator same as b-clock. But with b-clock it is update when the tick is update, is there an indicator similar with b-clock but update based on my pc clock. Thanks.
thanks mladen, i'm using MT4. i had found 1 script to display local time..at least it is nearly what i need, or do you know any other script ? localtime.mq4
Local time
use this simple code
int start(){ Comment( "Local time: ", TimeToStr(LocalTime(), TIME_DATE|TIME_MINUTES) );
thanks mladen, i'm using MT4. i had found 1 script to display local time..at least it is nearly what i need, or do you know any other script ? localtime.mq4
Some clock button mode - MTF

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi, i am looking for a clock indicator same as b-clock. But with b-clock it is update when the tick is update, is there an indicator similar with b-clock but update based on my pc clock.
Thanks.