chore: initialize lhbfx project and documentation
This commit is contained in:
92
backend/config.example.yaml
Normal file
92
backend/config.example.yaml
Normal file
@ -0,0 +1,92 @@
|
||||
app:
|
||||
name: "lhbfx"
|
||||
timezone: "Asia/Shanghai"
|
||||
environment: "local"
|
||||
|
||||
database:
|
||||
driver: "mysql"
|
||||
host: "127.0.0.1"
|
||||
port: 3306
|
||||
username: "your_username"
|
||||
password: "your_password"
|
||||
database: "lhbfx"
|
||||
charset: "utf8mb4"
|
||||
pool_size: 10
|
||||
connect_timeout_seconds: 10
|
||||
|
||||
data_sources:
|
||||
lhb_priority:
|
||||
- "tonghuashun"
|
||||
quote_priority:
|
||||
- "tonghuashun"
|
||||
fundamentals_priority:
|
||||
- "tonghuashun"
|
||||
- "akshare"
|
||||
|
||||
monitoring:
|
||||
target_year: 2026
|
||||
warning_days_without_action: 4
|
||||
max_position_ratio: 0.10
|
||||
fib_levels:
|
||||
- 0.382
|
||||
- 0.5
|
||||
- 0.618
|
||||
moving_average_days:
|
||||
- 5
|
||||
turnover_warning_threshold: 0.30
|
||||
|
||||
traders:
|
||||
- name: "章盟主"
|
||||
alias: "章建平"
|
||||
style_tags:
|
||||
- "板块中军"
|
||||
- "权重大票"
|
||||
- "趋势强化"
|
||||
- "大资金体量"
|
||||
warning_weight: "high"
|
||||
match_keywords:
|
||||
- "上海长宁区江苏路"
|
||||
- "上海浦东新区海阳西路"
|
||||
- "宁波彩虹北路"
|
||||
seats:
|
||||
core:
|
||||
- "国泰海通证券上海江苏路"
|
||||
active:
|
||||
- "国泰海通证券上海海阳西路"
|
||||
- "国泰海通证券宁波彩虹北路"
|
||||
history: []
|
||||
|
||||
- name: "炒股养家"
|
||||
alias: ""
|
||||
style_tags:
|
||||
- "情绪周期"
|
||||
- "题材确认"
|
||||
- "高辨识度龙头"
|
||||
warning_weight: "medium"
|
||||
match_keywords:
|
||||
- "上海宛平南路"
|
||||
- "上海茅台路"
|
||||
seats:
|
||||
core:
|
||||
- "华鑫证券上海宛平南路"
|
||||
active:
|
||||
- "华鑫证券上海茅台路"
|
||||
history: []
|
||||
|
||||
- name: "欢乐海岸"
|
||||
alias: ""
|
||||
style_tags:
|
||||
- "高位强势股"
|
||||
- "妖股"
|
||||
- "封板后锁仓"
|
||||
- "高溢价品牌效应"
|
||||
warning_weight: "high"
|
||||
match_keywords:
|
||||
- "中信证券深圳总部"
|
||||
- "中信证券深圳后海"
|
||||
seats:
|
||||
core:
|
||||
- "中信证券深圳总部"
|
||||
- "中信证券深圳后海"
|
||||
active: []
|
||||
history: []
|
||||
Reference in New Issue
Block a user