Method: TechnicalAnalysis::Indicator.indicator_name

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

.indicator_nameString

Returns the name of the technical indicator

Returns:

  • (String)

    A string of the name of the technical indicator



134
135
136
# File 'lib/technical_analysis/indicators/indicator.rb', line 134

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