Search found 4 matches

by galeki
29 Jul 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10043

Re: IB: EURUSD / IDEALPRO Chart not updating

same problem here with IB.

I can click "View"->"Reload"->"Reolad all data" to refresh the current data out, but when the current bar is finished, the chart is not updating again.

the only way is restarting multicharts.

just update to 8.7.7570 hope that fix
by galeki
19 Mar 2013
Forum: MultiCharts .NET
Topic: weird result of HighD LowD [SOLVED]
Replies: 1
Views: 2823

weird result of HighD LowD [SOLVED]

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...
by galeki
18 Dec 2012
Forum: MultiCharts .NET
Topic: HighD LowD CloseD are gone? [SOLVED]
Replies: 5
Views: 4318

Re: HighD LowD CloseD are gone? [SOLVED]

Hello galeki,

These functions would be added in the next version of MultiCharts .Net

Oh yeah~ :)

Thanks.
by galeki
18 Dec 2012
Forum: MultiCharts .NET
Topic: HighD LowD CloseD are gone? [SOLVED]
Replies: 5
Views: 4318

HighD LowD CloseD are gone? [SOLVED]

They are very useful in PowerLanguage code but seems gone in MC.NET.

The only way to use them is to rewrite them myself? Or there is substitute for them in MC.NET?

Thanks :).

Go to advanced search