orchestrator uses BaseDataInput

This commit is contained in:
Dobromir Popov
2025-08-08 17:58:24 +03:00
parent f8d3e1c999
commit b15ea82be8
4 changed files with 310 additions and 76 deletions

View File

@ -6,7 +6,7 @@ The system identifies swing highs and swing lows, then uses these pivot points t
higher-level trends recursively.
Key Features:
- Recursive pivot point calculation (5 levels)
- Recursive pivot point calculation (5 levels). first level is 1m OHLCV data, second level uses the first level as "candles", third level uses the second level as "candles", etc.
- Swing high/low identification
- Trend direction and strength analysis
- Integration with CNN model for pivot prediction