Method: TechnicalAnalysis::Indicator.indicator_name
- Defined in:
- lib/technical_analysis/indicators/indicator.rb
.indicator_name ⇒ String
Returns 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 |