C# Class Forex_Strategy_Builder.Ross_Hook

Ross Hook 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

Ross_Hook ( SlotTypes slotType ) : System.Drawing

Constructor

SetDescription ( SlotTypes slotType ) : void

Sets the indicator logic description

ToString ( ) : string

Indicator to string

Method Details

Calculate() public méthode

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

Ross_Hook() public méthode

Constructor
public Ross_Hook ( SlotTypes slotType ) : System.Drawing
slotType SlotTypes
Résultat System.Drawing

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