Open Issues Need Help
View All on GitHub Max number of concurrent positions 2 months ago
AI Summary: Implement a mechanism within the EZMoonblow crypto trading bot to limit the maximum number of concurrently open trading positions. This involves adding a configuration option to specify the maximum number of positions and modifying the trading logic to respect this limit.
Complexity:
3/5
enhancement good first issue Trader
AI Summary: Create a new console script, `tasks/db/create-migration`, for the EZMoonblow crypto trading bot. This script should simplify the process of adding database migrations by automatically generating a new migration file with a timestamped filename.
Complexity:
3/5
enhancement good first issue