Giter VIP home page Giter VIP logo

stock's Issues

运行 get_break_high.py ,报错

688321
N微芯 Trading halt
688321
N微芯 Trading halt
000150
Traceback (most recent call last):
File "F:/Github_Repositories/stock/get_break_high_low.py", line 168, in
loop_all_stocks()
File "F:/Github_Repositories/stock/get_break_high_low.py", line 32, in loop_all_stocks
if is_break_high(EachStockID, 50, False):
File "F:/Github_Repositories/stock/get_break_high_low.py", line 84, in is_break_high
turnover = curr_day.iloc[0]['turnover']
File "F:\Anaconda2\lib\site-packages\pandas\core\series.py", line 560, in getitem
result = self.index.get_value(self, key)
File "F:\Anaconda2\lib\site-packages\pandas\indexes\base.py", line 1925, in get_value
raise e1
KeyError: 'turnover'

社区

请问有qq群,微信群之类的交流社区吗

运行错误

from settings import get_engine, get_mysql_conn
系统找不到settings模块,settings是自己搞得还是python的包呢?

gitignore

一些关键的设置文件是不是被gitignore了?如果怕个人信息泄露的话可以给一个template,加您QQ了

好奇收益

想知道下这个是否实际用了,用了多久,以及收益率

举手支持

您好,我也是金融从业人员,在学习代码,想问下是否支持完善 readme 还有代码呢,非常感谢

配置

能不能不把一些必要的配置文件隐藏了,能开源大家一起学习交流很感谢,但能真诚一点吗。。

No module named 'toolkit'

跑get_bigdeal的时候的提示。
我尝试pip install PythonToolkit,还是一样的提示。
请问这个模块是哪儿来的? 谢谢!

关于get_break_high_low.py

period_high = df['high'].min() 这里应该是找最高值,是不是要写成
period_high = df['high'].max()?

跑不动

好像缺配置一个都跑不动

如何运行

项目挺好的,但是怎么run起来呢,之前做c和go,对python和量化不熟悉

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.