mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 18:18:04 +00:00
Refactor documentation for various filters and indicators to enhance clarity and consistency
- Updated Bessel, Bilateral, Blma, Butter, Conv, Ema, Kama, LSMA, MAMA, MGDI, SSF, USF, ATR, ADL, and ADOSC documentation to use bullet points for key concepts and features. - Added a new Qodana configuration file for code analysis. - Removed coverage configuration from Quantower.Tests.csproj to streamline testing setup.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
Scale 1–10 where **10 = better** for every column. Detailed evaluation criteria at the bottom of this doc.
|
||||
|
||||
- **Accuracy**: Preserve true movement structure (major trends and turning points) without distortion or artificial patterns.
|
||||
- **Timeliness**: Minimal lag. Fast response to genuine movement changes and reversals.
|
||||
- O**vershoot Control**: Remain within min/max of input, avoid generating artificial over-reaching levels and false threshold triggers.
|
||||
- **Smoothness**: Noise suppression. Stable output with smooth derivatives (no erratic velocity/acceleration).
|
||||
* **Accuracy**: Preserve true movement structure (major trends and turning points) without distortion or artificial patterns.
|
||||
* **Timeliness**: Minimal lag. Fast response to genuine movement changes and reversals.
|
||||
* O**vershoot Control**: Remain within min/max of input, avoid generating artificial over-reaching levels and false threshold triggers.
|
||||
* **Smoothness**: Noise suppression. Stable output with smooth derivatives (no erratic velocity/acceleration).
|
||||
|
||||
| Indicator | Accuracy | Timeliness | Overshoot Control | Smoothness | Notes (revised) |
|
||||
| :--- | :---: | :---: | :---: | :---: | :--- |
|
||||
|
||||
Reference in New Issue
Block a user