Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Interacting With AddOn to Get Last OHLC of Ticker

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

    Strategy Interacting With AddOn to Get Last OHLC of Ticker

    Does anyone have any references or sample snippets that show how a strategy could make a call to an AddOn to get the latest OHLC based on a symbol/ticker?

    The picture in my head is the strategy makes a function call
    Code:
    MyCustomAddOn.GetLatestOHLC(arbitrarySymbol)
    and gets the last bar or a double from a given ISeries.

    The AddOn documentation treats development from an AddOn-first approach, but since I'm thinking of it as a helper component for my strategy, I've yet to come across documentation that clarifies how they can interact, handling the namespacing, etc.

    Any guidance is greatly appreciated

    #2
    Hello scoobydoodles,

    You can use a BarsRequest to start a subscription for an instrument (to start data streaming).
    Join the official NinjaScript Developer Community for comprehensive resources, documentation, and community support. Build custom indicators and automated strategies for the NinjaTrader platforms with our extensive guides and APIs.


    Then either continue using the bars request or use the Instrument.MarketData.Last / .Ask / .Bid.

    If you are trying to open an addon window and access properties or methods, see the example below.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thank you for the speedy reply, Chelsea.

      I will take a look through the samples you provided and let you know if any questions come up

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      87 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      128 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      65 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      117 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      67 views
      0 likes
      Last Post PaulMohn  
      Working...
      X