C# Класс Forex_Strategy_Builder.Command_Console

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Command_Console ( ) : System

Constructor

Защищенные методы

Метод Описание
OnLoad ( EventArgs e ) : void

OnLoad

OnResize ( EventArgs e ) : void

OnResize

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

Метод Описание
ParseInput ( string input ) : void

Does the job

ShowBar ( string input ) : void

Show bar

ShowIndicators ( string input ) : void

Show indicators in the selected bars.

ShowMissingPhrases ( ) : void

Shows all missing phrases.

ShowOrder ( string input ) : void

Show position

ShowPosition ( string input ) : void

Show position

ShowStrategy ( ) : void

Shows the strategy

SpeedTest ( ) : void

Speed Test

TbxInput_KeyUp ( object sender, KeyEventArgs e ) : void

Catches the hot keys

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

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

Constructor
public Command_Console ( ) : System
Результат System

OnLoad() защищенный Метод

OnLoad
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

OnResize() защищенный Метод

OnResize
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Результат void