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 Arbitrage Strategy #22

Open MWBlocky opened 3 weeks ago

MWBlocky commented 3 weeks ago

Description

This Pull Request introduces the implementation of the Arbitrage Strategy for the TSE (Trading Strategy Execution) module. The Arbitrage Strategy is designed to take advantage of price differences between different exchanges to generate profit, following the interface defined in strategy.interface.ts. The implementation ensures that the strategy can be started, stopped, and deleted for specific users, aligning with the defined DTOs.

Summary of Changes

Related Issues

Fixes #18