Open Issues Need Help
View All on GitHubAI Summary: Implement two abstract base classes, `DataProvider` and `TradeProvider`, defining interfaces for data and trading functionalities in a crypto trading agent. These classes should use the ABC pattern, include type hints, docstrings, and methods for connecting, subscribing to data, submitting orders, managing positions, and disconnecting from respective APIs. Data models are defined in `models.py`.
Nemo is a crypto trading agent that tries to find profitable trades using the daily volatility in high volume crypto currencies like ETH, BTC, DOGE, etc.
AI Summary: Set up the file and directory structure for a crypto trading bot project, including creating empty Python files with docstrings and configuration files. The structure is pre-defined and follows a specific pattern.
Nemo is a crypto trading agent that tries to find profitable trades using the daily volatility in high volume crypto currencies like ETH, BTC, DOGE, etc.