Class: TechnicalAnalysis::MovingAverage::WMA
- Inherits:
-
Struct
- Object
- Struct
- TechnicalAnalysis::MovingAverage::WMA
- Defined in:
- lib/calculation_helpers.rb,
lib/technical_analysis/moving_average.rb,
lib/technical_analysis/moving-average/weighted-ma.rb
Instance Attribute Summary collapse
-
#time ⇒ Object
Returns the value of attribute time.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#time ⇒ Object
Returns the value of attribute time
23 24 25 |
# File 'lib/calculation_helpers.rb', line 23 def time @time end |
#value ⇒ Object
Returns the value of attribute value
23 24 25 |
# File 'lib/calculation_helpers.rb', line 23 def value @value end |