mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 17:48:05 +00:00
- Introduced Massi validation tests to ensure mathematical properties hold for the Mass Index indicator. - Added Va validation tests for Volume Accumulation, checking for finite outputs and correct accumulation behavior. - Implemented Vf validation tests for Volume Force, verifying outputs for rising and falling prices, and ensuring batch and streaming results match. - Created Vo validation tests for Volume Oscillator, confirming behavior with constant, increasing, and decreasing volumes. - Developed Vroc validation tests for Volume Rate of Change, validating outputs for constant volume and changes in volume. - Updated project file to include new momentum indicators (MACD and RSI) in the compilation.
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",
|
|
"refs",
|
|
"search",
|
|
"explore",
|
|
"diag",
|
|
"understand",
|
|
"__unlock_csharp_analysis__"
|
|
],
|
|
"disabled": false
|
|
}
|
|
}
|
|
} |