AggregateByRange<TY>(IOhlcDataSeries<DateTime,TY>,TY) Method
Filters data series by range aggregation
Syntax
[Extension()] public static IDataSeries AggregateByRange<TY>( IOhlcDataSeries<DateTime,TY> dataSeries, TY aggregationRange ) where TY: IComparable
Parameters
- dataSeries
- Data series to be filtered
- aggregationRange
- The price range for aggregation
Type Parameters
- TY
- Type of Y values
Return Value
The filtered data series
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also