Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update docs for 1.3.1 #394

Merged
merged 3 commits into from
Aug 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading