Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 460 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 460 Bytes

Simple Trading Engine

Basic trading engine simulation with real-time updates using WebSockets that simulates basic crypto/forex trading activities.

Features

  • Simulates price data for pairs (BTCUSD etc)
  • Generates and updates order books
  • Allows opening trading positions with stop-loss and take-profit orders
  • Real-time position management and P&L calculation
  • WebSocket server for live updates to connected clients
  • Candlestick data generation