Announcement

Collapse
No announcement yet.

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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X