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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    152 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    87 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    131 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    127 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    106 views
    0 likes
    Last Post CarlTrading  
    Working...
    X