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

Reply
Old 05-04-2009, 08:21 PM   #41

swansjr's Avatar

Join Date: Oct 2007
Location: Gurnee, IL
Posts: 282
Ignore this user

Thanks: 86
Thanked 132 Times in 69 Posts

Re: Volume Splitter

Quote:
Originally Posted by daedalus »
^^ Actually I ran it and it seemed to be working exactly how we wanted... Anything that came through the T&S window that was grater than the "blocksize" was getting recorded and added onto itself each bar...

Now we just have to make it look like your histogram swan... and since it was recording all orders on both the bid and the ask I guess we have to modify it to take just bids greater than the block size and seperate them from the ask's greater than the block size right?
That's about right. You will need to separate them. I was unable to work on the indicator today. I will hope to do so Tuesday.
swansjr is offline  
Reply With Quote
Old 05-04-2009, 09:09 PM   #42

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Volume Splitter

chart posted by eotpro at the MultiCharts website today


Attached Thumbnails
Volume Splitter-dumb-money-may-4.gif  
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
swansjr (05-04-2009)
Old 05-04-2009, 10:03 PM   #43

swansjr's Avatar

Join Date: Oct 2007
Location: Gurnee, IL
Posts: 282
Ignore this user

Thanks: 86
Thanked 132 Times in 69 Posts

Re: Volume Splitter

Thanks Tams for posting the image. I wish I had the indicator running today so I could compare but I was unable to do so.
swansjr is offline  
Reply With Quote
Old 05-05-2009, 08:44 AM   #44

Join Date: May 2007
Location: Toronto
Posts: 264
Ignore this user

Thanks: 9
Thanked 153 Times in 56 Posts

Re: Volume Splitter

You guys have completely missed the chart which was posted on the first page that shows how to do what you want. TS's TradeVolume is useless.

Ticks, and or Upticks and DownTicks contain the volume of each transaction as described. If you want to do what EOTPRO is doing it is not difficult - but requires using a 1 tick chart and passing the values to your chart using a Global Variable.
bakrob99 is offline  
Reply With Quote
The Following 4 Users Say Thank You to bakrob99 For This Useful Post:
agon (05-05-2009), dandxg (05-15-2009), sunilrohira (06-10-2009), swansjr (05-05-2009)
Old 05-05-2009, 09:08 AM   #45

Join Date: Jan 2007
Location: Paris
Posts: 22
Ignore this user

Thanks: 20
Thanked 15 Times in 5 Posts

Thumbs up Re: Volume Splitter

Quote:
You guys have completely missed the chart which was posted on the first page that shows how to do what you want. TS's TradeVolume is useless.

Ticks, and or Upticks and DownTicks contain the volume of each transaction as described. If you want to do what EOTPRO is doing it is not difficult - but requires using a 1 tick chart and passing the values to your chart using a Global Variable.

AWESOME !, GREAT !
you absolutely right.
agon is offline  
Reply With Quote
Old 05-05-2009, 09:50 AM   #46
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: Volume Splitter

Quote:
Originally Posted by swansjr »
I may be mistaken but in this code you are counting ticks not order size. A single tick may be a one contract order or it may be 50 contract order. If we are interested in tracking orders that are 20+ contracts per order, how will you differentiate between the two order sizes?
swansjr,

It was a code snippet for the concept

In TS the reserved word Ticks returns all volume for that bar so far if it is a Tick or Volume Bar chart set to Trade Volume...

"TradeVolume... represents "snapshot" information, not tick by tick information" TSSupport.

zdo

Last edited by zdo; 05-05-2009 at 09:58 AM.
zdo is offline  
Reply With Quote
Old 05-05-2009, 01:30 PM   #47

Join Date: May 2008
Location: amsterdam
Posts: 114
Ignore this user

Thanks: 25
Thanked 39 Times in 30 Posts

Re: Volume Splitter

that would leave me out unfortunally as i use 1 minute bars
for my fdax trading and tradesignal doesnt support ticks i will
have to make something from substracting the actual volume

Last edited by flyingdutchmen; 05-05-2009 at 01:39 PM.
flyingdutchmen is offline  
Reply With Quote
Old 05-05-2009, 01:35 PM   #48

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Volume Splitter

Quote:
Originally Posted by flyingdutchmen
what a google-search can do...

unfortunally i am not able to run this skript as i am tradesignal user not
tradestation i will have to convert some lines but from reading the skript
it draws text maybe one of you guys could make a screenshot and post it here

have fun


that's the market profile code.
it has been posted here on TL in numerous threads.
Tams is offline  
Reply With Quote

Reply

Tags
eot, volume splitter

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
Retest on Lower Volume with Volume Gradient walterw Technical Analysis 3 04-16-2009 12:10 AM
NYSE Up Volume($UVOL)/Down Volume ($DVOL) Comparison MC Market Internals 23 02-09-2009 09:18 AM

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