All levelsLast verified Aug 23, 2026
Flow Editor examples
Study small, valid strategy patterns and adapt them to your own requirements.
Examples explain composition patterns. They are starting points for learning, not recommendations or performance claims.
Beginner example
RSI Momentum Alert is the complete beginner quickstart. It combines a market event, RSI data, a Condition, and an account-email Alert.
Tactical pattern
Tactical order and position monitoring explains the responsibilities around sizing, margin, order lifecycle, and position outcomes.
Portfolio pattern
Portfolio rebalance with risk limits explains universe selection, ranking, weights, limits, and rebalancing outcomes.
Always validate and Backtest your own configuration.
Related documentation
- Build an RSI Momentum AlertCreate the Starter strategy, change its threshold, validate it, save it, and reopen it.
- Tactical order and position monitoringUnderstand a Tactical pattern that sizes an order, checks margin, tracks its lifecycle, and monitors the position.
- Portfolio rebalance with risk limitsUnderstand a Portfolio pattern that filters an asset universe, calculates target weights, applies constraints, and rebalances.