Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

选股推送,有需要的把邮箱pr一下 #48

Closed
foolcage opened this issue Feb 11, 2020 · 6 comments
Closed

选股推送,有需要的把邮箱pr一下 #48

foolcage opened this issue Feb 11, 2020 · 6 comments

Comments

@foolcage
Copy link
Member

foolcage commented Feb 11, 2020

pick-stock

core

目前自己跑了一些定时任务,定时推送符合条件的个股,需要的可以把自己的邮箱pr到该文件:
https://github.com/zvtvz/zvt/blob/master/examples/reports/subscriber_emails.json

比如:
中国核心资产

放量突破年线

即使选了相同的股,不同的人操作还是千差万别,所以,公开也没什么。
这里面的选股器是可以直接回测的,回测的通知信号也可以发送。

@manstiilin
Copy link
Contributor

#50 谢谢

@yinianfangxia
Copy link
Contributor

对于不熟悉pr的,参考
https://help.github.com/en/github/collaborating-with-issues-and-pull-requests

快速命令:

在你fork的repo中,先同步

git remote add upstream https://github.com/zvtvz/zvt.git
git fetch upstream
git checkout master
git merge upstream/master

新开一个branch来做PR

git checkout -b patch-1

改好代码,push上去

到主项目create pull request即可

@foolcage
Copy link
Member Author

foolcage commented Feb 14, 2020

使用东财app的,可以使用
https://github.com/zvtvz/eastmoneypy

把定时任务选中的标的推送到手机上.两个report例子已经添加相应代码

这样就可以方便的在手机端查看了。
core
tech

@foolcage
Copy link
Member Author

foolcage commented Mar 2, 2020

选股日期之前有个bug,导致推送的日期总是不变,已修正。
放量突破年线这个用好,配合一点板块资金流,够用了。

@webnet918
Copy link

请问,可以筛选长年连续分红的公司吗?

@foolcage
Copy link
Member Author

foolcage commented Apr 8, 2022

请问,可以筛选长年连续分红的公司吗?

用DividendFinancing数据参考例子来做,应该不难。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants