C# 클래스 Forex_Strategy_Trader.Trailing_Stop_Limit

Trailing Stop Limit Indicator The implimentation of logic is in Market.AnalyseClose(int iBar)
상속: Forex_Strategy_Trader.Indicator
파일 보기 프로젝트 열기: MerlinBrasil/Forex-Strategy-Trader

공개 메소드들

메소드 설명
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

메소드 상세

Calculate() 공개 메소드

Calculates the indicator's components
public Calculate ( SlotTypes slotType ) : void
slotType SlotTypes
리턴 void

SetDescription() 공개 메소드

Sets the indicator logic description
public SetDescription ( SlotTypes slotType ) : void
slotType SlotTypes
리턴 void

ToString() 공개 메소드

Indicator to string
public ToString ( ) : string
리턴 string

Trailing_Stop_Limit() 공개 메소드

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