Skip to content

The order option "daily_order" is missing from limit orders #38

@tuxitor

Description

@tuxitor

@askmike
It is the same issue with both buy and sell
In some situations "daily_order" is a better option if an order in the opposite direction is not desireable, IMO

Bitstamp.prototype.sell = function(market, amount, price, limit_price, callback) {
  this._post(market, 'sell', callback, {
    amount: amount,
    price: price,
    limit_price: limit_price
  });
}

Metadata

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