Welcome to the Traders Laboratory Forums.
Technical Analysis The technical discussion forum for traders.

Reply
Old 01-27-2009, 04:54 PM   #65

Join Date: Feb 2008
Location: Germany
Posts: 391
Ignore this user

Thanks: 103
Thanked 186 Times in 89 Posts

Re: Trade Intensity

BlowFish and honvly, thanks for posting, very cool. What feed did you use in that case with NinjaTrader?

BlowFish, what calculation did you use for your indicator? Something similar to my interpretation?

honvly, what do you with the 3-7 ms differences with regards to the formula I posted?
AgeKay is offline  
Reply With Quote
Old 01-27-2009, 05:01 PM   #66

Join Date: Feb 2008
Location: Germany
Posts: 391
Ignore this user

Thanks: 103
Thanked 186 Times in 89 Posts

Re: Trade Intensity

Quote:
Originally Posted by UrmaBlume »
What we do aside - measure the time for a block of a constant size and extrapolate to cpm. We take this a step further so that our work not only reveals intensity but also the degree of trader commitment.
UrmaBlume, thanks for chiming in.

Do these program trades always chop up their orders in constant sizes? Seems rather dumb to me if they want to disguise their intentions.

What do you mean by trader commitment?
AgeKay is offline  
Reply With Quote
Old 01-27-2009, 05:11 PM   #67

Join Date: Jan 2008
Location: Auckland
Posts: 31
Ignore this user

Thanks: 45
Thanked 29 Times in 10 Posts

Re: Trade Intensity

Here is a chart I posted earlier with one difference, the blue verticals are at 1 minute intervals, but this time I added the light coloured verticals every 1 second, anyone notice the Intensity..... :-)


185 trades in 1 second, contracts = 1342

now also don't dismiss the 1 second before the intense second.

52 trades in 1 second, contracts = 985

so I see 2 ways to inject volume in a very short time without it being obvious in higher timeframes, lots of smaller trades, or a few large trades. It's almost like the large spikes are a test.... of liquidly?

You can see a similar thing happening if you use a 1 Volume chart and plot vertical line every second.

I found this timeline indicator and changed it to display vertical lines every second instead of minutes like it was designed to do, unfortunately it is hugely CPU intensive now and pretty much unusable on my average home laptop. If anyone knows how to make it more CPU friendly, someone asked if there was another way of drawing a vertical line in this post:
http://www.ninjatrader-support2.com/...=vertical+line
and here is the link to the indicator the moderator said to take look at how to do it.
http://www.ninjatrader-support2.com/...pp=15&keyid=86

I want to thank UrmaBlume for helping me to see this, and I would edit an earlier post if I it was possible, my apologizes UrmaBlume.

Dean.
Attached Thumbnails
Trade Intensity-ticks-185-es-03-09-23_01_2009  
Attached Files
File Type: zip TimeLines_Seconds.zip (2.4 KB, 118 views)

Last edited by deanz; 01-27-2009 at 05:16 PM. Reason: added missing link
deanz is offline  
Reply With Quote
The Following 4 Users Say Thank You to deanz For This Useful Post:
bathrobe (09-17-2009), bgtrader (05-20-2009), cunparis (10-25-2009), franko2 (02-03-2009)
Old 01-27-2009, 05:20 PM   #68

Join Date: Dec 2008
Location: TY
Posts: 19
Ignore this user

Thanks: 33
Thanked 20 Times in 6 Posts

Re: Trade Intensity

Quote:
Originally Posted by AgeKay »
BlowFish and honvly, thanks for posting, very cool. What feed did you use in that case with NinjaTrader?

BlowFish, what calculation did you use for your indicator? Something similar to my interpretation?

honvly, what do you with the 3-7 ms differences with regards to the formula I posted?
I am using Zen-Fire.

Right now I am just dividing the contract size by the 3-7 ms differences and averaging this value across all ticks in a bar. However, I believe that the 3-7 ms differences are artifacts of NinjaTrader's bar processing speed. To improve the accuracy, I am going to try to increase the millisecond differences by filtering out trades less than 10 contracts and splitting bid/ask volume.
honvly is offline  
Reply With Quote
Old 01-27-2009, 06:18 PM   #69

Join Date: Jan 2008
Location: Auckland
Posts: 31
Ignore this user

Thanks: 45
Thanked 29 Times in 10 Posts

Re: Trade Intensity

honvly I would be cautious of using plain old bid/ask, as UrmaBlume has said in this post:

Quote:
Originally Posted by UrmaBlume »
Most Data Vendors designate trade on the ask as UpVolume and trade on the bid as DnVolume. We have found flaws in that approach and use something close but, still different.

We calculate buy and sell imbalances over several volume/time frames and then further pre-process this data into inputs to both linear and non-linear analysis.
deanz is offline  
Reply With Quote
The Following User Says Thank You to deanz For This Useful Post:
bgtrader (05-20-2009)
Old 01-27-2009, 11:12 PM   #70

darthtrader3.0beta's Avatar

Join Date: Nov 2008
Posts: 118
Ignore this user

Thanks: 0
Thanked 26 Times in 15 Posts

Re: Trade Intensity

Quote:
Originally Posted by deanz »
If anyone knows how to make it more CPU friendly, someone asked if there was another way of drawing a vertical line in this
From what I've seen to do anything usefull with drawing in ninja that is complex it seems you have to override plot(). I might be way off but I think what happens when you don't do this is ninja paints all the bar data with plot then paints over that with whatever you have in onbarupdate..I get the feeling that if you do your drawing within plot, its all painted on one pass.
I'm still struggling with figuring out how to do much when it comes to the X cordinate though.
Maybe we can get a ninja coding sub forum on here?
darthtrader3.0beta is offline  
Reply With Quote
Old 01-28-2009, 04:58 AM   #71

Join Date: Feb 2008
Location: Germany
Posts: 391
Ignore this user

Thanks: 103
Thanked 186 Times in 89 Posts

Re: Trade Intensity

Quote:
Originally Posted by deanz »
185 trades in 1 second, contracts = 1342

now also don't dismiss the 1 second before the intense second.

52 trades in 1 second, contracts = 985
Had all of these trades the same size?
AgeKay is offline  
Reply With Quote
Old 01-28-2009, 04:59 AM   #72

BlowFish's Avatar

Join Date: Mar 2007
Location: In Da House
Posts: 3,292
Ignore this user

Thanks: 129
Thanked 1,054 Times in 702 Posts

Re: Trade Intensity

Quote:
Originally Posted by AgeKay »
BlowFish and honvly, thanks for posting, very cool. What feed did you use in that case with NinjaTrader?

BlowFish, what calculation did you use for your indicator? Something similar to my interpretation?

honvly, what do you with the 3-7 ms differences with regards to the formula I posted?
Ninjatrader with Zenfire. Felt like a challenge and I find coding Ninja challenging It uses the .Net frameworks DateTime construct which will returun ticks (100 nano seconds resolution). Obviously far greater than is actually available in the real world!

I pretty much used your interpretation AK because when I thought about it, it seems like the right way to do it.

I am still wondering about smoothing to which end I have tried adding average intensity per bar.
BlowFish is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


All times are GMT -4. The time now is 08:37 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.