Method: TechnicalAnalysis::Kst.indicator_name
- Defined in:
- lib/technical_analysis/indicators/kst.rb
.indicator_name ⇒ String
Returns the name of the technical indicator
15 16 17 |
# File 'lib/technical_analysis/indicators/kst.rb', line 15 def self.indicator_name "Know Sure Thing" end |