Announcement

Collapse
No announcement yet.

Candle Countdown timer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Candle Countdown timer

    Does anyone know where I can get a basic countdown timer for a minute chart that resides in the cursor window?

    I have seen the remainingbartimer.efs but it puts the timer too far to the left of the current price.

    I dont have access to GetTimer etc.

    Thanks!

  • #2
    where can we find the remainngbartimer.efs? Can you post it here? thanks

    Comment


    • #3
      bruced
      Try running a search for remainingbartime*
      Alex


      Originally posted by bruced
      where can we find the remainngbartimer.efs? Can you post it here? thanks

      Comment


      • #4
        How do I edit the remainingbartimer.efs to relocate the timer to the top left of the chart?

        Comment


        • #5
          Trader_JG
          Add a Text.RELATIVETOLEFT flag to the flags already existing in the drawTextAbsolute(...) command. That will instruct the efs engine to draw the text n bars [as specified by the first parameter] relative to the left edge of the chart.
          For more details and the syntax of the the drawTextAbsolute() funtion see this article in the EFS KnowledgeBase
          Alex


          Originally posted by Trader_JG
          How do I edit the remainingbartimer.efs to relocate the timer to the top left of the chart?

          Comment

          Working...
          X