feat: add TDX kline provider with minute-level K-line support#78
Open
feifeinorfly wants to merge 1 commit into
Open
feat: add TDX kline provider with minute-level K-line support#78feifeinorfly wants to merge 1 commit into
feifeinorfly wants to merge 1 commit into
Conversation
feifeinorfly
commented
Jul 7, 2026
- 基于injoyai/tdx库为A股数据添加Go二进制文件(tools/tdx-kline)
- 支持每日、5分钟、15分钟、30分钟和60分钟K线时间间隔
- 在KlineOrchestrator中注册TdxKlineProvider,以实现基于数据源的提供者优先级
- 重构klines API,优先尝试使用编排器,若失败则回退到内置收集器
- 在SignalPack中使用orchestrator生成技术指标
- 在数据源CRUD操作时刷新编排器实例
- 为TDX提供者添加全面测试
- Add Go binary (tools/tdx-kline) based on injoyai/tdx library for A-share data - Support daily, 5min, 15min, 30min, and 60min K-line intervals - Register TdxKlineProvider in KlineOrchestrator for datasource-based provider priority - Refactor klines API to try orchestrator first, fall back to built-in collector - Use orchestrator for technical indicator generation in SignalPack - Refresh orchestrator instances on datasource CRUD operations - Add comprehensive tests for TDX provider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.