Search found 4 matches

by cms
17 Jun 2015
Forum: MultiCharts .NET
Topic: When to use function.Call() [SOLVED]
Replies: 3
Views: 3134

Re: When to use function.Call() [SOLVED]

I see, thank you!
by cms
17 Jun 2015
Forum: MultiCharts .NET
Topic: Detailed Description of GA Process
Replies: 1
Views: 1798

Detailed Description of GA Process

I'm trying to understand the Detailed Description of GA Process on page https://www.multicharts.com/trading-software/index.php/Understanding_Optimization#Understanding_Genetic_Algorithm_Optimization but is having a hard time. Can someone give a better definition of this? Convergence Rate Convergence...
by cms
17 Jun 2015
Forum: MultiCharts .NET
Topic: When to use function.Call() [SOLVED]
Replies: 3
Views: 3134

Re: When to use function.Call() [SOLVED]

Does it matter if function is FunctionSeries or FunctionSimple?

//Christer
by cms
16 Jun 2015
Forum: MultiCharts .NET
Topic: When to use function.Call() [SOLVED]
Replies: 3
Views: 3134

When to use function.Call() [SOLVED]

Hello,

I wonder when it's required, or correct, to use the Call() method. What about this case?

protected override void CalcBar(){
function.prop=a.Value;
my.Value=function.Value;
plot1.Set(my.Value);
}

Should I have a function.Call() in there somewhere?

Regards,
Christer

Go to advanced search