C# Class MQL4CSharp.UserDefined.RiskProfile.PercentRiskProfile

Inheritance: MQL4CSharp.Base.Common.BaseRiskProfile
Afficher le fichier Open project: jseparovic/MQL4CSharp

Méthodes publiques

Méthode Description
PercentRiskProfile ( BaseStrategy strategy, double cashAccountEquity, double percentRisk, double maxLots ) : MQL4CSharp.Base
getLotSize ( String symbol, double stopDistance ) : double

Method Details

PercentRiskProfile() public méthode

public PercentRiskProfile ( BaseStrategy strategy, double cashAccountEquity, double percentRisk, double maxLots ) : MQL4CSharp.Base
strategy MQL4CSharp.Base.BaseStrategy
cashAccountEquity double
percentRisk double
maxLots double
Résultat MQL4CSharp.Base

getLotSize() public méthode

public getLotSize ( String symbol, double stopDistance ) : double
symbol String
stopDistance double
Résultat double