Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Accessing MarketData from a drawing tool ?

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

    Accessing MarketData from a drawing tool ?

    Hi Ninjatrader,

    In an indicator we have OnMarketData() which allows us to use the ask/bid/price/volume of every level change.
    Is there a way i can access this data from a drawing tool ? The ChartControl.BarsArray just contains information about bars
    but i would like to have access to every level change
    EB Worx
    NinjaTrader Ecosystem Vendor - EB Worx

    #2
    Hello Erwin Beckers,

    Drawing tools are meant to draw at the prices and times provided and do not have data driven methods and are not meant to continuously update with new data. In general these are meant to be drawn once and then remain.

    You would need to subscribe to the market data using the Addon approach.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi Chelsea,
      I understand, but i would like to do something like ninjas Order flow Volume Profile drawing tool does.
      Where the users selects a piece of the chart and the drawing tool can do some analysis on the market data of that exact piece of the chart and draw its result.
      So i don't need some data driven method to continuously update the chart, i just want to get the market data for a piece of the chart once and use if for my geometry drawing tool
      Since the Order flow Volume Profile drawing tool is already doing this i suppose its possible to get this market data, perhaps via an undocument function ?
      EB Worx
      NinjaTrader Ecosystem Vendor - EB Worx

      Comment


        #4
        Hello Erwin Beckers,

        The Order Flow Volume Profile drawing tool is not using market data. This is using historical tick ask and bid data called from a bars request.

        Below is a public link to the help guide on BarsRequest.
        https://ninjatrader.com/support/help...arsrequest.htm
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        619 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        359 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        562 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        566 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X