Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by f.saeidi, Yesterday, 12:14 PM
    9 responses
    23 views
    0 likes
    Last Post f.saeidi  
    Started by Tim-c, Today, 03:54 AM
    0 responses
    3 views
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Started by FrancisMorro, Today, 03:24 AM
    0 responses
    3 views
    0 likes
    Last Post FrancisMorro  
    Started by Segwin, 05-07-2018, 02:15 PM
    10 responses
    1,772 views
    0 likes
    Last Post Leafcutter  
    Started by Rapine Heihei, 04-23-2024, 07:51 PM
    2 responses
    31 views
    0 likes
    Last Post Max238
    by Max238
     
    Working...
    X