C# 클래스 MQL4CSharp.UserDefined.StopLoss.TrailingStopLoss

상속: MQL4CSharp.Base.Common.BaseStopLoss
파일 보기 프로젝트 열기: jseparovic/MQL4CSharp

공개 메소드들

메소드 설명
TrailingStopLoss ( BaseStrategy strategy ) : System
TrailingStopLoss ( BaseStrategy strategy, int stopPips, int step ) : System
getLevel ( String symbol, TIMEFRAME timeframe, SignalResult signal ) : double
manage ( String symbol, int ticket ) : void

메소드 상세

TrailingStopLoss() 공개 메소드

public TrailingStopLoss ( BaseStrategy strategy ) : System
strategy MQL4CSharp.Base.BaseStrategy
리턴 System

TrailingStopLoss() 공개 메소드

public TrailingStopLoss ( BaseStrategy strategy, int stopPips, int step ) : System
strategy MQL4CSharp.Base.BaseStrategy
stopPips int
step int
리턴 System

getLevel() 공개 메소드

public getLevel ( String symbol, TIMEFRAME timeframe, SignalResult signal ) : double
symbol String
timeframe TIMEFRAME
signal MQL4CSharp.Base.Common.SignalResult
리턴 double

manage() 공개 메소드

public manage ( String symbol, int ticket ) : void
symbol String
ticket int
리턴 void