Skip to content
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
@djmuk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions