Click or drag to resize

BaseInstrumentIndicatorTResamplingFactor Property

Set this parameter if you whant to compress data series. It means that if you set this flag, then indicator will calculate it's values on ResamplingFactor-greater steps.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public int ResamplingFactor { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when you try to specify resampling to indicator which is already in use.
ArgumentExceptionThrown when you try to specify resampling factor smaller than one.
See Also