PyTrader
PyTrader copied to clipboard
System Trading using Kiwoom OpenAPI+
Results
2
PyTrader issues
Sort by
recently updated
recently updated
newest added
책 내용과는 상이한내용이 있네요... 혼자서 풀기 어렵기에 이렇게 문의드립니다. 175라인의 f_stock.write('%d\n'%self.kiwoom.data_opw00001) 부분이 에러가 발생됩니다. TypeError: %d format: a number is required, not str 구글링해보니 %d를 쓸수 없다고 나오는데 이 문제점에대한...
your code, pykiwoom.comm_rq_data has race condition. It leads entire program to dead-lock. After calling following line : `return_code = self.dynamicCall("CommRqData(QString, QString, int, QString)", request_name, tr_code, inquiry, screen_no)` `receive_tr_data()` can be...