All Projects → PiSimo → Bitcoinforecast

PiSimo / Bitcoinforecast

Predict bitcoin price with deep learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bitcoinforecast

Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (-40%)
Mutual labels:  bitcoin, trading
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (-20%)
Mutual labels:  bitcoin, trading
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+808.42%)
Mutual labels:  bitcoin, trading
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-46.67%)
Mutual labels:  bitcoin, trading
Go Coinbasepro
Go (golang) Client for the Coinbase Pro API https://docs.pro.coinbase.com
Stars: ✭ 277 (-2.81%)
Mutual labels:  bitcoin, trading
Tensorflow Bitcoin Robot
A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.
Stars: ✭ 155 (-45.61%)
Mutual labels:  bitcoin, rnn
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (-26.32%)
Mutual labels:  bitcoin, trading
Coinnect
Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.
Stars: ✭ 130 (-54.39%)
Mutual labels:  bitcoin, trading
MetaTraderForecast
RNN based Forecasting App for Meta Trader and similar trading platforms
Stars: ✭ 103 (-63.86%)
Mutual labels:  trading, rnn
Crypto Trading Bot
Automated Bittrex crypto-currency technical analysis and trading tool
Stars: ✭ 251 (-11.93%)
Mutual labels:  bitcoin, trading
Tradzqai
Trading environnement for RL agents, backtesting and training.
Stars: ✭ 150 (-47.37%)
Mutual labels:  bitcoin, trading
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+1194.74%)
Mutual labels:  bitcoin, trading
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-52.63%)
Mutual labels:  bitcoin, trading
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-44.91%)
Mutual labels:  bitcoin, trading
Lstm Crypto Price Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
Stars: ✭ 136 (-52.28%)
Mutual labels:  bitcoin, rnn
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (-28.77%)
Mutual labels:  bitcoin, trading
Coinbase Pro Node
Coinbase Pro API written in TypeScript and covered by tests.
Stars: ✭ 116 (-59.3%)
Mutual labels:  bitcoin, trading
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-58.25%)
Mutual labels:  bitcoin, trading
Bitcoin Price Prediction
Bayesian regression for latent source model and Bitcoin
Stars: ✭ 234 (-17.89%)
Mutual labels:  bitcoin, trading
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (-9.47%)
Mutual labels:  bitcoin, trading

BitcoinForecast

Predict bitcoin value for the next 9minutes, with Recurrental Neural Network GRU.

Requirements:



Data

You can download data through the grabber.py

Model:

Generated with deepchart

Instructions

Clone the repo:

git clone https://github.com/PiSimo/BitcoinForecast.git

Training on new data:
python3 network.py -train dataset_path -iterations number_of_training_iterations

To finetune the new model with an old one just add -finetune base_model_path to the line above.

At the end of the training you will have an updated model.h5 with the new weights and you will see a plot with the test results.


Running:
python3 network.py -run dataset_path -model model_path

The dataset is also required when you run, to perform normalization.

To visualize a plot with the real and predicted results enter Crtl-C and type no ,the program will create chart.png with the results.


Working example with this model:
(Red:Predicted,Green:Real values)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].