C# Class Forex_Strategy_Builder.Account_Percent_Stop

Account Percent Stop Indicator
Inheritance: Indicator
Mostra file Open project: nuggett11/Forex-Strategy-Builder

Public Methods

Method Description
Account_Percent_Stop ( SlotTypes slotType )

Sets the default indicator parameters for the designated slot type.

Calculate ( SlotTypes slotType ) : void

Calculates the indicator's components.

SetDescription ( SlotTypes slotType ) : void

Sets the indicator logic description.

ToString ( ) : string

Indicator to string

Method Details

Account_Percent_Stop() public method

Sets the default indicator parameters for the designated slot type.
public Account_Percent_Stop ( SlotTypes slotType )
slotType SlotTypes

Calculate() public method

Calculates the indicator's components.
public Calculate ( SlotTypes slotType ) : void
slotType SlotTypes
return void

SetDescription() public method

Sets the indicator logic description.
public SetDescription ( SlotTypes slotType ) : void
slotType SlotTypes
return void

ToString() public method

Indicator to string
public ToString ( ) : string
return string