billpwchan / futu_algo

Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序
Apache License 2.0
377 stars 130 forks source link

Create a new thread for placing buy/sell orders #8

Closed billpwchan closed 2 years ago

billpwchan commented 3 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like After receiving the data, use another thread with timeout to place buy/sell orders.

Describe alternatives you've considered N/A

Additional context N/A