Method: TechnicalAnalysis::Sr.indicator_symbol

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

def self.indicator_symbol
  "sr"
end