Skip to content

97joseph/BinanceForecaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Cryptocurrency Price Predictor

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).

Uses python-binance to connect to the Binance account to fetch data.

Before starting:

Create an API key via Binance API and replace the strings with your API & secret key on the script at line 13.

# Client credentials (must be changed) -> Binance through python-binance (line 13 @ check.py)
client = Client('API_KEY', 'SECRET_KEY')

# Start
python check.py <pair>

# Example:
python check.py XRPUSDT
python check.py BTCUSDT
python check.py XRPUSD

Results:

About

Static and dynamic data periodic predictor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages