CustomInstrument question for cumulativedelta data

Questions about MultiCharts .NET and user contributed studies.
franky
Posts: 24
Joined: 25 Nov 2012
Has thanked: 4 times
Been thanked: 4 times

CustomInstrument question for cumulativedelta data

Postby franky » 06 Oct 2014

I'm trying to use the customInstrument class. When used with renko or linebreak type, it work well. However, when trying to create a cumulativedelta or footprint data, I'm getting error. Here is the line of codes I'm trying:

Code: Select all

m_MyCustomInstrument1 = new CustomInstrument(this, Resolution.CreateCumulativeDelta(EResolution.Points, 10, CumulativeDeltaChartType.ASK_TRADE_BID_TRADE, true));

m_MyCustomInstrument2 = new CustomInstrument(this, Resolution.CreateFootPrint(EResolution.Points, 10, CumulativeDeltaChartType.ASK_TRADE_BID_TRADE, FootPrintChartType.BID_ASK_VOL, false));
My main instrument is a regular tick data. To replicate error, I'm using the Test_CustomInstrument example from Multicharts. My question is basically, is there something missing ?
Thanks a lot
Frank

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

Re: CustomInstrument question for cumulativedelta data

Postby Henry MultiСharts » 07 Oct 2014

Hello franky,

We are going to add CumulativeDelta and FootPrint chart types support for CustomInstrument in MultiCharts .NET 9.0 Release 2.


Return to “MultiCharts .NET”