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

Develop #722

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Develop #722

wants to merge 5 commits into from

Commits on Aug 23, 2020

  1. 1 Configuration menu
    Copy the full SHA
    d7bf15b View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    12896d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Merge pull request #576 from lucky7323/1M_interval

    Add 1 Month Interval (1M) for Historical Klines
    kimchirichie authored Jan 1, 2021
    Configuration menu
    Copy the full SHA
    7c7d74c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Fix passing start_ts > end_ts when fetching historical klines

    When end_ts is passed historical klines are fetched until Binance API returns no results. With every query start_ts is incremented. For the most part this cause one unnecessary query to Binance to be made, where start_ts is bigger than end_ts. Moreover, when fetching klines for future markets (not spot), Binance API returns an error in such condition (-1023). This makes it impossible to fetch klines for future markets when providing end_str param.
    przemyslawgarlinski authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    9d75683 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Merge pull request #1165 from przemyslawgarlinski/patch-1

    Fix passing start_ts > end_ts when fetching historical klines
    sammchardy authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    5e9054a View commit details
    Browse the repository at this point in the history