This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
Bitstamp - orders not monitored #197
Closed
Description
When an order is placed on bitstamp it is immediately flagged as successful even if it is outstanding.
There is a mismatch between the portfolio manager noteorder function (which just expects the order id to be passed) and the callback in the exchange/bitstamp.js code which passes
callback(err, result.id)
so the noteorder function takes the value of err as the orderid which is usually null...
Metadata
Assignees
Labels
No labels