C# Class Forex_Strategy_Trader.Standard_Deviation

Standard Deviation Indicator
Inheritance: Forex_Strategy_Trader.Indicator
Datei anzeigen Open project: MerlinBrasil/Forex-Strategy-Trader

Public Methods

Method Description
Calculate ( SlotTypes slotType ) : void

Calculates the indicator's components

SetDescription ( SlotTypes slotType ) : void

Sets the indicator logic description

Standard_Deviation ( SlotTypes slotType ) : System

Sets the default indicator parameters for the designated slot type

ToString ( ) : string

Indicator to string

Method Details

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

Standard_Deviation() public method

Sets the default indicator parameters for the designated slot type
public Standard_Deviation ( SlotTypes slotType ) : System
slotType SlotTypes
return System

ToString() public method

Indicator to string
public ToString ( ) : string
return string