Volume profile volume above and below VPOC

Questions about MultiCharts .NET and user contributed studies.
Abhi
Posts: 38
Joined: 28 Nov 2015
Has thanked: 6 times
Been thanked: 5 times

Volume profile volume above and below VPOC

Postby Abhi » 04 Mar 2019

We have decimal AboveVAValue { get; } and decimal BelowVAValue { get; } interface to get cumulative volume on all the levels higher than/lower than the highest limit/lowest limit of Value Area.

Do we have similar interfaces for VPOC i.e. to get cumulative volume on all the levels higher than/lower than the VPOC.

User avatar
Svetlana MultiCharts
Posts: 645
Joined: 19 Oct 2017
Has thanked: 3 times
Been thanked: 163 times

Re: Volume profile volume above and below VPOC

Postby Svetlana MultiCharts » 12 Mar 2019

Hello, Abhi,

Could you please describe in more details what you are trying to achieve and attach screenshots demonstrating it?
If you use any script, please attach the script and the workspace where it is used.

Abhi
Posts: 38
Joined: 28 Nov 2015
Has thanked: 6 times
Been thanked: 5 times

Re: Volume profile volume above and below VPOC

Postby Abhi » 12 Mar 2019

Hello, Abhi,

Could you please describe in more details what you are trying to achieve and attach screenshots demonstrating it?
If you use any script, please attach the script and the workspace where it is used.
No problem Svetlana, if we look at the below URL, there are two public interfaces that we can use

https://www.multicharts.com/trading-sof ... me_Profile

decimal AboveVAValue { get; } - Cumulative volume on all the levels higher then the highest limit of Value Area(VA)

decimal BelowVAValue { get; } - Volumes sum on the levels lower than the lowest limit of the VA

similarly, are there any public interfaces to get cumulative volume above and below VPOC price level (volume point of control).

User avatar
Svetlana MultiCharts
Posts: 645
Joined: 19 Oct 2017
Has thanked: 3 times
Been thanked: 163 times

Re: Volume profile volume above and below VPOC

Postby Svetlana MultiCharts » 13 Mar 2019

Abhi,

Unfortunately, there is no direct way to get cumulative volume above and below VPOC price level. You can sum the volumes according to the levels using IProfile.POCForBar and IProfile.Values methods.


Return to “MultiCharts .NET”