增加选股策略

This commit is contained in:
oficcejo
2025-12-12 20:13:41 +08:00
parent 91880f7dc9
commit 9ffeb0dc91
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ class LowPriceBullSelector:
- 非ST
- 非科创板
- 非创业板
- 深A股
- 深A股
- 成交额由小至大排名
Args:
@@ -42,7 +42,7 @@ class LowPriceBullSelector:
print(f"\n{'='*60}")
print(f"🐂 低价擒牛选股 - 数据获取中")
print(f"{'='*60}")
print(f"策略: 股价<10元 + 净利润增长率≥100% + 深A股")
print(f"策略: 股价<10元 + 净利润增长率≥100% + 深A股")
print(f"目标: 筛选前{top_n}只股票")
# 构建查询语句(按成交额由小至大排名)
@@ -52,7 +52,7 @@ class LowPriceBullSelector:
"非st"
"非科创板,"
"非创业板,"
"A股,"
"深A股,"
"成交额由小至大排名"
)