mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 11:38:05 +00:00
- Implemented Stochastic Oscillator (%K and %D) in Stoch.cs with streaming and batch processing capabilities. - Added validation tests for the Stochastic Oscillator in Stoch.Validation.Tests.cs, ensuring consistency with Skender.Stock.Indicators. - Created documentation for the Stochastic Oscillator in Stoch.md, detailing its mathematical formula, architecture, parameters, and common pitfalls. - Updated project file to include necessary numeric libraries for highest and lowest calculations.
30 lines
486 B
JSON
30 lines
486 B
JSON
{
|
|
"mcpServers": {
|
|
"dotnet-semantic-mcp": {
|
|
"command": "dotnet-semantic-mcp",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"alwaysAllow": [
|
|
"map",
|
|
"scan_list",
|
|
"symbol",
|
|
"source",
|
|
"metrics",
|
|
"hierarchy",
|
|
"deps",
|
|
"attrs",
|
|
"diff",
|
|
"prepare_change",
|
|
"code_security",
|
|
"nuget_vulnerabilities",
|
|
"__unlock_csharp_analysis__",
|
|
"refs",
|
|
"search",
|
|
"explore",
|
|
"diag",
|
|
"understand"
|
|
],
|
|
"disabled": false
|
|
}
|
|
}
|
|
} |