Method: TechnicalAnalysis::Cci.indicator_symbol

Defined in:
lib/technical_analysis/indicators/cci.rb

.indicator_symbolString

Returns the symbol of the technical indicator

Returns:

  • (String)

    A string of the symbol of the technical indicator



7
8
9
# File 'lib/technical_analysis/indicators/cci.rb', line 7

def self.indicator_symbol
  "cci"
end