C# Class Forex_Strategy_Builder.Command_Console

Inheritance: System.Windows.Forms.Form
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
Command_Console ( ) : System

Constructor

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

OnLoad

OnResize ( EventArgs e ) : void

OnResize

Private Methods

Method 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 method

Constructor
public Command_Console ( ) : System
return System

OnLoad() protected method

OnLoad
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnResize() protected method

OnResize
protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void