Method | Description | |
---|---|---|
MaCrossStrategy ( System.Int64 ix ) : System | ||
destroy ( ) : void | ||
evaluate ( string symbol ) : |
||
filter ( string symbol ) : bool | ||
getComment ( string symbol ) : string | ||
getEntryPrice ( string symbol, |
||
getExpiry ( string symbol, |
||
getLotSize ( string symbol, double stopDistance ) : double | ||
getMagicNumber ( string symbol ) : int | ||
getStopLoss ( string symbol, |
||
getTakeProfit ( string symbol, |
||
init ( ) : void | ||
isAsleep ( string symbol ) : bool | ||
manageOpenTrades ( String symbol, int ticket ) : void | ||
onNewCandle ( string symbol, TIMEFRAME timeframe ) : void | ||
onNewDate ( string symbol, TIMEFRAME timeframe ) : void |
public MaCrossStrategy ( System.Int64 ix ) : System | ||
ix | System.Int64 | |
return | System |
public evaluate ( string symbol ) : |
||
symbol | string | |
return |
public getEntryPrice ( string symbol, |
||
symbol | string | |
signal | ||
return | double |
public getExpiry ( string symbol, |
||
symbol | string | |
signal | ||
return | System.DateTime |
public getLotSize ( string symbol, double stopDistance ) : double | ||
symbol | string | |
stopDistance | double | |
return | double |
public getMagicNumber ( string symbol ) : int | ||
symbol | string | |
return | int |
public getStopLoss ( string symbol, |
||
symbol | string | |
signal | ||
return | double |
public getTakeProfit ( string symbol, |
||
symbol | string | |
signal | ||
return | double |
public manageOpenTrades ( String symbol, int ticket ) : void | ||
symbol | String | |
ticket | int | |
return | void |
public onNewCandle ( string symbol, TIMEFRAME timeframe ) : void | ||
symbol | string | |
timeframe | TIMEFRAME | |
return | void |
public onNewDate ( string symbol, TIMEFRAME timeframe ) : void | ||
symbol | string | |
timeframe | TIMEFRAME | |
return | void |