Method: TechnicalAnalysis::ObvMean.indicator_symbol

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

.indicator_symbolString

Returns the symbol of the technical indicator

Returns:

  • A string of the symbol of the technical indicator



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

def self.indicator_symbol
  "obv_mean"
end