Running volume profile - how ?

Questions about MultiCharts .NET and user contributed studies.
rpik
Posts: 2
Joined: 20 Nov 2013

Running volume profile - how ?

Postby rpik » 20 Nov 2013

Hello!

I need to create running volume profile with continuous value area & POC calculation based on "N previous ticks" realtime data. How can do this?

I have read https://www.multicharts.com/trading-sof ... me_Profile , nice & simple example. But this example based on discrete intervals.

Thanks.

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

Re: Running volume profile - how ?

Postby Henry MultiСharts » 21 Nov 2013

Hello rpik,

Do you want to use the built-in volume profile or create your own volume profile study?

rpik
Posts: 2
Joined: 20 Nov 2013

Re: Running volume profile - how ?

Postby rpik » 21 Nov 2013

Henry,

Any of this two ways... Today I had wrote some big part of my own VP indicator. This is simple, but an execution speed of this solution is too low (typical algorithm of VP calculation takes some resources). In my previous project written an MS Visual C++ had no problems with speed of execution. Do you have an opinion on the speed of execution C# functions in Multicharts environment?

Thank you.

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

Re: Running volume profile - how ?

Postby Henry MultiСharts » 25 Nov 2013

Please provide more detailed description of the functionality you would like to have implemented. If possible-please provide screenshots demonstrating it.

C# functions provide rapid execution, but it also depends on the design of the code.
That is also possible to connect your C++ code to MultiCharts .Net.


Return to “MultiCharts .NET”