Skip to content
New issue

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

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

Already on GitHub? # to your account

问财搜索条件是:当前热股 的时候啥都没有 #12

Closed
skyformat99 opened this issue Aug 1, 2021 · 1 comment
Closed

问财搜索条件是:当前热股 的时候啥都没有 #12

skyformat99 opened this issue Aug 1, 2021 · 1 comment

Comments

@skyformat99
Copy link

www.iwencai.com
搜索条件: 当前热股

然后啥都没有返回啊 谢谢大牛牛指教

r = wc.get_strategy(query='当前热股',
start_date='2018-10-09',
end_date='2019-07-16',
period='1',
fall_income=1,
lower_income=5,
upper_income=9,
day_buy_stock_num=1,
stock_hold=2)
print(r.profit_data) # 累计收益数据
print(r.backtest_data) # 报告评级
print(r.condition_data) # 准确回测语句
print(r.history_detail(period='1')) # 历史明细查询
print(r.history_pick(trade_date='2019-07-16', hold_num=1)) # 策略选股

@GraySilver
Copy link
Owner

你好,使用最新的版本的search函数可以搜索到结果

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

No branches or pull requests

2 participants