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.

2 Open Issues Need Help Last updated: Aug 3, 2025

Open Issues Need Help

View All on GitHub
Finance Algorithmic Trading

AI 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`.

Complexity: 3/5
help wanted invalid question

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.

Finance Algorithmic Trading

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.

Complexity: 2/5
duplicate good first issue question

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.