PANSHI · SYSTEMATIC INFRA
量化交易基礎設施
Infrastructure for systematic crypto trading
策略 DSL · 進階回測 · 實盤跟單 · Binance-compatible API
$ curl -X POST https://api.panshi.io/v1/strategies/backtest \
-H "Authorization: Bearer $PANSHI_TOKEN" \
-H "Content-Type: application/json" \
-d '{"strategy_id":"...","timeframe":"1h","bars":720}'
# → walk-forward report · Sharpe, MDD, equity curve
平台能力
01
策略 DSL
以 YAML 描述訊號 / 入場 / 出場 / 風控;指標庫開箱即用;雲端編譯為可執行位元組碼。
02
進階回測
支援 Walk-Forward、Monte Carlo、多參數 Sweep。
03
實盤路由
鏡像 Binance API 的下單層;TradingView Webhook 接入;模擬組合與實盤鏡像一一對應。