You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: crates/palmscript/examples/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Checked-in `.ps` strategies live under `crates/palmscript/examples/strategies/`.
27
27
28
28
Representative files:
29
29
30
+
-`crates/palmscript/examples/strategies/paper_trigger_happy.ps`: high-churn Binance USD-M paper-trading example with market entries, short holding windows, and tight ATR-based stop/target orders to stress the paper execution path
30
31
-`crates/palmscript/examples/strategies/adaptive_trend_backtest.ps`: adaptive multi-timeframe long-only backtest strategy with optimizer-tuned EMA, RSI, MACD, entry sizing, ATR target, and post-target stop-ratchet inputs around staged `entry1` / `entry2` and `target1` / `target2` order flow, including inline `input ... optimize(...)` metadata for durable CLI optimization
31
32
-`crates/palmscript/examples/strategies/portfolio_caps_backtest.ps`: multi-alias portfolio backtest example using `portfolio_group`, position-count caps, and gross/net exposure caps under repeated `--execution-source` CLI selection
32
33
-`crates/palmscript/examples/strategies/risk_controls_backtest.ps`: staged spot backtest example using declarative `cooldown` and `max_bars_in_trade` controls to gate same-side re-entry and time-box open trades
@@ -67,6 +68,7 @@ execution scripts that omit them.
67
68
The same checked-in strategies can also be queued into the local paper daemon with `run paper`:
68
69
69
70
```bash
71
+
./palmscript run paper crates/palmscript/examples/strategies/paper_trigger_happy.ps --maker-fee-bps 2 --taker-fee-bps 5
70
72
./palmscript run paper crates/palmscript/examples/strategies/bybit_usdt_perps_backtest.ps --execution-source perp --maker-fee-bps 2 --taker-fee-bps 5
71
73
./palmscript execution serve --once
72
74
./palmscript run paper-export <session-id> --format json
0 commit comments