Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Know the time frame in realtime

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

    Know the time frame in realtime

    How can I know the time frame of my chart in real time? I want to print it, for example, in the output window. So if my Automatic Strategie is working in Fut. S&P in a chart of 5 minutes, I would like to have a variable with "5 minutes".

    Thanks.

    #2
    Originally posted by soyjesus View Post
    How can I know the time frame of my chart in real time? I want to print it, for example, in the output window. So if my Automatic Strategie is working in Fut. S&P in a chart of 5 minutes, I would like to have a variable with "5 minutes".

    Thanks.
    if (BarsPeriod.Id == PeriodType.Tick && BarsPeriod.Value > 100)
    Print("This is a tick chart of over 100 ticks per bar");

    Other possibilities are PeriodType.Range, PeriodType.Minute, etc. the BarsPeriod.Value is length.

    Mike

    Comment


      #3
      Ok, solved. Thank you very much, Mike.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      23 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      115 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      69 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      225 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      411 views
      0 likes
      Last Post CaptainJack  
      Working...
      X