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

Auto update parquets #20

Commits on Jan 13, 2021

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

Commits on Jan 17, 2021

  1. Merge pull request onchainification#17 from yo2x/feature/Catch_connec…

    …tion_errors
    
    [ADD] Added support for catching other types of connection errors
    gosuto-inzasheru committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    73cde95 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    b212ca2 View commit details
    Browse the repository at this point in the history
  2. [FIX] some typo

    yo2x committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2dd79c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge pull request onchainification#19 from yo2x/feature/Catch_connec…

    …tion_errors
    
    [FIX] added a timeout of 30 seconds by default
    gosuto-inzasheru committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3dd0b9a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Refactored code to allow for further development.

    Added progressbar to data retrieval.
    nup002 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    b1281d0 View commit details
    Browse the repository at this point in the history
  2. Added additional user settings to top of Main.py.

    Removed unecessary prints.
    Refactored code further.
    Implemented direct-to-parquet candles update.
    nup002 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    8278e80 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Improved documentation.

    Compressed (parquet) and data (csv) folders specified with top level settings.
    Removed code related to development.
    nup002 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    dcbed96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072c8ad View commit details
    Browse the repository at this point in the history
  3. Fixed issue where, rarely, the last received maximum candle time exce…

    …eded the local time and would cause a progressbar exception.
    nup002 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1dcf8ce View commit details
    Browse the repository at this point in the history
  4. More robust progress bar.

    New setting: Optional skipping of inactive pairs.
    User options are printed when program runs.
    nup002 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b6f4df9 View commit details
    Browse the repository at this point in the history