volume indicators

This commit is contained in:
Miha Kralj
2026-01-30 12:47:25 -08:00
parent 76d2b50cbb
commit 7b3a6520d2
99 changed files with 9539 additions and 283 deletions
+13 -1
View File
@@ -21,7 +21,8 @@ reviews:
path_filters:
# ============================================
# BATCH 1: Core implementation .cs files only
# Target: ~297 files (under 300 limit)
# Target: ~293 files (under 300 limit)
# Excludes: Tests, Quantower adapters, errors/, numerics/
# ============================================
# INCLUDE: Core library implementation files
@@ -32,6 +33,17 @@ reviews:
- "!**/*.Validation.Tests.cs"
- "!**/Tests/**"
# EXCLUDE: Quantower adapter files (in lib directory)
- "!**/*.Quantower.cs"
# EXCLUDE: Error/loss function category (42 files - Batch 2)
# These are mathematical utilities, not core indicators
- "!lib/errors/**"
# EXCLUDE: Numeric utilities (14 files - Batch 2)
# These are mathematical helper functions
- "!lib/numerics/**"
# EXCLUDE: Build artifacts
- "!**/obj/**"
- "!**/bin/**"