Method: TechnicalAnalysis::Rsi.indicator_symbol

Defined in:
lib/technical_analysis/indicators/rsi.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/rsi.rb', line 8

def self.indicator_symbol
  "rsi"
end