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

Reply
Old 04-23-2009, 03:26 PM   #1

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

Thanks: 20
Thanked 15 Times in 5 Posts

Volume Splitter

Where can I find sample code for this indicator approach ?



agon is offline  
Reply With Quote
The Following 7 Users Say Thank You to agon For This Useful Post:
agrobler (05-28-2009), cnbondre (08-19-2009), jfs99 (05-20-2009), kh_model (06-16-2009), pathfinder62 (08-05-2009), phlsti (06-21-2009), swansjr (05-01-2009)
Old 04-23-2009, 04:47 PM   #2

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

I wish I knew. I saw those videos as well and it's an interesting indicator.

I'm interested in how one breaks the orders into various sizes using EasyLanguage. Does anyone know how this is done?
swansjr is offline  
Reply With Quote
The Following User Says Thank You to swansjr For This Useful Post:
cnbondre (08-19-2009)
Old 04-23-2009, 06:12 PM   #3

Tams's Avatar

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

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

Re: Volume Splitter

Quote:
Originally Posted by swansjr »
I wish I knew. I saw those videos as well and it's an interesting indicator.
I'm interested in how one breaks the orders into various sizes using EasyLanguage. Does anyone know how this is done?
If you can articulate the process in English,
you can program it in EasyLanguage.

... just write out:
-- one thought at a time,
-- one action per sentence,
-- one sentence per line...

and in no time you will have your strategy coded.
Tams is online now  
Reply With Quote
The Following 2 Users Say Thank You to Tams For This Useful Post:
cnbondre (08-19-2009), v101 (06-14-2011)
Old 04-23-2009, 09:24 PM   #4

bathrobe's Avatar

Join Date: Jan 2008
Location: San Francisco
Posts: 475
Ignore this user

Thanks: 697
Thanked 708 Times in 282 Posts

Re: Volume Splitter

Quote:
Originally Posted by swansjr »
I wish I knew. I saw those videos as well and it's an interesting indicator.

I'm interested in how one breaks the orders into various sizes using EasyLanguage. Does anyone know how this is done?
I know you guys wanted it for tradestation, but I think TS and NT are compatible, if not you can get a demo for NT through Mirus which will never run out and apply it there.

I believe this is it for NT. This is not my own creation. I downloaded it off of NT Script page. I will let you know tomorrow how it works. I have it set to filter at 100 so it does not work in after hours really.
Attached Files
File Type: zip BAVolCounterGtr.zip (1.9 KB, 543 views)
bathrobe is offline  
Reply With Quote
The Following 3 Users Say Thank You to bathrobe For This Useful Post:
cnbondre (08-19-2009), sensei (04-23-2009), swansjr (04-23-2009)
Old 04-23-2009, 10:08 PM   #5

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 for posting the code. Looks like that's a c# program which I don't believe will work with TS.

I did some research and found the EasyLanguage command TradeVolume which displays the trade volume on the last trade. I'm trying it out on a 1-tick chart in the after hours market on EC. It looks like a crude start.
swansjr is offline  
Reply With Quote
The Following 3 Users Say Thank You to swansjr For This Useful Post:
bathrobe (04-23-2009), cnbondre (08-19-2009), Laurel (05-27-2009)
Old 04-23-2009, 10:15 PM   #6

bathrobe's Avatar

Join Date: Jan 2008
Location: San Francisco
Posts: 475
Ignore this user

Thanks: 697
Thanked 708 Times in 282 Posts

Re: Volume Splitter

Quote:
Originally Posted by swansjr »
Thanks for posting the code. Looks like that's a c# program which I don't believe will work with TS.

I did some research and found the EasyLanguage command TradeVolume which displays the trade volume on the last trade. I'm trying it out on a 1-tick chart in the after hours market on EC. It looks like a crude start.
Let me know how it works for you and if it is like the one in the video. I could use MultiCharts with my feed.
bathrobe is offline  
Reply With Quote
The Following User Says Thank You to bathrobe For This Useful Post:
cnbondre (08-19-2009)
Old 04-23-2009, 10:54 PM   #7

Join Date: Apr 2007
Location: chicago
Posts: 35
Ignore this user

Thanks: 46
Thanked 11 Times in 4 Posts

Re: Volume Splitter

What this person is doing is programing is time and sales (on tradestation). Using Tradestations Time and sales, you can input it to show orders in any quantity you want. In this case, he is representing the indicator to move higher as Time and sales flashes buy orders of 100 or more. The larger the order along with the frequency, has the indicator moving up. Using the same thought process on the orders of 5 contracts and less (which make up a great deal of the time and sales format). In the middle of the day when things are quiet, you will notice the large order line will move very little and will generally chop just above and under the zero line. On the other hand, this is when you will see the 5 contracts and less line moving around more. It's generally a choppy time of the day and the smaller traders are usually doing much of the trading (which is obviously not a good time to be in the market). Unfortunately I am not a programmer but have used the information he is referring to for many years. He is simply (well maybe it not simple) plotting the times and sales on a chart. I hopes that helps a little
cooper59 is offline  
Reply With Quote
The Following 7 Users Say Thank You to cooper59 For This Useful Post:
anniebee321 (05-30-2010), bathrobe (04-23-2009), cnbondre (08-19-2009), Deucalion (06-22-2009), pathfinder62 (05-25-2009), phall (05-06-2009), swansjr (04-24-2009)
Old 04-23-2009, 11:27 PM   #8

bathrobe's Avatar

Join Date: Jan 2008
Location: San Francisco
Posts: 475
Ignore this user

Thanks: 697
Thanked 708 Times in 282 Posts

Re: Volume Splitter

Quote:
Originally Posted by cooper59 »
What this person is doing is programing is time and sales (on tradestation). Using Tradestations Time and sales, you can input it to show orders in any quantity you want. In this case, he is representing the indicator to move higher as Time and sales flashes buy orders of 100 or more. The larger the order along with the frequency, has the indicator moving up. Using the same thought process on the orders of 5 contracts and less (which make up a great deal of the time and sales format). In the middle of the day when things are quiet, you will notice the large order line will move very little and will generally chop just above and under the zero line. On the other hand, this is when you will see the 5 contracts and less line moving around more. It's generally a choppy time of the day and the smaller traders are usually doing much of the trading (which is obviously not a good time to be in the market). Unfortunately I am not a programmer but have used the information he is referring to for many years. He is simply (well maybe it not simple) plotting the times and sales on a chart. I hopes that helps a little
Thank you for the breakdown of how it works, I am trying to code in NT, using the wizard........this will help very much.
bathrobe is offline  
Reply With Quote
The Following 3 Users Say Thank You to bathrobe For This Useful Post:
cnbondre (08-19-2009), Laurel (05-27-2009), pathfinder62 (08-05-2009)

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 09:58 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.