Class: AdvancedMath::RSI
- Inherits:
-
RelativeStrengthIndex
- Object
- RelativeStrengthIndex
- AdvancedMath::RSI
- 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
-
#initialize(range) ⇒ RSI
constructor
A new instance of RSI.
Methods inherited from RelativeStrengthIndex
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 |