mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 02:58:05 +00:00
Add Standard Deviation Channel (SDCHANNEL) implementation and documentation
- Implemented Sdchannel class for calculating standard deviation channels based on linear regression. - Added detailed documentation for SDCHANNEL, including overview, calculation methods, and interpretation. - Updated project files to include new numerics library components in Channels and Volatility projects.
This commit is contained in:
+2
-2
@@ -202,7 +202,7 @@
|
||||
* [ATRBANDS - ATR Bands](lib/channels/atrbands/Atrbands.md)
|
||||
* [BBANDS - Bollinger Bands](lib/channels/bbands/Bbands.md)
|
||||
* [DCHANNEL - Donchian Channels](lib/channels/dchannel/Dchannel.md)
|
||||
* [DECAYCHANNEL - Decay Min-Max Channel](lib/channels/decaychannel/Decaychannel.md)
|
||||
* [DECAYCHANNEL - Decay Min-Max Channel](lib/channels/decaychannel/decaychannel.md)
|
||||
* [FCB - Fractal Chaos Bands](lib/channels/fcb/Fcb.md)
|
||||
* [JBANDS - Jurik Volatility Bands](lib/channels/jbands/Jbands.md)
|
||||
* [KCHANNEL - Keltner Channel](lib/channels/kchannel/Kchannel.md)
|
||||
@@ -314,4 +314,4 @@
|
||||
* [PIVOTFIB - Fibonacci Pivot Points](lib/reversals/pivotfib/Pivotfib.md)
|
||||
* [PIVOTWOOD - Woodie's Pivot Points](lib/reversals/pivotwood/Pivotwood.md)
|
||||
* [PSAR - Parabolic Stop And Reverse](lib/reversals/psar/Psar.md)
|
||||
* [SWINGS - Swing High/Low Detection](lib/reversals/swings/Swings.md)
|
||||
* [SWINGS - Swing High/Low Detection](lib/reversals/swings/Swings.md)
|
||||
|
||||
Reference in New Issue
Block a user