mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +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:
Vendored
+2
-2
@@ -155,9 +155,9 @@
|
||||
"dotnet.server.useOmnisharp": false,
|
||||
|
||||
"sonarlint.connectedMode.project": {
|
||||
"connectionId": "mihakralj-quantalib",
|
||||
"connectionId": "QuanTAlib",
|
||||
"projectKey": "mihakralj_QuanTAlib"
|
||||
},
|
||||
},
|
||||
"coderabbit.agentType": "Cline",
|
||||
"qodana.pathPrefix": "",
|
||||
"qodana.args": ["--config", ".qodana/qodana.yaml"],
|
||||
|
||||
Reference in New Issue
Block a user