C# Class MQL4CSharp.Base.Common.SignalResult

Show file Open project: jseparovic/MQL4CSharp Class Usage Examples

Public Properties

Property Type Description
BUYLIMIT int
BUYMARKET int
BUYSTOP int
NEUTRAL int
SELLLIMIT int
SELLMARKET int
SELLSTOP int

Public Methods

Method Description
SignalResult ( ) : System
SignalResult ( int signal ) : System
SignalResult ( int signal, SignalInfo signalInfo ) : System
ToString ( ) : string
getSignal ( ) : int
getSignalInfo ( ) : SignalInfo
isNotNeutral ( ) : bool
newBUYLIMIT ( ) : SignalResult
newBUYMARKET ( ) : SignalResult
newBUYSTOP ( ) : SignalResult
newNEUTRAL ( ) : SignalResult
newSELLLIMIT ( ) : SignalResult
newSELLMARKET ( ) : SignalResult
newSELLSTOP ( ) : SignalResult
setSignal ( int signal ) : void
setSignalInfo ( SignalInfo signalInfo ) : void
signalToTradeOp ( int signal ) : int

Method Details

SignalResult() public method

public SignalResult ( ) : System
return System

SignalResult() public method

public SignalResult ( int signal ) : System
signal int
return System

SignalResult() public method

public SignalResult ( int signal, SignalInfo signalInfo ) : System
signal int
signalInfo SignalInfo
return System

ToString() public method

public ToString ( ) : string
return string

getSignal() public method

public getSignal ( ) : int
return int

getSignalInfo() public method

public getSignalInfo ( ) : SignalInfo
return SignalInfo

isNotNeutral() public method

public isNotNeutral ( ) : bool
return bool

newBUYLIMIT() public static method

public static newBUYLIMIT ( ) : SignalResult
return SignalResult

newBUYMARKET() public static method

public static newBUYMARKET ( ) : SignalResult
return SignalResult

newBUYSTOP() public static method

public static newBUYSTOP ( ) : SignalResult
return SignalResult

newNEUTRAL() public static method

public static newNEUTRAL ( ) : SignalResult
return SignalResult

newSELLLIMIT() public static method

public static newSELLLIMIT ( ) : SignalResult
return SignalResult

newSELLMARKET() public static method

public static newSELLMARKET ( ) : SignalResult
return SignalResult

newSELLSTOP() public static method

public static newSELLSTOP ( ) : SignalResult
return SignalResult

setSignal() public method

public setSignal ( int signal ) : void
signal int
return void

setSignalInfo() public method

public setSignalInfo ( SignalInfo signalInfo ) : void
signalInfo SignalInfo
return void

signalToTradeOp() public static method

public static signalToTradeOp ( int signal ) : int
signal int
return int

Property Details

BUYLIMIT public static property

public static int BUYLIMIT
return int

BUYMARKET public static property

public static int BUYMARKET
return int

BUYSTOP public static property

public static int BUYSTOP
return int

NEUTRAL public static property

public static int NEUTRAL
return int

SELLLIMIT public static property

public static int SELLLIMIT
return int

SELLMARKET public static property

public static int SELLMARKET
return int

SELLSTOP public static property

public static int SELLSTOP
return int