Method: TechnicalAnalysis::BbValue#lower_band

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

#lower_bandFloat

Returns the lower_band calculation value.

Returns:

  • (Float)

    the lower_band calculation value



100
101
102
# File 'lib/technical_analysis/indicators/bb.rb', line 100

def lower_band
  @lower_band
end