bt-ccxt-store
bt-ccxt-store copied to clipboard
Update the next() methods
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.