From 3b747eea9ea18c854aab2a777ab1b4a58baae96e Mon Sep 17 00:00:00 2001 From: DongGeon Lee Date: Sat, 17 Aug 2024 01:51:32 +0900 Subject: [PATCH] docs: Update docs for 1.3.1 (#394) --- docs/_indicators/Kama.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_indicators/Kama.md b/docs/_indicators/Kama.md index 7e931382..5a1679f1 100644 --- a/docs/_indicators/Kama.md +++ b/docs/_indicators/Kama.md @@ -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.