C# Class MQL4CSharp.UserDefined.StopLoss.SRStopLoss

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

Méthodes publiques

Свойство Type Description
pipTolerance int

Méthodes publiques

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

Method Details

SRStopLoss() public méthode

public SRStopLoss ( BaseStrategy strategy ) : System
strategy MQL4CSharp.Base.BaseStrategy
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

Property Details

pipTolerance public_oe static_oe property

public static int pipTolerance
Résultat int