Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

time filter example: always EST?

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

    time filter example: always EST?

    I've looked at the "Strategy: Using a time filter to limit trading hours "
    and understand that it addresses how to restrict an analysis to M-F (not Sat or Sun) and to specific hours.
    /* Checks to see if the time is during the busier hours (format is HHMMSS or HMMSS). Only allow trading if current time is during a busy period.
    The timezone used here is (GMT-05:00) EST. */
    if ((ToTime(Time[0]) >= 93000 && ToTime(Time[0]) < 120000) || (ToTime(Time[0]) >= 140000 && ToTime(Time[0]) < 154500))
    Does this function ALWAYS work in EST as implied or does it really work in local time, and the user must adjust for offset & Daylight Savings?

    Thanks!

    #2
    It works on the timestamps of your bar series which are normalized to your local timezone.

    Comment


      #3
      Originally posted by NinjaTrader_Dierk View Post
      It works on the timestamps of your bar series which are normalized to your local timezone.
      This is "inconvenient" for those of us who have strategies run by users in multiple timezones. In TS, i use a CalcTime(SessionStartTime(0,1), Mins) structure to eliminate dependence on timezone. What is the most efficient way to replicate this functionality in NT as I convert my strategies from TS?

      Thanks!
      jj

      Comment


        #4
        Unfortunately there is no way around. We have this on our list for NT7 though (available by the end of this year).

        Comment


          #5
          Works for me! Thanks!

          jj

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          647 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          573 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X