C# Класс Forex_Strategy_Builder.Dialogs.Analyzer.OverOptimization

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OverOptimization ( string caption ) : System

Public constructor.

Приватные методы

Метод Описание
BgWorker_DoWork ( object sender, DoWorkEventArgs e ) : void

Does the job.

BgWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

This event handler updates the progress bar.

BgWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

This event handler deals with the results of the background operation

BtnStart_Click ( object sender, EventArgs e ) : void

Button Run clicked.

CalculateIndicator ( int slot ) : void

Calculates the indicator in the designated slot.

CalculateStatsTables ( int percentDeviation, int countParam ) : void

Calculates Data Tables.

GenerateReport ( ) : string

Generates the Over-optimization report.

OpenFolder_Click ( object sender, EventArgs e ) : void

Opens the report folder.

OpenReport_Click ( object sender, EventArgs e ) : void

Opens the report.

PnlOverOptimization_Resize ( object sender, EventArgs e ) : void

Calculates controls positions on resizing.

SaveReport ( string report ) : void

Saves the report in a file.

SetParametersValues ( int percentDeviation, int countParam ) : void

Sets table with parameter values.

ViewCharts_Click ( object sender, EventArgs e ) : void

Opens a chart screen.

Описание методов

OverOptimization() публичный Метод

Public constructor.
public OverOptimization ( string caption ) : System
caption string
Результат System