Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Looking at a specific time within a session

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

    Looking at a specific time within a session

    Is there a way to check some data at a certain time after the session start.
    For example

    if( sessionBegin + 2 hours)
    {
    check something
    }

    or

    if(Bars.FirstBarOfSession + 2 hours)
    {
    check something
    }


    not using
    if ((ToTime(Time[0]) >= 12:00 && ToTime(Time[0]) < 12:01))

    #2
    superhaze421, yes you can directly access the session begin / end DateTimes as give by your applied template in NinjaTrader. Then you add .Add 2 hours in for example this way get the time ranges for your condition checks - https://www.ninjatrader.com/support/...t7/session.htm

    Comment


      #3
      ok tried a couple different things, only seem to be able to do it with getting the time from the local computer time.

      How do I get it to work with market replay time

      if (?? == sessionBegin.AddHours(2))
      {
      }

      Comment


        #4
        superhaze421,

        You will want to use Time[0] by itself and test that against sessionBegin.AddHours(2)
        Cal H.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by NinjaTrader_Cal View Post
          superhaze421,

          You will want to use Time[0] by itself and test that against sessionBegin.AddHours(2)
          Can you post an example, I have looked at most of the ninjatrader examples and support and cant find anything close to what i need.

          Comment


            #6
            if (Time[0] == sessionBegin.AddHours(2))
            {
            }

            Time from HelpGuide
            Cal H.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            661 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            375 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            110 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            574 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            580 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X