Hu-Fi / Mr.Market-V2

This is the V2 version of Mr.Market
GNU Affero General Public License v3.0
1 stars 0 forks source link

[TSE] Implement the Strategy Execution Worker #24

Open MWBlocky opened 3 weeks ago

MWBlocky commented 3 weeks ago

Description

This PR introduces a worker responsible for executing and processing active trading strategies. The worker fetches all active strategies from the database and processes them asynchronously at regular intervals.

Summary of Changes

Related Issues

Fixes #15