Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 05-25-2010, 04:19 AM   #1

cunparis's Avatar

Join Date: May 2008
Location: Paris
Posts: 154
Ignore this user

Thanks: 238
Thanked 45 Times in 25 Posts

Making My Own Tape Tweet

I'd like to make my own tape tweet. I really like tapetweet.com but I have several reasons for making my own:

- they don't have it for the markets I trade
- I want something visual too
- I'd like to see it historically if possible

I'm curious how they're doing it. I've been trying to figure it out but not having much luck. If anyone has any ideas please share.
cunparis is offline  
Reply With Quote
Old 05-25-2010, 09:40 AM   #2
zdo

Join Date: Nov 2007
Location: boonies
Posts: 1,349
Ignore this user

Thanks: 317
Thanked 355 Times in 256 Posts
Blog Entries: 104

Re: Making My Own Tape Tweet

cunparis,
What platform are you on?
Are you asking how they play the 'tweets'? or
Are you asking what their logic is for popping, etc.?
zdo
zdo is offline  
Reply With Quote
Old 05-25-2010, 10:10 AM   #3

cunparis's Avatar

Join Date: May 2008
Location: Paris
Posts: 154
Ignore this user

Thanks: 238
Thanked 45 Times in 25 Posts

Re: Making My Own Tape Tweet

Quote:
Originally Posted by zdo »
cunparis,
What platform are you on?
Are you asking how they play the 'tweets'? or
Are you asking what their logic is for popping, etc.?
zdo
Ninja & tradestation.

I'm asking about the popping/cricket sounds. Curious what they're based on.
cunparis is offline  
Reply With Quote
Old 05-25-2010, 10:54 AM   #4
zdo

Join Date: Nov 2007
Location: boonies
Posts: 1,349
Ignore this user

Thanks: 317
Thanked 355 Times in 256 Posts
Blog Entries: 104

Re: Making My Own Tape Tweet

Quote:
Originally Posted by cunparis »
... the popping/cricket sounds. Curious what they're based on.
Again - are you asking how to make the sounds or the logic they are using to trigger them?

If you're asking how to make the sounds - dll's and wavefile templates are available in TS forum

If you're asking about the logic -
My impressions of it (and it's been a while since I was on ) is it's simply a directional and lagging* 'pace of tape'
http://www.traderslaboratory.com/for...tect-7917.html
(*the lagging could be from iLatency or from a higher threshold filter... never found out)

Best way to see it 'historically' would be to ADE it...

... I have some (slightly more complex) ideas re one of these. However, to implement one, I would almost certainly have to get programmer involved - so can't participate in an 'open' project. If you (and / or a couple others who are into EL development) want to make a project of this, PM me...
zdo is offline  
Reply With Quote
Old 05-25-2010, 11:08 AM   #5

cunparis's Avatar

Join Date: May 2008
Location: Paris
Posts: 154
Ignore this user

Thanks: 238
Thanked 45 Times in 25 Posts

Re: Making My Own Tape Tweet

sorry it wasn't clear, i'm talking about the logic to determine when to send the alert. The sound I can do.

I am comparing it to my pace of tape indicator and it seems to be different so I'm curious. I don't need to make mine exactly the same I'm just looking for ideas that I can try.

I'm a programmer so if you have good ideas I don't mind programming them. I don't mind keeping it private.
cunparis is offline  
Reply With Quote
Old 05-25-2010, 12:19 PM   #6

Join Date: Jan 2010
Location: southpole
Posts: 302
Ignore this user

Thanks: 31
Thanked 108 Times in 76 Posts

Re: Making My Own Tape Tweet

Interesting. First time I've come across this tape tweet site. It seems familiar to Ensign Windows setting 'Beeb on Each Tick' - which, after comparing the two seems to be faster than the web site - but that could just be the internet I guess?....
TheDude is offline  
Reply With Quote
Old 05-25-2010, 12:40 PM   #7

cunparis's Avatar

Join Date: May 2008
Location: Paris
Posts: 154
Ignore this user

Thanks: 238
Thanked 45 Times in 25 Posts

Re: Making My Own Tape Tweet

Quote:
Originally Posted by TheDude »
Interesting. First time I've come across this tape tweet site. It seems familiar to Ensign Windows setting 'Beeb on Each Tick' - which, after comparing the two seems to be faster than the web site - but that could just be the internet I guess?....
TapeTweet doesn't beep on each tick. It starts beeping where there is movement. There is a criteria for it, I'm not sure what it is. I like it cause if I'm reading or surfing the web and I hear it then I know to glance over at my charts.
cunparis is offline  
Reply With Quote
The Following User Says Thank You to cunparis For This Useful Post:
TheDude (05-25-2010)
Old 05-26-2010, 10:12 AM   #8

Join Date: Dec 2006
Location: new york
Posts: 31
Ignore this user

Thanks: 1
Thanked 13 Times in 8 Posts

Re: Making My Own Tape Tweet

cunparis, i only watched it the last minutes on ES,
but couldnt it be easy something like this on a 1 minute chart

input : ESsize (20);
if high >= highest (high,3) and tradesize at ask>=ESsize then beep/alert
if low<= lowest(low,3) and tradesize at bid>=ESsize then beep/alert
?

i am sure that htey dont use a complicated tick/volume chart.
insideday is offline  
Reply With Quote
The Following User Says Thank You to insideday For This Useful Post:
cunparis (05-26-2010)

Reply

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pace of Tape - Measure Trade Intensity to Detect Reversals cunparis Trading Indicators 37 09-03-2010 05:06 AM

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