A deep learningโbased hourly price prediction system for Bitcoin (BTC) and Ethereum (ETH) using
LSTM neural networks, technical indicators, and multi-asset feature fusion.
The model predicts the next 1-hour closing price for both BTC & ETH simultaneously and also generates directional Buy / Sell signals with technical reasoning.
โ ๏ธ DISCLAIMER
This project is strictly for educational & research purposes only.
It is NOT financial advice.
Crypto markets are highly volatile โ do NOT use this model for live trading.
Crypto prices are influenced by:
- Momentum
- Volatility
- Trend strength
- Cross-asset correlation (BTC โ ETH)
This project:
- Combines BTC & ETH data
- Adds 90+ technical indicators per asset
- Uses hourly sequences (24 timesteps)
- Predicts next-hour prices using multi-output LSTM
- Python
- TensorFlow / Keras
- LSTM (Deep Learning)
- yFinance
- ta (Technical Analysis)
- Scikit-learn
- Pandas / NumPy
- Matplotlib
- Input:
- Last 24 hours
- 182 features (BTC + ETH TA indicators)
- Network:
- 3 stacked LSTM layers
- Batch Normalization
- Dropout regularization
- Output:
- BTC next-hour close price
- ETH next-hour close price
- Loss:
- Mean Squared Error (MSE)