C# Class Forex_Strategy_Trader.Trailing_Stop_Limit

Trailing Stop Limit Indicator The implimentation of logic is in Market.AnalyseClose(int iBar)
Inheritance: Forex_Strategy_Trader.Indicator
Afficher le fichier Open project: MerlinBrasil/Forex-Strategy-Trader

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

Trailing_Stop_Limit ( SlotTypes slotType )

Sets the default indicator parameters for the designated slot type

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

Trailing_Stop_Limit() public méthode

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