trading-maid 1.0.2

A high-fidelity crypto futures backtesting and live trading framework with matching, margin, leverage and liquidation simulation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "my-project",
  "source": "src/index.html",
  "scripts": {
    "start": "vite",
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "build:watch": "vite build --watch"
  },
  "devDependencies": {
    "vite": "^8.0.0",
    "vite-plugin-singlefile": "^2.3.2"
  },
  "dependencies": {
    "lightweight-charts": "^4.2.1"
  }
}