Class: AdvancedMath::RSI

Inherits:
RelativeStrengthIndex show all
Defined in:
lib/advanced_math/rsi.rb

Overview

RSI is just an alias to RelativeStrengthIndex

Instance Attribute Summary

Attributes inherited from RelativeStrengthIndex

#count, #last_value, #range, #values_down, #values_up, #verbose

Instance Method Summary collapse

Methods inherited from RelativeStrengthIndex

#add, #add_array

Constructor Details

#initialize(range) ⇒ RSI

Returns a new instance of RSI.



122
123
124
# File 'lib/advanced_math/rsi.rb', line 122

def initialize(range)
  super(range)
end