Execution Simulator

Dry-run your strategy and preview execution flow

Strategy Flow

Execution Timeline

Step 3 Details

Place Order

active

Inputs

{
  "pair": "BTCUSD",
  "type": "limit",
  "size": 0.1,
  "price": 45100
}

Outputs

{
  "order_id": "pending...",
  "status": "submitting"
}