Add momentum filter strategy for stock selection#23
Open
zmc0806 wants to merge 1 commit intooficcejo:mainfrom
Open
Add momentum filter strategy for stock selection#23zmc0806 wants to merge 1 commit intooficcejo:mainfrom
zmc0806 wants to merge 1 commit intooficcejo:mainfrom
Conversation
添加"一进二策略"功能,用于筛选优质首板涨停股票 Features: - 数据获取模块(momentum_filter_data.py): 支持从问财和akshare获取涨停板数据 - 策略引擎(momentum_filter_engine.py): 实现多维度评分系统 * 涨停时间评分(30分) * 封单强度评分(25分) * 炸板次数评分(20分) * 换手率评分(15分) * 市值评分(10分) - UI界面(momentum_filter_ui.py): 提供直观的选股界面和可视化分析 Selection criteria: - 股价≤30元(建议≤20元) - 流通市值≤100亿 - 排除沪市/创业板/ST股票/一字板 - 涨停时间早、封单强、少炸板 - 换手率5-15%为最佳 Interface integration: - 在app.py中集成新功能到"选股板块"菜单 - 添加"🚀 一进二策略"按钮
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加"一进二策略"功能,用于筛选优质首板涨停股票
Features:
Selection criteria:
Interface integration: