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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    31 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    9 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    17 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    20 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X