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.

    Comment


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

      Comment


        #4
        Oil_Trader, the below should compile well -

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

        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 ageeholdings, Today, 07:43 AM
              0 responses
              6 views
              0 likes
              Last Post ageeholdings  
              Started by pibrew, Today, 06:37 AM
              0 responses
              4 views
              0 likes
              Last Post pibrew
              by pibrew
               
              Started by rbeckmann05, Yesterday, 06:48 PM
              1 response
              14 views
              0 likes
              Last Post bltdavid  
              Started by llanqui, Today, 03:53 AM
              0 responses
              6 views
              0 likes
              Last Post llanqui
              by llanqui
               
              Started by burtoninlondon, Today, 12:38 AM
              0 responses
              12 views
              0 likes
              Last Post burtoninlondon  
              Working...
              X