C# Class Forex_Strategy_Builder.Stop_Loss

Stop Loss Indicator The implementation of logic is in Market.AnalyseClose(int iBar)
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

Stop_Loss ( SlotTypes slotType )

Sets the default indicator parameters for the designated slot type

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

SetDescription() public méthode

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

Stop_Loss() public méthode

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

ToString() public méthode

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