Method: TechnicalAnalysis::Indicator.indicator_symbol

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

.indicator_symbolString

Returns the symbol of the technical indicator

Returns:

  • (String)

    A string of the symbol of the technical indicator



127
128
129
# File 'lib/technical_analysis/indicators/indicator.rb', line 127

def self.indicator_symbol
  raise "#{self.name} did not implement indicator_symbol"
end