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

v4.1.0: release to master #1069

Merged
merged 17 commits into from
Jan 7, 2018
Merged

v4.1.0: release to master #1069

merged 17 commits into from
Jan 7, 2018

Commits on Jan 5, 2018

  1. bring the recent commits to master down into unstable (#1048)

    * update products.json file to newest trading pairs at binance (#1028)
    
    * Binance changed API 24 hours to 1 hour (#1027)
    
    * Update README
    
    * Update README again
    
    * add generation data to gitignore (#1012)
    
    * binance changed their API strategy from 24 hour windows to 1 hour.
    
    * rename periodLength to period_length (#1035)
    kernelsndrs authored and DeviaVir committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    7cf1a4c View commit details
    Browse the repository at this point in the history
  2. Change markup_pct to new markdown and markup, set commonArgs so it is…

    … included in all strategies, fix return. (#1047)
    
    The only other occurrence is in the readme file noting the legacy aspect.
    kernelsndrs authored and DeviaVir committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a9bd54d View commit details
    Browse the repository at this point in the history
  3. Update darwin.js

    DeviaVir authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    2489e31 View commit details
    Browse the repository at this point in the history
  4. Added support for dema-strategy to darwin.js (#1046)

    Magnus Dauv authored and DeviaVir committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    5c81559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76c8c2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a310803 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Missing | lead to bitwise operation being performed rather than an OR…

    … logical comparison. (#1053)
    kernelsndrs authored and DeviaVir committed Jan 6, 2018
    8 Configuration menu
    Copy the full SHA
    738246f View commit details
    Browse the repository at this point in the history
  2. Console Output adjustment (#1055)

    Shawn8901 authored and DeviaVir committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    06d6c33 View commit details
    Browse the repository at this point in the history
  3. resolution to .csv & .json output (#1058)

    * resolution to .csv & .json output
    
    trogdor123 got me looking at the right section where the params were being input in json. made some minor tweaks to the code and now both are outputting correctly.
    
    * Update darwin.js
    
    ...changes - formatting.
    shr00mie authored and DeviaVir committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    f5b6b6b View commit details
    Browse the repository at this point in the history
  4. darwin.js - crossover strategy (#1060)

    noticed that generational output was static from gen to gen for smalen1 and smalen2. sure enough, those are coded into the strategy itself, but were left out of the darwin.js strategy config for mutation.
    shr00mie authored and DeviaVir committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    3d56a7c View commit details
    Browse the repository at this point in the history
  5. Docker (#1061)

    * docker fix
    
    * Resolve docker build problems
    DeviaVir authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    4e3044f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8fc526 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Travis. Docker. (#1063)

    DeviaVir authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    cb88a8a View commit details
    Browse the repository at this point in the history
  2. Updated minimum required node version (#1066)

    It appears Zenbot wont work on anything before 8.3.0.  Updating the minimum required version, for clarity.
    ricktonoli authored and DeviaVir committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    c70162a View commit details
    Browse the repository at this point in the history
  3. Merge DemaStrats (#1067)

    fixes #1064
    Shawn8901 authored and DeviaVir committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    4b4efab View commit details
    Browse the repository at this point in the history
  4. v4.1.0: prepare release (#1068)

    * v4.1.0: prepare release
    
    * update package-lock.json
    DeviaVir authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    3e21497 View commit details
    Browse the repository at this point in the history
  5. Merge master

    DeviaVir committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    c8928e7 View commit details
    Browse the repository at this point in the history