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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    368 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    571 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X