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.
34 lines
743 B
34 lines
743 B
# DeepSeek API 配置
|
|
DEEPSEEK_API_KEY=sk-49dccf9e8a754d3abb36ce396cb8f189
|
|
DEEPSEEK_API_URL=https://api.deepseek.com/v1/chat/completions
|
|
|
|
# OpenAI API 配置
|
|
OPENAI_API_KEY=your_openai_api_key
|
|
|
|
# Gemini API 配置
|
|
GEMINI_API_KEY=your_gemini_api_key
|
|
|
|
# 天勤TQSDK配置
|
|
# 填写你的TQSDK账号密码以使用真实数据
|
|
TQSDK_USERNAME=windsdreamer
|
|
TQSDK_PASSWORD=1qazse42W3
|
|
TQSERVER_HOST=api.shinnytech.com
|
|
TQSERVER_PORT=7777
|
|
|
|
#米筐RQData配置
|
|
RQDATA_USERNAME=18600025116
|
|
RQDATA_PASSWORD=1qazse42W3
|
|
|
|
# 数据库配置
|
|
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 |