Strategy Templates
If you would rather not start from a blank canvas, the Strategy Builder ships with a set of complete, ready-made strategies. Load one, study how it is wired together, adjust it to your own size and markets, and deploy. They are also a good way to learn the patterns behind a working strategy.
Templates exist to show how the system works. They do not promise results. A template is not a recommendation or financial advice, and its past or simulated behavior does not predict future performance. Treat each one as a starting point to study and adapt, and backtest your own version before you deploy.
Load a template
Open a template from the strategy dashboard. It loads onto the canvas as a full strategy: Indicator conditions, an Order, and any cycles already in place. From there it behaves like any strategy you built yourself, so you can edit every node.

The Templates tab on the dashboard. Review a template, then import it onto the canvas.
Templates ship with the trade size left blank. Set your own size on each Order node before you deploy. See Set Order Conditions.
Available templates
| Template | What it does |
|---|---|
| Golden Cross ETH SMA and RSI Filter | A daily ETH long. Enters while price is above both SMA50 and SMA200 with a smoothed RSI gate, and exits when both signals roll over. |
| Intraday VWAP/RSI Mean Reversion | A two-sided SOL strategy on 5-minute candles. Buys below the lower daily VWAP band with RSI(14) below 30, and sells above the upper band with RSI(14) above 70. |
| BTC EMA Trend Switch | Longs BTC while the 15-minute EMA9 is above EMA21, then closes and cycles when the 1-hour EMA9 falls below EMA21. |
| ETH Pullback to EMA | Buys ETH pullbacks on 1-hour candles while price holds above EMA200 and RSI(14) is below 35. Closes when RSI recovers above 55 or price breaks below EMA200. |
| BTC Volatility Breakout | Longs BTC on 15-minute candles when the close hits the 20-period high and 20-period percent change is above 1.5%. Closes below EMA20, with a 3% stop and 6% target. |
| ETH/BTC Relative Value Mean Reversion | A two-sided spread on 4-hour candles. Buys ETH and shorts BTC when the ETH/BTC ratio is stretched below its SMA50, and flips the pair when the ratio is stretched above it. |
Customize before deploying
A template is a starting point. Make it yours before you deploy:
- Set the trade size on each Order node.
- Adjust the market, periods, and thresholds if you want different behavior.
- Backtest the result so you know how your own version performs rather than only the default.