Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Closing bar price referece

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

    Closing bar price referece

    Anyone know how to grab the price of a specific bar in the past. For instance, say I wanted to get the closing price of the 10:00 AM bar.

    I can't use barsago b/c I'm not sure when the strategy will be applied, and I can't use time b/c it only appears to work only in real time... For instance, if I say if Time=10:00AM, get Close[0], it will grab the correct price. However, if I apply the strategy after 10:00AM this does not work. And those are the only two options I know of.

    Brian

    #2
    Brian,

    Please use GetBar() to get the bar number of a specific time. Then just pass that number into the Close[].
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by bmartz, Today, 09:30 AM
    2 responses
    11 views
    0 likes
    Last Post bltdavid  
    Started by f.saeidi, Today, 11:02 AM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by geotrades1, Today, 10:02 AM
    4 responses
    12 views
    0 likes
    Last Post geotrades1  
    Started by rajendrasubedi2023, Today, 09:50 AM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by lorem, Today, 09:18 AM
    2 responses
    11 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X