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

Some touch-ups to wexnz exchange. #790

Merged
merged 6 commits into from Dec 4, 2017
Merged

Some touch-ups to wexnz exchange. #790

merged 6 commits into from Dec 4, 2017

Commits on Dec 3, 2017

  1. On branch master

     Your branch is up-to-date with 'origin/master'.
    
     Changes to be committed:
    	modified:   conf-sample.js
    	modified:   extensions/exchanges/wexnz/exchange.js
    	modified:   package-lock.json
    	modified:   package.json
    =========================================================
    package.json: bumped wexnz npm module from 1.0.2 to 1.0.3 to retain v2 api settings for now since our 1.0.2 started at v3, but work will need to be done on a new exchange.js for v3.
    =========================================================
    package-lock.json: routine package-lock.json update for 1.0.3 npm module.
    =========================================================
    conf-sample.js: added a note notifying wex.nz traders that backfilling might not support long-hauls until v2 api limits are raised from 5000 max trades or the tradeHisotry function can be fiured out..... Other exchanges just use "trades" though.
    =========================================================
    exchange.js: A few things, set rate limit to 1, trades count to something over ~9000 to return as many trades as the api possibly can so that the duplicate trade error does not re-occurr at smaller backfills (such as --days=0.1) and while trading at 5000 min periods.
    exchange.js: Also set authed_client() typo to authedClient() as it should be.
    =========================================================
    
    Let me know if there is anything else that can be done for now, if any errors occur. I grabbed an API key, it should authenticate fine. @sinister has been authenticating, but might have bugs buying/selling at the moment.
    Please reply here for any bugs, and I will try my best to iron them out in a few days.
    
    JM ~ Sun 03 Dec 2017 05:44:08 AM CST
    Your Name committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    aad95b0 View commit details
    Browse the repository at this point in the history
  2. Increased rate limit

    Jacob McQueen committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    3b8d330 View commit details
    Browse the repository at this point in the history
  3. To account for BTC future prices, increased number format digits.

    To account for BTC future prices, increased number format digits.
    Jacob McQueen committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    d5d6284 View commit details
    Browse the repository at this point in the history
  4. Moved .toLowerCase up

    Jacob McQueen committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    4bc2621 View commit details
    Browse the repository at this point in the history
  5. forgot parenthesis, moved .toLowerCase() UP

    forgot parenthesis, moved .toLowerCase() UP
    Jacob McQueen committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    d1ff3b6 View commit details
    Browse the repository at this point in the history
  6. Pushed empty col for better spacing.

    Pushed empty col for better spacing.
    Jacob McQueen committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    1495607 View commit details
    Browse the repository at this point in the history