Volume Delta Type in Scripts

Questions about MultiCharts .NET and user contributed studies.
markwit229
Posts: 14
Joined: 23 Jan 2013
Has thanked: 4 times

Volume Delta Type in Scripts

Postby markwit229 » 08 Apr 2013

Is there a way to access the additional information provided by the Volume Delta chart type (beyond OHLC) within scripts? Specifically, is it possible to access the intra-bar volume data by tick?

Thanks,
Mark

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

Re: Volume Delta Type in Scripts

Postby Henry MultiСharts » 09 Apr 2013

Hello Mark,

Do you mean you want to get the ticks that were used for plotting a volume delta block?
You can use the IDataLoader interface to do that. Here is an example how to use it.


Return to “MultiCharts .NET”