Class: Quant::Indicators::DominantCycles::HalfPeriodPoint

Inherits:
IndicatorPoint
  • Object
show all
Defined in:
lib/quant/indicators/dominant_cycles/half_period.rb

Overview

This dominant cycle indicator is based on the half period that is the midpoint of the ‘min_period` and `max_period` configured in the `Quant.config.indicators` object. Effectively providing a static, arbitrarily set period.

Instance Attribute Summary

Attributes inherited from IndicatorPoint

#indicator, #tick

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