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

Reply
Old 07-29-2010, 07:12 PM   #1

tucciotrader's Avatar

Join Date: Jul 2010
Posts: 63
Ignore this user

Thanks: 0
Thanked 3 Times in 3 Posts



Coding Cumulative Delta & Volume Delta Indicators for Multicharts

Is there anyone who figured out how to code Cumulative Delta & Volume Delta indicators for Multicharts??

In Multicharts prebuild indicators we have "Volume up" and "Volume dn", that are only uptick or downtick, they don't consider the real volume at bid or volume at ask.
An uptick can be made by a 1ctr or by 2000ctr that's not definitely the same thing.

DELTA VOLUME: it is the difference between volume traded at bid and volume traded at ask in a definite time frame (es 1min 5min and so on)

CVD: The cumulative volume delta is the algebraical sum of the single delta volume values

By the way what I'm telling now is, I'm not a programmer but just a trader but in Multichart we have:
- the possibility to plot the bid and the ask historically
- the possibility to have a tick by tick "last trade" with volume

It seems it's all we need to build those indicator I think...

I would love a line that tells the cumulative delta tick after tick!

Do you think there is any difference by setting the chart from 1 tick to 1 contract (Build Volume on: Trade Volume) and use UpTick and DownTick so that I can understand better Volume at Bid and Volume ad Ask??
tucciotrader is offline  
Reply With Quote
Old 07-29-2010, 08:24 PM   #2

Tams's Avatar

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

Thanks: 2,027
Thanked 1,402 Times in 862 Posts



Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

EasyLanguage is not the best tool to do those jobs.
__________________


..........This is a terribly difficult question to answer. The only satisfactory answer is: "It depends"...
Tams is offline  
Reply With Quote
Old 07-29-2010, 08:41 PM   #3

tucciotrader's Avatar

Join Date: Jul 2010
Posts: 63
Ignore this user

Thanks: 0
Thanked 3 Times in 3 Posts



Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

can it actually be done anyway? I mean something like On Balance Volume
tucciotrader is offline  
Reply With Quote
Old 07-29-2010, 09:07 PM   #4

Tams's Avatar

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

Thanks: 2,027
Thanked 1,402 Times in 862 Posts



Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

it can be done... but...
it is not just the language, the datafeed has to be accurate as well.
Most retail datafeed do not have the resolution to make such an analysis meaningful.
__________________


..........This is a terribly difficult question to answer. The only satisfactory answer is: "It depends"...
Tams is offline  
Reply With Quote
Old 07-29-2010, 09:47 PM   #5

tucciotrader's Avatar

Join Date: Jul 2010
Posts: 63
Ignore this user

Thanks: 0
Thanked 3 Times in 3 Posts



Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

ok so, if I have for example: date,time,price,volume on a tick-by-tick basis that is not enough? I mean by using uptick and downtick...have look at the attached file, please
Attached Thumbnails
Coding Cumulative Delta & Volume Delta Indicators for Multicharts-cvd.png  
tucciotrader is offline  
Reply With Quote
Old 07-29-2010, 09:51 PM   #6

tucciotrader's Avatar

Join Date: Jul 2010
Posts: 63
Ignore this user

Thanks: 0
Thanked 3 Times in 3 Posts



Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

Also, I have noticed that an Italian trader (and programmer) have stopped by here and managed to code a CVD for Multicharts (along with the volume profile hisotgram I am still searching for the code)
Attached Thumbnails
Coding Cumulative Delta & Volume Delta Indicators for Multicharts-2s9srgn.png  
tucciotrader is offline  
Reply With Quote
Old 07-29-2010, 10:08 PM   #7

Tams's Avatar

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

Thanks: 2,027
Thanked 1,402 Times in 862 Posts



Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

Quote:
Originally Posted by tucciotrader »
ok so, if I have for example: date,time,price,volume on a tick-by-tick basis that is not enough? I mean by using uptick and downtick...
..
how could you know the uptick is an uptick,
and a downtick is a downtick?

have you heard of aggregation?

:-)
__________________


..........This is a terribly difficult question to answer. The only satisfactory answer is: "It depends"...
Tams is offline  
Reply With Quote
Old 07-29-2010, 10:34 PM   #8

tucciotrader's Avatar

Join Date: Jul 2010
Posts: 63
Ignore this user

Thanks: 0
Thanked 3 Times in 3 Posts



Re: Coding Cumulative Delta & Volume Delta Indicators for Multicharts

yeah you are right
tucciotrader is offline  
Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


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