uopdate
This commit is contained in:
parent
993666eed5
commit
5ab8e7589c
@ -97,7 +97,7 @@ class Settings(BaseSettings):
|
|||||||
feishu_webhook_url: str = "https://open.feishu.cn/open-apis/bot/v2/hook/8a1dcf69-6753-41e2-a393-edc4f7822db0"
|
feishu_webhook_url: str = "https://open.feishu.cn/open-apis/bot/v2/hook/8a1dcf69-6753-41e2-a393-edc4f7822db0"
|
||||||
|
|
||||||
# 加密货币交易智能体配置
|
# 加密货币交易智能体配置
|
||||||
crypto_symbols: str = "BTCUSDT,ETHUSDT" # 监控的交易对,逗号分隔
|
crypto_symbols: str = "BTCUSDT,ETHUSDT,BNBUSDT,SOLUSDT" # 监控的交易对,逗号分隔
|
||||||
crypto_analysis_interval: int = 60 # 分析间隔(秒)
|
crypto_analysis_interval: int = 60 # 分析间隔(秒)
|
||||||
crypto_llm_threshold: float = 0.7 # 触发 LLM 分析的置信度阈值
|
crypto_llm_threshold: float = 0.7 # 触发 LLM 分析的置信度阈值
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user