Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Measuring trade intensity with the free Pace of Tape indicator

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

  • balltrader
    replied
    Code:
     
    Calculate    = Calculate.OnEachTick;
    
    protected override void OnBarUpdate()
            {
                int pace = 0;
                int i = 0;
                while(i < CurrentBar)
                {
                    TimeSpan ts = Time[0] - Time[i];
                    if (ts.TotalSeconds < period)
                        pace += Bars.BarsPeriod.Value;                    
    
                    else     break;   ++i;    
                }
    on every tick, when OBU is called, you loop thru all historical bars until the current bar, and measure seconds between bars, compared to some arbitrary value you set (30)?

    it must be halloween, bcuz this is very scary, lol

    Leave a comment:


  • BMM73
    replied
    Originally posted by aligator View Post

    Sorry, not your mistake. The indicator is OK but was zipped outside Ninja. It can be extracted from the zip file and manually copy and paste in Indicators folder.

    But, no need for that. The attached zip file includes the same indicator and can be directly imported per Ninja import add-on process. Zip file in Post# 11 can be disregarded.

    great, thanks a lot for your help!

    Leave a comment:


  • aligator
    replied
    PaceOfTapeNT8.cs
    Originally posted by BMM73 View Post

    Hi aligator Ninja8 says it's made for an older version and fails to import your file.

    Where is my mistake?
    Sorry, not your mistake. The indicator is OK but was zipped outside Ninja. It can be extracted from the zip file and manually copy and paste in Indicators folder.

    But, no need for that. The attached zip file includes the same indicator and can be directly imported per Ninja import add-on process. Zip file in Post# 11 can be disregarded.


    A Note about the indicator:

    As indicated by the original author, the indicator will only work properly in Tick charts (i.e. 100 ticks). For larger tick charts I assume one needs to increase the threshold accordingly.

    Cheers!




    Click image for larger version  Name:	ES 12-18 (100 Tick) 2018_10_19 (2_30_08 PM).png Views:	856 Size:	54.5 KB ID:	1036592
    Last edited by aligator; 03-16-2024, 12:25 PM.

    Leave a comment:


  • BMM73
    replied
    Originally posted by aligator View Post

    Here is my conversion of the original PaceOfTape indicator for NT 8.0. 16.1.

    It is Free! (a 10 min effort)

    Cheers! Click image for larger version

Name:	ES 12-18 (100 Tick) 2018_10_19 (5_18_14 PM).png
Views:	12348
Size:	40.8 KB
ID:	1036506
    Hi aligator Ninja8 says it's made for an older version and fails to import your file.

    Where is my mistake?

    Leave a comment:


  • currencychick
    replied
    Hi, I just tried this and says still made from Ninja 7. I use this and enjoy it, hoping the version 8 one can be fixed.

    Leave a comment:


  • BMM73
    replied
    Originally posted by aligator View Post

    Here is my conversion of the original PaceOfTape indicator for NT 8.0. 16.1.

    It is Free! (a 10 min effort)

    Cheers! Click image for larger version

Name:	ES 12-18 (100 Tick) 2018_10_19 (5_18_14 PM).png
Views:	12348
Size:	40.8 KB
ID:	1036506
    thank you very much!

    Leave a comment:


  • aligator
    replied
    PaceOfTapeNT8.cs
    Originally posted by BMM73 View Post
    Does something similar exist for Ninja 8 ?
    Here is my conversion of the original PaceOfTape indicator for NT 8.0. 16.1.

    It is Free! (a 10 min effort)

    Cheers! Click image for larger version  Name:	ES 12-18 (100 Tick) 2018_10_19 (5_18_14 PM).png Views:	704 Size:	40.8 KB ID:	1036506
    Last edited by aligator; 03-16-2024, 12:25 PM.

    Leave a comment:


  • DAYTRADERPROFESIONAL
    replied
    Hi BMM73

    A screenshot showing you a few more things about the indicator.

    Leave a comment:


  • DAYTRADERPROFESIONAL
    replied
    Hi BMM73
    Yes, it exists. It's not free but If you are interested only let me know. This indicator shows also sweeps, pocs, big orders...

    Leave a comment:


  • BMM73
    replied
    Does something similar exist for Ninja 8 ?

    Leave a comment:


  • cunparis
    replied
    You can find it here:

    Leave a comment:


  • lnc.stocks
    replied
    Originally posted by cunparis View Post
    I have created a simple indicator that measures trade intensity by measuring the number of trades in a given number of seconds. A high trade intensity often marks turning points in the market.



    You can read more about it and watch a video about it here: Pace of Tape
    cunparis

    This indicator looks like it could be very helpful!! Did you ever post it, and if you did, would you please share where?

    Leave a comment:


  • NinjaTrader_Bertrand
    replied
    Originally posted by lnc.stocks View Post
    Was this ever posted, and if so, where?
    Welcome to our forums, I don't believe so...you would need to visit the page of the author....

    Leave a comment:


  • lnc.stocks
    replied
    Originally posted by NinjaTrader_Bertrand View Post
    Thanks for sharing cunparis - is this posted to the sharing section already? If not we would welcome it.
    Was this ever posted, and if so, where?

    Leave a comment:


  • cunparis
    replied
    I have't put it there because I'd like to have one place for it so that when I update it I can update it in one place.

    Leave a comment:

Latest Posts

Collapse

Topics Statistics Last Post
Started by CaptainJack, 05-29-2026, 05:09 AM
0 responses
388 views
0 likes
Last Post CaptainJack  
Started by CaptainJack, 05-29-2026, 12:02 AM
0 responses
260 views
0 likes
Last Post CaptainJack  
Started by charlesugo_1, 05-26-2026, 05:03 PM
0 responses
218 views
1 like
Last Post charlesugo_1  
Started by DannyP96, 05-18-2026, 02:38 PM
1 response
302 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 05-11-2026, 05:56 AM
0 responses
268 views
0 likes
Last Post CarlTrading  
Working...
X