C# Class Forex_Strategy_Builder.Top_Bottom_Price

Top Bottom Price Indicator
Inheritance: Indicator
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder

Méthodes publiques

Méthode Description
Calculate ( SlotTypes slotType ) : void

Calculates the indicator's components

SetDescription ( SlotTypes slotType ) : void

Sets the indicator logic description

ToString ( ) : string

Indicator to string

Top_Bottom_Price ( SlotTypes slotType ) : System

Sets the default indicator parameters for the designated slot type

Private Methods

Méthode Description
IsPeriodChanged ( int iBar ) : bool

Checks if the period have been changed

Method Details

Calculate() public méthode

Calculates the indicator's components
public Calculate ( SlotTypes slotType ) : void
slotType SlotTypes
Résultat void

SetDescription() public méthode

Sets the indicator logic description
public SetDescription ( SlotTypes slotType ) : void
slotType SlotTypes
Résultat void

ToString() public méthode

Indicator to string
public ToString ( ) : string
Résultat string

Top_Bottom_Price() public méthode

Sets the default indicator parameters for the designated slot type
public Top_Bottom_Price ( SlotTypes slotType ) : System
slotType SlotTypes
Résultat System