weird result of HighD LowD  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
galeki
Posts: 4
Joined: 20 Apr 2012

weird result of HighD LowD

Postby galeki » 19 Mar 2013

Code: Select all

protected override void Create() {
m_HighD = new HighD(this);
m_LowD = new LowD(this);
}

protected override void CalcBar(){

m_HighD.periodsago = 1;
m_LowD.periodsago = 1;

h = m_HighD[0];
l = m_LowD[0];
}
I can got the return value of the HighD and LowD with the code above, but the result is a litte weird.

They seems return the first-bar's High and Low of that day, instead of the High and Low of all day.

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

Re: weird result of HighD LowD  [SOLVED]

Postby Henry MultiСharts » 20 Mar 2013

Hello galeki,

This issue has been confirmed. It will be fixed in the next version of MultiCharts .Net.


Return to “MultiCharts .NET”