Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Write in graph the period of time used

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

    Write in graph the period of time used

    Hello. Excuse my English.
    I have a 5 minute chart. I want a 5 to be written on the bottom of the graph. If I change the graph to 15 I want 15 to be written, so I always know which graph I'm on.
    Can you guide me how to do it? Thanks.​

    #2
    Hello julifro,

    I am not aware of a existing item that does that but you can create an indicator and use Draw.TextFixed to draw in one of the corners of the chart.



    To get the period value you can use

    Bars.BarsPeriod.Value

    and for the type:

    Bars.BarsPeriod.BarsPeriodTypeName);

    Comment


      #3
      This doesn't work when working with multi dataseries

      e.g. my script has

      else if (State == State.Configure)
      {
      AddDataSeries(BarsPeriodType.Minute, 5);
      }

      When I access Bars.BarsPeriod.Value it is ALWAYS "5" and BarsPeriod.BarsPeriodType is always "Minute" even if I'm on a daily chart.

      How do I find out what chart timeframe I'm on???

      Thanks for your help​

      Comment


        #4
        I think I found it - gotta use BarsArray[0].BarsPeriod. ... never mind then

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        633 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        364 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        567 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        568 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X