You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
504 B
25 lines
504 B
# API配置
|
|
OPENAI_API_KEY=
|
|
DEEPSEEK_API_KEY=
|
|
DEEPSEEK_API_URL=https://api.deepseek.com/v1/chat/completions
|
|
|
|
# 天勤TQSDK配置
|
|
# 填写你的TQSDK账号密码以使用真实数据
|
|
TQSDK_USERNAME=
|
|
TQSDK_PASSWORD=
|
|
TQSERVER_HOST=api.shinnytech.com
|
|
TQSERVER_PORT=7777
|
|
|
|
# 数据库配置
|
|
DB_PATH=./data/futures_analysis.db
|
|
|
|
# 风险配置
|
|
MAX_RISK_PERCENT=0.02
|
|
MIN_PROFIT_LOSS_RATIO=1.5
|
|
|
|
# 策略配置
|
|
DEFAULT_ATR_MULTIPLIER=2.0
|
|
DEFAULT_ADX_THRESHOLD=20
|
|
|
|
# 定时任务配置
|
|
REVIEW_TIMES=09:00,12:30,15:30 |