zhehaowang / sneaky

Feed and strategy for cross-venue Sneakers trading (Du, StockX).
GNU Lesser General Public License v3.0
10 stars 3 forks source link

feed: reasonable error handling and graceful exits / restarts. don't lose data on exception. #7

Closed zhehaowang closed 5 years ago

zhehaowang commented 5 years ago

We currently write (non-double-ctrl+c) on close in fc, and flush on finishing each query in stockx. This appears good enough.