NexusFi: Find Your Edge


Home Menu

 





Volume Pace or Speed of Trades Indicator ?


Discussion in MultiCharts

Updated
      Top Posters
    1. looks_one jbmiguel with 16 posts (7 thanks)
    2. looks_two rahulgopi with 9 posts (8 thanks)
    3. looks_3 paps with 7 posts (5 thanks)
    4. looks_4 Fugitive69 with 7 posts (3 thanks)
      Best Posters
    1. looks_one JonnyBoy with 2 thanks per post
    2. looks_two rahulgopi with 0.9 thanks per post
    3. looks_3 paps with 0.7 thanks per post
    4. looks_4 jbmiguel with 0.4 thanks per post
    1. trending_up 17,940 views
    2. thumb_up 30 thanks given
    3. group 14 followers
    1. forum 46 posts
    2. attach_file 19 attachments




 
Search this Thread

Volume Pace or Speed of Trades Indicator ?

  #11 (permalink)
 
paps's Avatar
 paps 
SF Bay Area + CA/US
 
Experience: None
Platform: TS, TOS, Ninja(Analytics)
Trading: NQ CL, ES when volatile mrkts
Posts: 1,739 since Oct 2011
Thanks Given: 2,176
Thanks Received: 1,726

TS & Ninja both r good platforms especially Ninja8.

Its not the sub second speed which matters on TS....it will be the ability to check out historic records. TS does not do that

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
Trade idea based off three indicators.
Traders Hideout
About a successful futures trader who didnt know anythin …
Psychology and Money Management
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #12 (permalink)
 Fugitive69 
Austin, TX
 
Experience: Intermediate
Platform: NT8
Trading: EU, SP, Crude CL
Posts: 90 since Jul 2018
Thanks Given: 33
Thanks Received: 105

I'm probably veering off the original intent of this thread (Volume Pace or Speed of Trades Indicator) since I'm only looking for the rate of change in Price and using Range Bars as the vehicle. However, once created my thinking was to next come back in and add a few bells and whistles to improve on the baseline indicator. Just having trouble getting started.

Neither Volume Pace nor Speed of Trades necessarily indicate a price change, although very often they do provide a darned good head's up and seem to be connected at the hip to price changes. One would think any of the 3 "rates of change" indicators mentioned here would be relatively easy to create though I'm not much of a programmer. My hope was to find some existing indicator that tracked time in some form and tweak it so it would plot bar duration.

Reply With Quote
  #13 (permalink)
 
paps's Avatar
 paps 
SF Bay Area + CA/US
 
Experience: None
Platform: TS, TOS, Ninja(Analytics)
Trading: NQ CL, ES when volatile mrkts
Posts: 1,739 since Oct 2011
Thanks Given: 2,176
Thanks Received: 1,726


I understand where you are coming from. However ts does not capture or capable of capturing data historically.

Also u will not find a single indicator which is for sale which will give you this info accurately. This needs a precise calculation for every instrument. Hence the free Paris indicator will not work or any indicator listed on the web. If it works for es..it won't for zb zn cl etc. There r better threads on the web which talk about the inner workings of such an indict. However none are for sale or free for that matter. There ofcourse r similar threads on fio itself

Reply With Quote
Thanked by:
  #14 (permalink)
 
rahulgopi's Avatar
 rahulgopi 
milpitas, ca, usa
Legendary Market Wizard
 
Experience: Intermediate
Platform: Tradestation
Broker: Tradestation, Ameritrade
Trading: ES, Gold, 10 Yr
Posts: 1,723 since Feb 2014
Thanks Given: 1,389
Thanks Received: 4,206


paps View Post
TS & Ninja both r good platforms especially Ninja8.

Its not the sub second speed which matters on TS....it will be the ability to check out historic records. TS does not do that

@paps, it appears that TS 9.5 update 27 just may have added historic data support to TimeAndSales provider. I havnt played around with the API's yet. Either way I usually record and dump it down to a file and read it back into the chart.


Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #15 (permalink)
 jbmiguel 
Weston Florida USA
 
Experience: Intermediate
Platform: Ninjatrader8, Bookmap
Broker: IB, Rythmic, IQ-feed
Trading: ES
Posts: 31 since Jul 2015
Thanks Given: 12
Thanks Received: 12


Fugitive69 View Post
I found an indicator (Bar Speed Indicator) for Ninja that is also available for TS, supposedly both in Easy Language. However, when I downloaded the free code neither looked like Easy Language to me. But it does grasp the general idea.

It plots the duration of each bar and its appearance is similar to a basic volume indicator sitting at the bottom of your chart window. The general idea being to look for a series of very short bar durations all in a row that represents "machine gun" trades going off super quick.

Apparently MultiCharts has a better ability to track tiny fractions of a second than either NT or TS. So that's a plus.


All the ones I have seen worth their weight use an external DLL to compute the calculations outside of the coded language to overcome the limitations of NT and TS. My data-feed is DTN iQfeed which is unfiltered and should provide us the resolution needed to program such indicator. At this time (after endless hours of searching and spending a ton of money with different programmers re-converting the available "forum" codes/indicators to TS & MC's to then find out they didn't add up to what I'm looking for) I have retained a professional programmer to further develop this indicator which seemingly no one else gives it much weight. I'm at the 'Blue' pill, 'Red' pill? Red Pill...

Started this thread Reply With Quote
Thanked by:
  #16 (permalink)
 Fugitive69 
Austin, TX
 
Experience: Intermediate
Platform: NT8
Trading: EU, SP, Crude CL
Posts: 90 since Jul 2018
Thanks Given: 33
Thanks Received: 105

OK, I get in now about TradeStation. The fractional second issue was only with historic data / market replay, but appears to not be a problem anymore with the new release.

Reply With Quote
  #17 (permalink)
 Fugitive69 
Austin, TX
 
Experience: Intermediate
Platform: NT8
Trading: EU, SP, Crude CL
Posts: 90 since Jul 2018
Thanks Given: 33
Thanks Received: 105

My original idea was to sort of take the temperature of the market by monitoring Bar Speed (using Range Bars on a chart). That, however, is turning out to be more difficult than I imagined.

But assuming I could create that type of monitor, I next planned on adding a few bells and whistles to better see the big picture. Is this particular market primed for trading or best to leave alone for now? Markets change, what works great in January all of a sudden isn't so hot in February and March. Might need to move on to another instrument (market) that is primed for trading.

An over-simplified analogy would be driving a car. Check the speedometer and RPMs, if those look OK then glance at the oil pressure and water temperature. Is everything running just the way you like it for your trading style or are there red flag indications telling you to stay away?

Reply With Quote
Thanked by:
  #18 (permalink)
 jbmiguel 
Weston Florida USA
 
Experience: Intermediate
Platform: Ninjatrader8, Bookmap
Broker: IB, Rythmic, IQ-feed
Trading: ES
Posts: 31 since Jul 2015
Thanks Given: 12
Thanks Received: 12


Fugitive69 View Post
OK, I get in now about TradeStation. The fractional second issue was only with historic data / market replay, but appears to not be a problem anymore with the new release.

I'm not sure the TS data is now "un-bundled", is that what the new release states? We couldn't use the TS feed prior because it was a hybrid. Although, for this particular study (if done only in real-time then it may be good enough. It depends on the level of sophistication you want out of the indicator and if you want it to work with historical data as well.

Started this thread Reply With Quote
Thanked by:
  #19 (permalink)
 
rahulgopi's Avatar
 rahulgopi 
milpitas, ca, usa
Legendary Market Wizard
 
Experience: Intermediate
Platform: Tradestation
Broker: Tradestation, Ameritrade
Trading: ES, Gold, 10 Yr
Posts: 1,723 since Feb 2014
Thanks Given: 1,389
Thanks Received: 4,206

@paps , here is my take on it, with historic data support. It doesnt do much but plots the number of trades and trade volume for a given bar / tick / range etc. I had to write a dll for fast historic data population. Unfortunately most of this will require TS 9.5.



Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #20 (permalink)
 
paps's Avatar
 paps 
SF Bay Area + CA/US
 
Experience: None
Platform: TS, TOS, Ninja(Analytics)
Trading: NQ CL, ES when volatile mrkts
Posts: 1,739 since Oct 2011
Thanks Given: 2,176
Thanks Received: 1,726



rahulgopi View Post
@paps , here is my take on it, with historic data support. It doesnt do much but plots the number of trades and trade volume for a given bar / tick / range etc. I had to write a dll for fast historic data population. Unfortunately most of this will require TS 9.5.



hi @rahulgopi, somehow get this coded for me on 9.1 or let me know the code....i can get it coded.....ping me.

I will compare it against trade intensity....as mentioned here Trade Intensity - Technical Analysis - Traders Laboratory which was the original and main thread of Trade Intensity. any and all other intensity indicators were written from here....

also send me screen captures of a few days...moving ahead......i have Intensity running...& can compare exacts....send me ES though

cheers

Reply With Quote
Thanked by:




Last Updated on March 28, 2023


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts