Click or drag to resize

TwoSeriesResampling Constructor (ITwoSeriesTradeSignal, Int32)

Initializes a new instance of TwoSeriesResampling.

Namespace:  FinAnalysis.Transformations
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public TwoSeriesResampling(
	ITwoSeriesTradeSignal nextChainLink,
	int resamplingFactor
)

Parameters

nextChainLink
Type: FinAnalysis.BaseITwoSeriesTradeSignal
Next chain link for transformation chain or two series indicator.
resamplingFactor
Type: SystemInt32
Resampling factor. We compress data series in resamplingFactor times.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when you try to specify resampling factor smaller than one.
See Also