Volume Delta Chart data access

Questions about MultiCharts and user contributed studies.
jackcakal
Posts: 4
Joined: 08 Sep 2016

Volume Delta Chart data access

Postby jackcakal » 08 Sep 2016

Hi everyone,

I am using mc power language to write my trading logic.

and I'm exploring the "Volume Delta Chart" and "Cumulative Delta Chart" provided in MC.

However , when i wanted to access the "bid/ask" data provide in Volume Delta Chart,

I am not able to find any function..code..or whatever for it in powerlanguage.

Could any body please help or show me if there is any documentary for it?

Thanks a lot!

attached a screen cap of the chart, what if i want to access any of the "bid/ask" data, how can i access to it? like open high low, we could use High[1] in powerlanguage.

please advice!
Attachments
example.jpg
example
(165.68 KiB) Downloaded 778 times

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Volume Delta Chart data access

Postby JoshM » 09 Sep 2016

I am using mc power language to write my trading logic.

and I'm exploring the "Volume Delta Chart" and "Cumulative Delta Chart" provided in MC.

However , when i wanted to access the "bid/ask" data provide in Volume Delta Chart,

I am not able to find any function..code..or whatever for it in powerlanguage.

Could any body please help or show me if there is any documentary for it?
Are you using MultiCharts 10.0 Beta? According to the PM issue, it's only available since that version.

I'm not on that version yet, so I can't tell how to access it. I couldn't find a resource on the wiki that tells how to.

jackcakal
Posts: 4
Joined: 08 Sep 2016

Re: Volume Delta Chart data access

Postby jackcakal » 09 Sep 2016

oh i see, i am using MC9 , not yet upgraded to MC10 yet, is it available now?

sptrader
Posts: 742
Joined: 09 Apr 2010
Location: Texas
Has thanked: 483 times
Been thanked: 274 times
Contact:

Re: Volume Delta Chart data access

Postby sptrader » 09 Sep 2016

oh i see, i am using MC9 , not yet upgraded to MC10 yet, is it available now?
Yes, available now-
viewtopic.php?f=1&t=49785

jackcakal
Posts: 4
Joined: 08 Sep 2016

Re: Volume Delta Chart data access

Postby jackcakal » 09 Sep 2016

i have installed the MC10 finally, but is there any documentation for the added function in powerlanguage? please advice if anyone knows where is it... thx!

jackcakal
Posts: 4
Joined: 08 Sep 2016

Re: Volume Delta Chart data access

Postby jackcakal » 10 Sep 2016

i found something in the mc10 updates post here : https://www.multicharts.com/traders-blog/?p=1556

it says "UpTicks & DownTicks for the Volume Delta & Cumulative Delta chart types are now available in the code. Learn more: http://www.multicharts.com/pm/viewissue ... no=MC-1437 "

i tried to use upticks and downticks in powerlanguage , it just comes up tons of number, i am pretty sure it is not the number shown on "volume delta chart"

anybody knows how to use it? or is there any other keywords for it,
i want to get the traded volume within in a bar of different level,
eg : there is 10 price level in last traded bar, how can i get the data? by using "upticks" "downticks"? seems not practical.


Return to “MultiCharts”