52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"tushare_token": "${TUSHARE_TOKEN}",
|
||
|
|
"initial_cash": 100000,
|
||
|
|
"strategy": "pure_signal",
|
||
|
|
|
||
|
|
"pool": {
|
||
|
|
"source": "hs300_zz500",
|
||
|
|
"min_price": 3.0,
|
||
|
|
"min_history_days": 60
|
||
|
|
},
|
||
|
|
|
||
|
|
"position": {
|
||
|
|
"max_position_pct": 0.20,
|
||
|
|
"max_holdings": 5,
|
||
|
|
"top_n_buy": 3,
|
||
|
|
"min_buy_amount": 5000
|
||
|
|
},
|
||
|
|
|
||
|
|
"exit": {
|
||
|
|
"stop_loss_pct": -0.08,
|
||
|
|
"take_profit_pct": 0.25,
|
||
|
|
"trailing_stop_pct": 0.05
|
||
|
|
},
|
||
|
|
|
||
|
|
"fee": {
|
||
|
|
"commission_rate": 0.0003,
|
||
|
|
"min_commission": 5,
|
||
|
|
"stamp_tax_rate": 0.001
|
||
|
|
},
|
||
|
|
|
||
|
|
"scan": {
|
||
|
|
"interval_days": 10,
|
||
|
|
"factor_pool_size": 50
|
||
|
|
},
|
||
|
|
|
||
|
|
"schedule": {
|
||
|
|
"pre_market": "09:00",
|
||
|
|
"market_open": "09:30",
|
||
|
|
"check_interval_min": 30,
|
||
|
|
"market_close": "15:00",
|
||
|
|
"daily_report": "15:10",
|
||
|
|
"weekly_review": "18:00",
|
||
|
|
"weekly_day": "fri"
|
||
|
|
},
|
||
|
|
|
||
|
|
"notify": {
|
||
|
|
"enabled": false,
|
||
|
|
"webhook_url": "",
|
||
|
|
"feishu_token": ""
|
||
|
|
}
|
||
|
|
}
|