mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-14 00:28:05 +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:
+4
-4
@@ -179,13 +179,13 @@ The initial portion of the output contains "cold" values.
|
||||
|
||||
**How many values are cold?**
|
||||
|
||||
- **Fixed-Window** (SMA, RSI): `WarmupPeriod` (usually `period - 1`).
|
||||
- **Recursive** (EMA, MACD): Technically infinite, practically `3-4 * period`.
|
||||
* **Fixed-Window** (SMA, RSI): `WarmupPeriod` (usually `period - 1`).
|
||||
* **Recursive** (EMA, MACD): Technically infinite, practically `3-4 * period`.
|
||||
|
||||
**Checking Validity:**
|
||||
|
||||
- **Property:** Use `WarmupPeriod` to determine how many initial values to skip.
|
||||
- **Process API:** The returned instance's `IsHot` property confirms if the batch was long enough.
|
||||
* **Property:** Use `WarmupPeriod` to determine how many initial values to skip.
|
||||
* **Process API:** The returned instance's `IsHot` property confirms if the batch was long enough.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user