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 Market Making Strategy #23

Open MWBlocky opened 3 weeks ago

MWBlocky commented 3 weeks ago

Description

This Pull Request introduces the implementation of the Market Making Strategy for the TSE (Trading Strategy Execution) module. The Market Making Strategy is designed to provide liquidity by placing both buy and sell orders around the current market price. This implementation follows the interface defined in strategy.interface.ts and integrates with the existing system components.

Summary of Changes

Related Issues

Fixes #19