Enhance validation tests for various indicators with external library comparisons

- Added detailed comments explaining the validation limitations for MMA and ZLEMA due to differences in algorithm implementations.
- Implemented validation tests for True Range against TALib and Tulip, ensuring directional agreement.
- Updated Ulcer Index validation to clarify differences in algorithmic approaches between QuanTAlib and Skender.
- Enhanced Ease of Movement tests to verify directional agreement with Tulip's EMV, noting differences in volume scaling.
- Expanded Klinger Volume Oscillator tests to validate against Skender and Tulip, focusing on directional agreement across multiple period configurations.
- Improved Negative Volume Index tests to compare percentage changes with Tulip, addressing differences in starting values.
- Updated Positive Volume Index tests to validate against Tulip, emphasizing percentage change comparisons.
- Enhanced Williams Accumulation/Distribution tests to verify directional agreement with Tulip, highlighting formula differences.
This commit is contained in:
Miha Kralj
2026-02-11 14:46:56 -08:00
parent 6d6259a47d
commit 75c6a9f135
51 changed files with 7893 additions and 1274 deletions
+17 -10
View File
@@ -5,17 +5,24 @@
"args": [],
"cwd": "${workspaceFolder}",
"alwaysAllow": [
"ast_map",
"ast_references",
"ast_hierarchy",
"ast_chunk",
"ast_dependencies",
"ast_search",
"ast_details",
"ast_attributes",
"ast_diagnostics",
"map",
"search",
"scan_list",
"symbol",
"source",
"explore",
"understand",
"metrics",
"hierarchy",
"deps",
"attrs",
"diff",
"prepare_change",
"code_security",
"nuget_vulnerabilities",
"__unlock_csharp_analysis__",
"diag",
"map"
"refs"
],
"disabled": false
}