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

Reply
Old 07-29-2010, 10:21 PM   #9

natedredd10's Avatar

Join Date: Dec 2009
Location: wny
Posts: 111
Ignore this user

Thanks: 2
Thanked 38 Times in 25 Posts

Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

"Gomi" has done this in Ninja straight out..
Surely it can be done in MC...at least kinda.
Surely not a 2 day project though.
Before you waste massive amounts of time I would REALLY run through the logic that volume delta makes any sense at all.
To me its basically nonsense. Thats not to say that something like Market Delta has not figured out a better chart to visualize tick data than century old candle shit.surely they have..
You should however question that the bid - ask means jack shit in reality in a double auction.
natedredd10 is offline  
Reply With Quote
Old 07-30-2010, 06:15 AM   #10

tucciotrader's Avatar

Join Date: Jul 2010
Posts: 63
Ignore this user

Thanks: 0
Thanked 4 Times in 4 Posts

Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

yeah I noticed that...I read the entire discussion about this in a thread over here and I have come to think the same...also the high frequency trading mess all it up!
tucciotrader is offline  
Reply With Quote
Old 07-30-2010, 07:06 AM   #11

tucciotrader's Avatar

Join Date: Jul 2010
Posts: 63
Ignore this user

Thanks: 0
Thanked 4 Times in 4 Posts

Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

my last question is: how much difference is between On Balance Volume and Cumulative Volume Delta?

On Balance Volume can still "feel" buy/sell pressure in a way? (allthough it must increase or decrease in ticks)
tucciotrader is offline  
Reply With Quote
Old 08-01-2010, 07:13 AM   #12

Join Date: Jun 2008
Location: beverly hills
Posts: 10
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

I beg to differ. I trade using Bid/ask, and it actually works quite well. Its true that you need to have a quality data feed, but most people don't realize that you have to use it on the right instrument. Bid/ask does not work well at all on the YM or TF, simply because there isn't enough institutional activity.

Also, i hear a lot of people complaining about how HFT messes everything up. But, again, I fail to see the validity in this. If a bank buys 2 x1000 lots or 2000 x1 lots, they're still buying 2000 contracts, and you will see that regardless. HFT is simply the speed or rate that the trades occur, thats it. There might be increased momentum because of it, but they're still buying and selling 2000 contracts, and you will see that.
Banks and institutions don't do HFT trading to compete with newbie day traders, they do it to compete with other banks and institutions to get better price improvement.
playafh69 is offline  
Reply With Quote
Old 08-03-2010, 03:27 AM   #13

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: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

It can not be done accurately with easy laguage. There are some architectural issues with multicharts that I have made Tssupport aware of. I wrote some code that you will find in the volume splitter thread that 'works' with this caveat.
BlowFish is offline  
Reply With Quote
Old 08-03-2010, 09:09 AM   #14

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: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

Quote:
Originally Posted by BlowFish »
It can not be done accurately with easy laguage. There are some architectural issues with multicharts that I have made Tssupport aware of. I wrote some code that you will find in the volume splitter thread that 'works' with this caveat.
MultiCharts was re-written in 2007.
If the issue was pre-2007, probably they have taken your report into consideration and fixed it.
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 08-03-2010, 11:06 AM   #15

ochie's Avatar

Join Date: May 2008
Location: Lucea
Posts: 99
Ignore this user

Thanks: 32
Thanked 66 Times in 48 Posts

Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

There is an architectural issue (which Andrew Kirillov confirmed) reported to the TS Support forum in 2009. It appears it has to do with the async reading of the CurrentBid/CurrentAsk while incoming ticks are still being processed. It was originally thought that the problem was with IntraBarPersist. Don’t know the current status of this and it may still be an issue. I moved to an alternative. Here is the link to that thread. Post subject: Why I don't trust "IntraBarPersist"
ochie is offline  
Reply With Quote
Old 08-03-2010, 03:52 PM   #16

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: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

Quote:
Originally Posted by Tams »
MultiCharts was re-written in 2007.
If the issue was pre-2007, probably they have taken your report into consideration and fixed it.
It still appeared to be there a couple of months ago. bestbid & bestask are non starters for this sort of thing (they peek at current best bid and best ask not the value it was when the tick occurred). Most of the code out there (including stuff I have posted) use that approach. Using multiple data streams appear to have odd sequencing issues now and then. From what I understand it can not be guaranteed that all processing in every study in every chart is done for tick n before tick n=1 gets some attention. It's all a bit tricky as ticks can occur at exactly the same time. I dunno all I can say is that I wrote some logging stuff and there where rather too many anomalies for me to be completely happy.
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 03:01 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.