Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Accessing Last Price Within Drawing Tool Namespace,

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

    Accessing Last Price Within Drawing Tool Namespace,

    Hi,

    Within Drawing Tool namespace, how can I use NinjaScript to get access to the last traded price of the instrument on the chart that the drawing tool is on?

    Best,
    Andrew

    #2
    Hello dowtrader,

    You should be able to use the following to get the most recent close price, you can subtract 1 instead to get the last price for the building bar.

    ChartBars chartBars = GetAttachedToChartBars();
    chartBars.Bars.GetClose(chartBars.Bars.Count - 2);​​

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    165 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    87 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    128 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    207 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    185 views
    0 likes
    Last Post CarlTrading  
    Working...
    X