An autonomous trading bot that utilizes neural networks to predict price movements in the crypto market.
- Deep Learning: Leverages TensorFlow/Keras for trend forecasting.
- Automated Re-Training: The model learns from new market data every 50 cycles to adapt to changing trends.
- Telegram Analysis: Sends real-time signals including candlestick charts directly to your phone.
- Multi-Asset Support: Compatible with BTC, ETH, SOL, XRP, and TRX.
- Clone the repository.
- Run
pip install -r requirements.txt. - Store your API keys in a
.envfile. - Launch the bot using
python test_deep.py.
