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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    80 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X