Giter Site home page Giter Site logo

abdulkareemalmansoori / binancecryptopricepredictor Goto Github PK

View Code? Open in Web Editor NEW
31.0 31.0 14.0 125 KB

Predict any cryptocurrency with any pair (USDT/ETH/BTC/BNB/ETC) on Binance through Deep Learning (commonly known as Artificial Intelligence for those who do not know the difference between AI/Ml/Dl).

Python 100.00%

binancecryptopricepredictor's People

Contributors

abdulkareemalmansoori avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

binancecryptopricepredictor's Issues

binance.exceptions.BinanceAPIException: APIError(code=-1100): Illegal characters found in parameter 'endTime'; legal range is '^[0-9]{1,20}$'.

Hello
i start this code :
crypto = client.get_historical_klines("ETHBTC", Client.KLINE_INTERVAL_30MINUTE, "1 Dec, 2017")
but i got this error :
Traceback (most recent call last): File "<input>", line 1, in <module> File "C:\Python\Python36\lib\site-packages\binance\client.py", line 775, in get_historical_klines first_valid_ts = self._get_earliest_valid_timestamp(symbol, interval) File "C:\Python\Python36\lib\site-packages\binance\client.py", line 733, in _get_earliest_valid_timestamp endTime=None File "C:\Python\Python36\lib\site-packages\binance\client.py", line 715, in get_klines return self._get('klines', data=params) File "C:\Python\Python36\lib\site-packages\binance\client.py", line 217, in _get return self._request_api('get', path, signed, version, **kwargs) File "C:\Python\Python36\lib\site-packages\binance\client.py", line 186, in _request_api return self._request(method, uri, signed, **kwargs) File "C:\Python\Python36\lib\site-packages\binance\client.py", line 181, in _request return self._handle_response(response) File "C:\Python\Python36\lib\site-packages\binance\client.py", line 210, in _handle_response raise BinanceAPIException(response) binance.exceptions.BinanceAPIException: APIError(code=-1100): Illegal characters found in parameter 'endTime'; legal range is '^[0-9]{1,20}$'.
but if i run this
crypto=client.get_klines(symbol='ETHBTC', interval=Client.KLINE_INTERVAL_30MINUTE)
it works
what is the problem?

Plot doesn't align at all

Thanks for sharing this code! I'm new to python, so it's been a learning experience ๐Ÿ˜‰

@AbdulkareemAlmansoori do you know why I'm seeing this plot? Using your same code. The predicted_price doesn't seem to be plotted properly.

Selection_1332

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.