Volume POC on bar  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
David Caliano
Posts: 34
Joined: 25 Aug 2007
Been thanked: 1 time

Volume POC on bar

Postby David Caliano » 29 Oct 2013

Is it possible to reference the highest volume POC
on a Volume Profile bar style? What I would like to do
is write a showme for a regular bar chart and have the dot
show on the bar at that bar's highest volume price. Would something
like this be possible?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Volume POC on bar  [SOLVED]

Postby Henry MultiСharts » 30 Oct 2013

Hello David,

That is possible to achieve this goal with MultiCharts .NET.
Attached is a sample code for receiving the POC values in the code.
Attachments
Test_ILevelInfo.pln
(1.26 KiB) Downloaded 443 times

David Caliano
Posts: 34
Joined: 25 Aug 2007
Been thanked: 1 time

Re: Volume POC on bar

Postby David Caliano » 30 Oct 2013

Thanks, Henry. To get the POC to show up on each bar, would it be
something that a beginning coder would be able to do? What lines would
I have to change?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Volume POC on bar

Postby Henry MultiСharts » 30 Oct 2013

POC is calculated for a certain period, not always for a bar.
In order to get the POC for each bar you need to change the Volume Profile settings, not the code.
Please go to Format Instrument->Volume Profile->Time set it to "Every 1 Bar".
In this case the Volume Profile will be calculated for each bar and you will have POC for each bar.

David Caliano
Posts: 34
Joined: 25 Aug 2007
Been thanked: 1 time

Re: Volume POC on bar

Postby David Caliano » 30 Oct 2013

Easy enough. Thanks again, Henry.


Return to “MultiCharts .NET”