Skip to content

Commit

Permalink
docs: Update docs for 1.3.1 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDongGeon1996 authored Aug 16, 2024
1 parent 5d788de commit 3b747ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_indicators/Kama.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ KAMAResults[KAMAResult]
| -- |-- |--
| `date` | datetime | Date
| `efficiency_ratio` | float, Optional | Efficiency Ratio is the fractal efficiency of price changes
| `kama` | Decimal, Optional | Kaufman's adaptive moving average
| `kama` | float, Optional | Kaufman's adaptive moving average

More about Efficiency Ratio(ER): ER fluctuates between 0 and 1, but these extremes are the exception, not the norm. ER would be 1 if prices moved up or down consistently over the `er_periods` periods. ER would be zero if prices are unchanged over the `er_periods` periods.

Expand Down

0 comments on commit 3b747ee

Please sign in to comment.