Category Other  Published on 25/01/2013

Countdown Timer Display

Description

Display of countdown to the next bar on the chart. W1 and M1 Timeframes are not supported.


/

fzlogic's avatar
fzlogic

Joined on 06.08.2012

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Countdown Timer Display.algo
  • Rating: 5
  • Installs: 7440
Comments
Log in to add a comment.
RA
racshen-seo · 1 year ago
Hello! Excellent indicator. But it would be nice to change the size and color of the font!
LO
louisbrowne · 1 year ago

This maxes out my CPU after a few minutes it's crazy laggy, and makes trading impossible

CR
cranmer767 · 3 years ago

Code still hasn't been updated after 8 years. Would also be nice to change the font colour. No capability to change it from the settings box nor does changing it in the code have any effect.

swingfish's avatar
swingfish · 7 years ago

its obsolete as cTrader has this now build-in 

ED
Eduardo_Cerejo · 8 years ago

I'm getting this error when building it:

Error CS0104: 'Timer' is an ambiguous reference between 'cAlgo.API.Timer' and 'System.Timers.Timer'

Can anyone fix it?

cAlgo_Fanatic's avatar
cAlgo_Fanatic · 11 years ago
The release will be within next week. You can see what it will look like with Spotware cAlgo.
EN
Enivid · 11 years ago
Looks pretty obsolete now with the latest update.
cAlgo_Fanatic's avatar
cAlgo_Fanatic · 11 years ago
cAlgo will include a build in timer in the next release.
EN
Enivid · 11 years ago
No, it looks to be a problem of server time updating only on ticks.
EN
Enivid · 11 years ago
Too bad OnTimedEvent seems to be processed only on new ticks.