integration of (legacy) training systems, initialize, train, show on the UI

This commit is contained in:
Dobromir Popov
2025-07-05 00:33:03 +03:00
parent 5ca7493708
commit d260e73f9a
10 changed files with 647 additions and 151 deletions

View File

@ -281,7 +281,7 @@ class MEXCInterface(ExchangeInterface):
formatted_symbol = self._format_spot_symbol(symbol)
supported_symbols = self.get_api_symbols()
return formatted_symbol in supported_symbols
def place_order(self, symbol: str, side: str, order_type: str, quantity: float, price: Optional[float] = None) -> Dict[str, Any]:
"""Place a new order on MEXC."""
formatted_symbol = self._format_spot_symbol(symbol)