Method: TechnicalAnalysis::Ichimoku.indicator_name

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

.indicator_nameString

Returns the name of the technical indicator

Returns:

  • (String)

    A string of the name of the technical indicator



15
16
17
# File 'lib/technical_analysis/indicators/ichimoku.rb', line 15

def self.indicator_name
  "Ichimoku Kinko Hyo"
end