Introduction
The frontend of TradeSim is built using:
- React
- Vite
- TailwindCSS
- AG Grid
Simulator Featuresโ
-
๐ Live Orderbook Visualization
Displays real-time bid/ask data in a structured tabular format. -
๐งพ Trade Execution Form
Users can place market orders on the OKX exchange for theBTC-USDT_SWAP
asset. More assets and exchanges coming soon. -
๐ Trade Output Details
After execution, the simulator displays key information:- Exchange used
- Order type
- Asset
- Qty (USD)
- Filled Qty
- Avg Price
- Total Spent
- Slippage
- Latency
-
๐ค Midpoint Price Prediction
Predicts the midpoint price 60 seconds into the future using live orderbook data and machine learning.