AI-Powered Crypto Trading Bot📞Telegram
- Live Cryptocurrency Data: Fetch live data for cryptocurrencies such as market cap, price, and price change on various networks across Bitcoin, Ethereum, Solana, XRP, BNB, and USDC etc.
- TradingView Charts: Display interactive charts using TradingView for visual representation of crypto price trends on our own dashboard. -Best Trading Strategy Performance: Realtime fetching trading signals and fine-tuning trading strategies with its knowledgebase and current market trending.
- Crypto News: Display the latest crypto news articles with clickable links for more information.
- Economic Calendar: Track economic events and their forecasted impact on the market.
- Market Session Timelines: View the opening times for major cryptocurrency markets (Sydney, Tokyo, London, New York...) and their current status.
- Responsive Design: Optimized for both mobile and desktop views, with different layouts for each screen size.
To install and run the project locally, follow these steps:
- to install this project in the webroot execute:
sudo npm install
- in the backend folder run these commands:
sudo npm install sudo virtualenv venv source venv/bin/activate pip install -r requirements.txt
- in the bot folder:
sudo npm install pip install -r requirements.txt cd frontend/ sudo virtualenv venv source venv/bin/activate
- running the entire project:
in the webroot you will see 2 .sh scripts launch_be.sh for the backend and launch_fe.sh for the frontend.