Method: TechnicalAnalysis::Kst.indicator_symbol

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

.indicator_symbolString

Returns the symbol of the technical indicator

Returns:

  • (String)

    A string of the symbol of the technical indicator



8
9
10
# File 'lib/technical_analysis/indicators/kst.rb', line 8

def self.indicator_symbol
  "kst"
end