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

Live last price from Point/Figure in NT7

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

    Live last price from Point/Figure in NT7

    Hi, if I'm programming an indicator or strategy based on a Point/Figure chart in NT7, how do I access the live current last/bid/ask price in the code?

    On minute and tick charts I do this with CalculateOnBarClose set to false and just accessing Closes[0][0]

    I see that the Closes[0][0] for Point/Figure value is based on current bar and equals the high or low, but the PF bars only update once every interval you set, I'd like that not to be 1 second, but need to program based on the current price and not the (very outdated 1-minute late) "Closes[0][0]" on the PF chart.

    I already have CalculateOnBarClose set to false.

    Thanks!

    #2
    Hello entropy,

    You may use the GetCurrentAsk() and GetCurrentBid() method for the Ask/Bid data. Note that you may use the overload that takes a "int barSeriesIndex" when using a multiseries script.

    If you would like to have some calculations done on an interval that you would like to set then you may want to use a Custom Event to do this. See the following thread for an example of this.
    JCNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by rhyminkevin, Today, 04:58 PM
    3 responses
    47 views
    0 likes
    Last Post Anfedport  
    Started by iceman2018, Today, 05:07 PM
    0 responses
    5 views
    0 likes
    Last Post iceman2018  
    Started by lightsun47, Today, 03:51 PM
    0 responses
    7 views
    0 likes
    Last Post lightsun47  
    Started by 00nevest, Today, 02:27 PM
    1 response
    14 views
    0 likes
    Last Post 00nevest  
    Started by futtrader, 04-21-2024, 01:50 AM
    4 responses
    50 views
    0 likes
    Last Post futtrader  
    Working...
    X