Trade Suite is a comprehensive cryptocurrency trading platform that provides users with real-time charting, strategy backtesting, and machine learning capabilities. The platform currently supports 4 exchanges with the potential to add more. Users can also save their favorite charts for quick access, making it easy to stay up-to-date with market conditions.
- Real-time charting for 4 cryptocurrency exchanges (Coinbase Pro, Kucoin, Kraken, Cryptocom)
- Save and load favorite charts for quick access
- (Upcoming) Backtesting feature to build, test, and trade custom strategies
- (Upcoming) Strategy creation using a node editor for connecting data sources, technical indicators, and triggers
- (Upcoming) Integration of a PyTorch LSTM model for predictive analysis
- (Upcoming) Reinforcement learning-based trading algorithm
- Clone the repository:
git clone https://github.com/pattty847/Trade-Suite.git
cd Trade-Suite
pip install -r requirements.txt
- Add this code to line 32
if is_primary:
return [monitor.is_primary for monitor in monitors]
Run the main script to start the application:
python __main__.py
Trade Suite is currently developed by a single developer. Contributions are welcome! Please feel free to open an issue or submit a pull request if you have any improvements or suggestions.
Trade Suite is open-source software licensed under the MIT License. Please see the LICENSE file for more information.