C# Class MQL4CSharp.UserDefined.StopLoss.SRStopLoss

Inheritance: MQL4CSharp.Base.Common.BaseStopLoss
Mostra file Open project: jseparovic/MQL4CSharp

Public Properties

Property Type Description
pipTolerance int

Public Methods

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

Method Details

SRStopLoss() public method

public SRStopLoss ( BaseStrategy strategy ) : System
strategy MQL4CSharp.Base.BaseStrategy
return System

getLevel() public method

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

manage() public method

public manage ( String symbol, int ticket ) : void
symbol String
ticket int
return void

Property Details

pipTolerance public_oe static_oe property

public static int pipTolerance
return int