C# Class Forex_Strategy_Builder.Command_Console

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
Command_Console ( ) : System

Constructor

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

OnLoad

OnResize ( EventArgs e ) : void

OnResize

Private Methods

Méthode Description
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

Method Details

Command_Console() public méthode

Constructor
public Command_Console ( ) : System
Résultat System

OnLoad() protected méthode

OnLoad
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResize() protected méthode

OnResize
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void