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 xiinteractive, 04-09-2024, 08:08 AM
    2 responses
    10 views
    0 likes
    Last Post xiinteractive  
    Started by Irukandji, Today, 09:34 AM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by RubenCazorla, Today, 09:07 AM
    1 response
    5 views
    0 likes
    Last Post RubenCazorla  
    Started by TraderBCL, Today, 04:38 AM
    3 responses
    25 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by WeyldFalcon, 08-07-2020, 06:13 AM
    11 responses
    1,423 views
    0 likes
    Last Post jculp
    by jculp
     
    Working...
    X