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 lightsun47, Today, 03:51 PM
              0 responses
              5 views
              0 likes
              Last Post lightsun47  
              Started by 00nevest, Today, 02:27 PM
              1 response
              8 views
              0 likes
              Last Post 00nevest  
              Started by futtrader, 04-21-2024, 01:50 AM
              4 responses
              45 views
              0 likes
              Last Post futtrader  
              Started by Option Whisperer, Today, 09:55 AM
              1 response
              14 views
              0 likes
              Last Post bltdavid  
              Started by port119, Today, 02:43 PM
              0 responses
              9 views
              0 likes
              Last Post port119
              by port119
               
              Working...
              X