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

Update .gitignore: Ignore models in models/subdirectories #1124

Closed
wants to merge 8 commits into from

Commits on Jan 10, 2018

  1. Respect buy_max_amt also in paper mode

    buy_max_amt was working only on live, now it works also on paper mode
    firepol committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    8a7cc6d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    580c2c7 View commit details
    Browse the repository at this point in the history
  2. Fix node-telegram-bot-api deprecated warning

    Get rid of that annoying message. Telegram tested and working fine.
    firepol committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    dddd05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c33a4e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Fix training start and simulation start/end

    Previously the training was starting too early if --days_test was
    specified. According to the parameter description, --days_test is a
    parameter to specify when the simulation should stop (days after
    training). The simulator wants the start and end date in this format:
    YYYYMMDDhhmm, which was not the case, thus the simulator wasn't
    running properly. Now if the user specifies dates it works properly.
    
    Example: ./zenbot.sh train binance.ETH-BTC --start_training 2018-01-01
    --end_training 2018-01-03 --days_test 3
    
    In this example, the training stops on Jan 2nd (midnight).
    The simulation test runs after the period used in the training, thus
    begins on on Jan 3rd and stops 3 days later, on Jan 5th (midnight).
    firepol committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    28e3529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55bf888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4fca9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

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