Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Footprint speed of tape indicators

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

    Footprint speed of tape indicators

    Would like to know how to add a custom indicator to footprint bottom table
    I would like to add an indicator to know the speed of the tape.
    for example traded lots /second

    #2
    Hello jwalkera87,

    Thanks for your post.

    The bottom table that is added with Volumetric Bars is drawn with custom rendering from the internal Volumetric ChartStyle.

    Drawing your own table is possible, but I may suggest to start simple and use Draw.TextFixed to draw your speed of tape on the chart.

    Draw.TextFixed - https://ninjatrader.com/support/help..._textfixed.htm

    To measure speed of tape, you could use OnMarketData, and you can increment class level variables each time you see a MarketDataType.Bid, MarketDataType.Ask, MarketDataType.Last tick. (You could also track the volume as well.)

    You can then use a timer to reset your variables every second.

    OnMarketData - https://ninjatrader.com/support/help...marketdata.htm

    Example that implements a timer - https://ninjatrader.com/support/help...to_output_.htm

    We look forward to assisting.

    Comment

    Latest Posts

    Collapse

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