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 frankthearm, Today, 09:08 AM
    3 responses
    9 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by yertle, Today, 08:38 AM
    5 responses
    15 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by adeelshahzad, Today, 03:54 AM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by bill2023, Yesterday, 08:51 AM
    6 responses
    27 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by NinjaTrader_ChelseaB, 01-08-2017, 06:59 PM
    80 responses
    19,667 views
    5 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X