C# 클래스 MQL4CSharp.UserDefined.RiskProfile.PercentRiskProfile

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

공개 메소드들

메소드 설명
PercentRiskProfile ( BaseStrategy strategy, double cashAccountEquity, double percentRisk, double maxLots ) : MQL4CSharp.Base
getLotSize ( String symbol, double stopDistance ) : double

메소드 상세

PercentRiskProfile() 공개 메소드

public PercentRiskProfile ( BaseStrategy strategy, double cashAccountEquity, double percentRisk, double maxLots ) : MQL4CSharp.Base
strategy MQL4CSharp.Base.BaseStrategy
cashAccountEquity double
percentRisk double
maxLots double
리턴 MQL4CSharp.Base

getLotSize() 공개 메소드

public getLotSize ( String symbol, double stopDistance ) : double
symbol String
stopDistance double
리턴 double