Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help with simple code fix

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

    Help with simple code fix

    Hi i am trying to find a way to identify the previous days first bar

    (Bars.FirstBarOfSession ) gives us today's first bar. what is the code i would use to call the previous days first bar?

    Any help very appreciated thanks

    #2
    Hello gbux11,

    IsFirstBarOfSessionByIndex() is a new method added by request for NInjaTrader 8 that does not have an equivalent in NinjaTrader 7.

    You could use Bars.GetSessionBar(1).Time where the 1 represent one session ago, create a loop and compare the time of each bar with this time.

    You could also store the bar numbers in an array or dictionary when Bars.FirstBarOfSession is true.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by pvincent, 06-23-2022, 12:53 PM
    14 responses
    237 views
    0 likes
    Last Post Nyman
    by Nyman
     
    Started by TraderG23, 12-08-2023, 07:56 AM
    9 responses
    382 views
    1 like
    Last Post Gavini
    by Gavini
     
    Started by oviejo, Today, 12:28 AM
    0 responses
    1 view
    0 likes
    Last Post oviejo
    by oviejo
     
    Started by pechtri, 06-22-2023, 02:31 AM
    10 responses
    125 views
    0 likes
    Last Post Leeroy_Jenkins  
    Started by judysamnt7, 03-13-2023, 09:11 AM
    4 responses
    59 views
    0 likes
    Last Post DynamicTest  
    Working...
    X