Default Templates
The built-in trading templates available from `/trade`, what each one does, and when to use it.
Default Templates
OpenPond currently ships five default trading templates in /trade:
They are all template-backed apps, but they solve different jobs.
Quick chooser
| Template | Best for | Main config shape | | --- | --- | --- | | Signal | Indicator-driven entries and exits on one market | schedule, timeframe, indicator, mode, symbol | | DCA | Periodic accumulation across one or more assets | schedule, amount, basket weights | | Price Trigger | Rule-based action at a specific price level | schedule, rules, threshold, action side | | TWAP | Slicing one buy or sell order over time | schedule, side, duration, randomize | | Delta Neutral | Spot + perp hedge with rebalance controls | schedule, spot/perp assets, target notional, hedge ratio |
How to read these docs
Each template page covers:
- what the template is for
- the config knobs that matter most
- how the strategy actually makes decisions
- the main cautions or tradeoffs