Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Bar data

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

    Bar data

    I am using a strategy that calculates information on a tick by tick basis.
    But, when a certain condition is met, i need the data, Low, high, open, and Close, for the previous bar that closed.

    so it would be:

    if ( condition = true )
    GetLastBarData();

    Can anyone tell me how to do that?

    Thanks!
    B

    #2
    Hi bsamani, even if you are running your strategy CalculateOnBarClose = false you should be able to access for example the last bar close with Close[1]. Same for the High[1], Low[1] and Open[1].
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Spiderbird, Today, 12:15 PM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by FrazMann, Today, 11:21 AM
    1 response
    6 views
    0 likes
    Last Post FrazMann  
    Started by lorem, Yesterday, 09:18 AM
    5 responses
    18 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    12 responses
    42 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by geddyisodin, Yesterday, 05:20 AM
    8 responses
    52 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X