[Trading] 条件单与指数行情能力增强,UI 与设计文档同步更新 - #30
Merged
Merged
Conversation
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.
概述
v1.0.0-beta2里程碑改动:围绕条件单、指数行情、交易链路与 UI 体验增强,共 81 个文件变更(+2873 / -988)。主要变更
交易与行情
ExchangeConditionOrderService,IExchangeClient/BinanceExchangeClient补充条件单能力IIndexQuoteService:A 股走新浪(SinaIndexQuoteClient),Crypto 走 CoinGecko / Alternative.me,接入各市场模块与 DI 注册TradeExecutor、StrategyEngine、MarketMonitor、OrderStateSyncService、CryptoPortfolioService(合约/期货组合)等交易链路增强TradingStrategy/TradingStrategyRepository支持条件单相关字段告警与分析
AlertCenterService/AlertSuppressionPolicy调整CoordinatorExecutor与分析结果模型(CoordinatorResult、TechnicalAnalysisResult)更新UI
BaseAdaptiveCardParser)及各卡片解析器适配docs/design.md,移除docs/design-system.md与 alert-center 重构计划文档测试
ExchangeConditionOrderServiceTest、CryptoPortfolioServiceFuturesTest、AlertSuppressionPolicyTest等用例验证方式
dotnet build MarketAssistant.slnx -c Debug构建通过dotnet test tests/TestMarketAssistant.csproj -c Debug测试通过