Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OHLC of Entry Bar

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

    OHLC of Entry Bar

    hi I need to get the OHLC of the bar (15min) when a position was opened.

    How is this done?

    #2
    Hello,

    Thank you for your forum post.

    Just wanted to let you know that we received your note and that someone will respond in the morning.

    Thank You for your patience.
    BrettNinjaTrader Product Management

    Comment


      #3
      Oil_Trader, you could just save the barnumber of your entrybar and reference the OHLC then as needed.

      Comment


        #4
        Oil_Trader, the below should compile well -

        Code:
         
        if (ToTime(Time[0]) > ToTime(9, 30, 0))
        {
        }

        Comment


          #5
          If I set the Session times to be 930am to 415pm...would this be the same equivalent as this code?

          if (ToTime(Time[0]) > ToTime(9, 30, 0))

          Comment


            #6
            More or less, yes for the 9:30 part.
            If you do it by session definitions though it means all of your indicators will not take into account information before 9:30. If you do it by code your other indicators which you may use for signals and such would still be calculating and take into account data before 9:30.
            Josh P.NinjaTrader Customer Service

            Comment


              #7
              You might also consider Close[BarsSinceEntry()] and similar.
              Ryan M.NinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by argusthome, 03-08-2026, 10:06 AM
              0 responses
              110 views
              0 likes
              Last Post argusthome  
              Started by NabilKhattabi, 03-06-2026, 11:18 AM
              0 responses
              59 views
              0 likes
              Last Post NabilKhattabi  
              Started by Deep42, 03-06-2026, 12:28 AM
              0 responses
              37 views
              0 likes
              Last Post Deep42
              by Deep42
               
              Started by TheRealMorford, 03-05-2026, 06:15 PM
              0 responses
              41 views
              0 likes
              Last Post TheRealMorford  
              Started by Mindset, 02-28-2026, 06:16 AM
              0 responses
              78 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Working...
              X