Signal Generator
When to buy or sell. Built from 23+ indicators and condition types. → Learn more
A CTAgent strategy is a complete, runnable trading plan. Every strategy is assembled from three named modules, each answering one question:
Signal Generator
When to buy or sell. Built from 23+ indicators and condition types. → Learn more
Position Manager
How to enter and exit — sizing, entry type, take-profit, stop-loss, trailing stop. → Learn more
Risk Manager
When to stop the whole strategy — realized-loss limits and trade throttling. → Learn more
Splitting a strategy this way keeps each piece simple, reusable, and testable:
You don’t assemble modules by hand — just describe the strategy and the agent does it:
Buy SOL when price closes above the upper Bollinger Band with a volume spike. Size each entry at 10% of equity, take profit at 6%, trail a 3% stop. Stop the strategy if it loses 15%.
The agent maps that sentence onto the three modules, shows you the result, and saves each module so you can reuse it. View them any time with /modules.