Method: TechnicalAnalysis::Cci.indicator_name
- Defined in:
- lib/technical_analysis/indicators/cci.rb
.indicator_name ⇒ String
Returns the name of the technical indicator
14 15 16 |
# File 'lib/technical_analysis/indicators/cci.rb', line 14 def self.indicator_name "Commodity Channel Index" end |