Strategy Creator

The Strategy Creator is where you build your trading logic. Three-column layout: indicator library on the left, live chart in the center, configuration on the right. Two ways to start:

  • Templates - load a pre-built strategy and customize it. Each template shows its historical win rate, trade frequency, and backtest date.

  • Build from scratch - add indicators one by one from the library. The chart updates as you build, showing each indicator on real market data.

If you're building from scratch:

  1. Pick your timeframe - 5-minute, 15 minute, or 1 hour

  2. Pick your assets - BTC, ETH, SOL, or all three

  3. Add indicators from the library

  4. Set your voting threshold - how many indicators need to agree before a trade fires. Higher threshold means fewer trades with more conviction, lower means more trades with more noise

  5. Set your direction for each indicator value (UP, DOWN, or both)

  6. Apply further risk settings if desired (kill hours, regime conditions, execution timing, etc)

  7. Run a backtest to see how your strategy would have performed on two years of real market data

  8. Hit Deploy to name your strategy and adjust how many concurrent trades it will take per window if its trading more than one assets

  9. Deploy your strategy to start paper trading

Every trade the bot makes follows the rules you set. Nothing fires unless your conditions are met.

Last updated