Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge #15

Merged
merged 28 commits into from
Aug 28, 2018
Merged

Merge #15

merged 28 commits into from
Aug 28, 2018

Commits on Jul 9, 2018

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

Commits on Jul 21, 2018

  1. Merge pull request #2346 from askmike/develop

    v0.6.3
    askmike committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    61a5cf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. v0.6.5 (#2428)

    * [docs] install indicator libs without updating package.json
    
    * add tulip example strat configs, see #2341
    
    * uppercase default macd strat
    
    * temp revert bfx dep to main repo (fixes importer)
    
    * binance set default fee as percentage
    
    * rename bitx to luno (#2352)
    
    * v0.6 support for bitx (aka Luno)
    
    * v0.6 support for bitx (aka Luno)
    
    * remove log
    
    * move dependency to gb
    
    * rename bitx to luno
    
    * rename bitx to luno
    
    * make sure we pass amount as positive value
    
    * make sure we overlap when importing trades
    
    * rm 500 as retryable error, see #2354
    
    * only try to set fee when live trading, see #2358
    
    * make gekko pic path relative
    
    * make select arrow path relative
    
    * Fix method name for stratNotification event
    
    * make sure we parse both TS (backtest) & moment strings (live)
    
    * make sure GB throws errors
    
    * only render warmup warning when there is required history
    
    * v0.6.4
    
    * fix plugin event wire warning
    
    * check portfolio data before calculating report (#2369)
    
    * Changed several log messages from debug to warn (#2374)
    
    Changed "Not creating order" message and "exchange did not provide fee info" from debug to warn messages so users can see these issues even when debug is set to false.
    
    * make sure we pass on exchange error (#2379)
    
    * fix backtest result exporter in standalone mode (#2382)
    
    * make sure to pass order id in cancel edge flow, fix #2386 (#2387)
    
    * Emit trade and trade errors via Telegram (#2385)
    
    * Emit trade and trade errors via Telegram
    
    * Added semi-colons
    
    Added missing semi-colons in processTradeCompleted and processTradeErrored methods.
    
    * Register methods only if set to true in config
    
    * catch undefined CPU cores on ARM (#2391)
    
    * export portfolio values as part of stratCandles (#2402)
    
    * rm space in backtest export file location
    
    * [GB/Binance] retry on 403 (#2404)
    
    * completely disable broken limit order for now, fix #2398
    
    * rewire cancelfix cb, see #2386
    
    * remove slack dependency that is triggering warnings (#2408)
    
    * move slack plugin dep out of main repo
    
    * remove twitter & pushbullet plugin dependencies from main repo (#2409)
    
    * move slack dependency out of main repo
    
    * rm slack dep from main repo
    
    * also remove pushbullet & twitter deps from main repo
    
    * use forked bittrex dep with updated dependencies (#2410)
    
    * use bittrex fork with updated deps
    
    * [GB] introduce optimizedConnection flag in binance
    
    * [GB] catch strange networking error
    
    * update binance market files, see #2406
    
    * [GB] point to supported_exchanges doc
    
    * [GB] add example usage, fix #2414
    
    * assume CF maintainance to be recoverable, fix #2407
    
    * use npm version of of forked bittrex dep
    
    * catch gb init errors
    
    * [sqlite] wait for 10 seconds on busy
    
    * throw errors, not strings
    
    * [GB] update bfx & cf markets
    
    * Update Luno (#2417)
    
    * v0.6 support for bitx (aka Luno)
    
    * v0.6 support for bitx (aka Luno)
    
    * remove log
    
    * move dependency to gb
    
    * rename bitx to luno
    
    * rename bitx to luno
    
    * temp fix simultaneous advice error
    
    * - re-add logging
    - Retry insufficient balance due to server update delay
    - Enhanced getPorfolio
    - getOrder now return fees
    
    * update
    
    * update
    
    * update
    
    * revert 4b5d09f
    
    * v.0.6.5
    askmike committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    f936339 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Disconnect child processes, fix #2457

    Sometimes child.kill() failes. Better disconnect the parent and let the
    child exit itself.
    eusorov authored and askmike committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    97a9b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12eea0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

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

Commits on Aug 27, 2018

  1. init trailing stop

    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    1f0ee10 View commit details
    Browse the repository at this point in the history
  2. add tests for trailing stop

    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    d238016 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41107a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48a3ab9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90a13a6 View commit details
    Browse the repository at this point in the history
  6. init strategy stop API

    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    0ba7ba1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11fc34f View commit details
    Browse the repository at this point in the history
  8. [DOCS] add trigger events

    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8de1c83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf495ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7da592 View commit details
    Browse the repository at this point in the history
  11. implement triggerFired event

    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    25698c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b8a707 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5484ebb View commit details
    Browse the repository at this point in the history
  14. [DOCS] cleanup tmp copy/paste

    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    2e0b4e2 View commit details
    Browse the repository at this point in the history
  15. mv triggers into gekko broker

    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a7038a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a26284 View commit details
    Browse the repository at this point in the history
  17. only create trigger after init trade is completed

    ref correct trailValue prop
    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a63d927 View commit details
    Browse the repository at this point in the history
  18. [GB] rewire live trigger to init exec price

    tweak debug trail
    
    log typo
    
    [GB] tmp debug log
    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    331ceeb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a418c4a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5a798fb View commit details
    Browse the repository at this point in the history
  21. v0.6.6

    askmike committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    f27b3ce View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    95d1873 View commit details
    Browse the repository at this point in the history