Closed mikeczabator closed 3 years ago
fixes selling failure error handling .
pushes the removal of orders.json to happen only when the sell was successful and test_mode=false. makes trade_client.py return an exception when a sale is failed.
orders.json
test_mode=false
trade_client.py
fixes #26
fixes selling failure error handling .
pushes the removal of
orders.json
to happen only when the sell was successful andtest_mode=false
.makes
trade_client.py
return an exception when a sale is failed.