C# Class MQL4CSharp.UserDefined.StopLoss.ATRStopLoss

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

Méthodes publiques

Méthode Description
ATRStopLoss ( BaseStrategy strategy, int atrPeriods, int atrShift ) : System
getLevel ( String symbol, TIMEFRAME timeframe, SignalResult signal ) : double
manage ( String symbol, int ticket ) : void

Method Details

ATRStopLoss() public méthode

public ATRStopLoss ( BaseStrategy strategy, int atrPeriods, int atrShift ) : System
strategy MQL4CSharp.Base.BaseStrategy
atrPeriods int
atrShift int
Résultat System

getLevel() public méthode

public getLevel ( String symbol, TIMEFRAME timeframe, SignalResult signal ) : double
symbol String
timeframe TIMEFRAME
signal MQL4CSharp.Base.Common.SignalResult
Résultat double

manage() public méthode

public manage ( String symbol, int ticket ) : void
symbol String
ticket int
Résultat void