We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi toomore,
這個module很好用! 但是我在抓一些股的時候,當他在漲停(跌停)時,沒有委賣/買,亦沒有量。 所以在realtime2.py中, 93行開始best_ask_pirce 等等,因抓不到值的問題,導致在Assign過程中,list index out of range.
我自己是加了一些簡單的判斷避開(len(best_ask_*) is not 0才做assign...),不知道toomore大是否要做一些修改XD
感謝!!
vaal
The text was updated successfully, but these errors were encountered:
@vaalgit 哀優威啊!感謝你的回報,最近有點忙,但我會找時間修正的!
Sorry, something went wrong.
No branches or pull requests
Hi toomore,
這個module很好用!
但是我在抓一些股的時候,當他在漲停(跌停)時,沒有委賣/買,亦沒有量。
所以在realtime2.py中, 93行開始best_ask_pirce 等等,因抓不到值的問題,導致在Assign過程中,list index out of range.
我自己是加了一些簡單的判斷避開(len(best_ask_*) is not 0才做assign...),不知道toomore大是否要做一些修改XD
感謝!!
vaal
The text was updated successfully, but these errors were encountered: