bt-ccxt-store icon indicating copy to clipboard operation
bt-ccxt-store copied to clipboard

Update the next() methods

Open JiazhengChai opened this issue 4 years ago • 0 comments

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.

JiazhengChai avatar Dec 07 '20 03:12 JiazhengChai