Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Bitfinex WebSockets API + Fix postonly not triggering re-buy #458

Merged
merged 27 commits into from
Aug 14, 2017
Merged

Bitfinex WebSockets API + Fix postonly not triggering re-buy #458

merged 27 commits into from
Aug 14, 2017

Commits on Jul 28, 2017

  1. Really re-order on "post only" error

    Check for balance error also on checkOrder (e.g. bitfinex, using websockets, reports the error later than other exchanges)
    crubb committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    7dda2d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3458b7c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    9d0b78f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    43e720a View commit details
    Browse the repository at this point in the history
  2. Bitfinex: Trigger calc of wallet balances on getBalance over websocke…

    …ts and retun updated balances
    crubb committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    d62946a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb0fd3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00d29b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b917509 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    a39ef82 View commit details
    Browse the repository at this point in the history
  2. Bitfinex WS: Not directly calling the websockets part of the bitfinex…

    … module for close() anymore
    crubb committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    1d142dc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Fix bug with preroll when 0 volume (#464)

    * Fix bug with preroll when 0 volume
    
    Fix getCursor on Kraken exchange, getCursor must return milliseconds to be consisitent with API calls to getTrades in backfill and trade commands. It was returning seconds, this would cause entries to be returned outside of their respective time periods.
    
    Also removed opts.to and replace with opts.from. opts.to is only used for 'backward' history scans, not forward. This was always effectively undefined in this case.
    
    * Formatting kraken exchange.js
    cmroche authored and DeviaVir committed Aug 11, 2017
    1 Configuration menu
    Copy the full SHA
    af971ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68c6b6 View commit details
    Browse the repository at this point in the history
  3. Really re-order on "post only" error

    Check for balance error also on checkOrder (e.g. bitfinex, using websockets, reports the error later than other exchanges)
    crubb committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    199758e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c15ea8 View commit details
    Browse the repository at this point in the history
  5. Select pair on first getTrade()

    crubb committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    016b60b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfc7c78 View commit details
    Browse the repository at this point in the history
  7. Bitfinex: Trigger calc of wallet balances on getBalance over websocke…

    …ts and retun updated balances
    crubb committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    9121fb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a0f484 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68f84de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    88efa70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2268101 View commit details
    Browse the repository at this point in the history
  12. Bitfinex WS: Not directly calling the websockets part of the bitfinex…

    … module for close() anymore
    crubb committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    a7b88c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36b9575 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4cdc4ad View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Configuration menu
    Copy the full SHA
    667fed1 View commit details
    Browse the repository at this point in the history
  2. Bitfinex WS: Missing )

    crubb committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    88b84d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    7822028 View commit details
    Browse the repository at this point in the history