Class: Quant::Indicators::DecyclerPoint
- Inherits:
-
IndicatorPoint
- Object
- IndicatorPoint
- Quant::Indicators::DecyclerPoint
- Defined in:
- lib/quant/indicators/decycler.rb
Overview
The decycler oscillator can be useful for determining the transition be- tween uptrends and downtrends by the crossing of the zero line. Alternatively, the changes of slope of the decycler oscillator are easier to identify than the changes in slope of the original decycler. Optimum cutoff periods can easily be found by experimentation.
-
A decycler filter functions the same as a low-pass filter.
-
A decycler filter is created by subtracting the output of a high-pass filter from the input, thereby removing the high-frequency components by cancellation.
-
A decycler filter has very low lag.
-
A decycler oscillator is created by subtracting the output of a high-pass filter having a shorter cutoff period from the output of another high-pass filter having a longer cutoff period.
-
A decycler oscillator shows transitions between uptrends and down-trends at the zero crossings.
Instance Attribute Summary
Attributes inherited from IndicatorPoint
Method Summary
Methods inherited from IndicatorPoint
#initialize, #initialize_data_points, #oc2
Methods included from Attributes
deregister, included, register, registry
Constructor Details
This class inherits a constructor from Quant::Indicators::IndicatorPoint