Reference
Strategy Templates
.md↗Start from a proven foundation. Templates give generated trading algorithms a clear shape: indicators, entry logic, exit logic, and risk assumptions.
Why templates matter
A template gives the AI agent a clear strategy shape so generated code is easier to inspect, compare, and backtest. Start from a template and then ask Finny to modify the logic, add filters, change symbols, or adjust risk controls.
Included templates
Templates are research starting points. They are not recommendations and should be validated before any broker-connected workflow.
Example prompt
Prompts work best when you specify market, timeframe, indicators, risk rules, and what should happen when a signal fails.
Build a momentum strategy for BTC/USD using RSI and trend confirmation. Add a stop loss, a take-profit rule, and run it through a backtest. Show me the generated Python before I run it.
Review generated code
After generation, inspect the Python source and use Finny's review workflow to look for edge cases, unsafe assumptions, and common trading mistakes.
/code /review /backtest