C# Class MQL4CSharp.UserDefined.Filter.NewsCloseOutFilter

Inheritance: MQL4CSharp.Base.Common.BaseFilter
显示文件 Open project: jseparovic/MQL4CSharp

Public Methods

Method Description
NewsCloseOutFilter ( BaseStrategy strategy, NewsReports newsReports ) : MQL4CSharp.Base
filter ( String symbol, TIMEFRAME timeframe ) : bool

Method Details

NewsCloseOutFilter() public method

public NewsCloseOutFilter ( BaseStrategy strategy, NewsReports newsReports ) : MQL4CSharp.Base
strategy MQL4CSharp.Base.BaseStrategy
newsReports NewsReports
return MQL4CSharp.Base

filter() public method

public filter ( String symbol, TIMEFRAME timeframe ) : bool
symbol String
timeframe TIMEFRAME
return bool