Dave-Vallance / bt-ccxt-store

Fork of Ed Bartosh's CCXT Store Work
MIT License
422 stars 185 forks source link

Update the next() methods #36

Open JiazhengChai opened 3 years ago

JiazhengChai commented 3 years ago

Handle the case where ccxt_order['trades']=None by checking it in the if statement. Else, there might be an error when iterating through ccxt_order['trades'] when it is None.