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

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

공개 메소드들

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

메소드 상세

ATRStopLoss() 공개 메소드

public ATRStopLoss ( BaseStrategy strategy, int atrPeriods, int atrShift ) : System
strategy MQL4CSharp.Base.BaseStrategy
atrPeriods int
atrShift 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