Skip to main content

Creators Guide

This section is for creators who want to build, customize, and optimize trading strategies in OctoBot.

What You Can Create

  • Trading Modes: Define complete trading strategies (when to buy, sell, and how much)
  • Evaluators: Build custom market analysis tools (technical, social, AI-based)
  • Strategy combinations: Mix and match evaluators into unique strategies

How Strategies Work

OctoBot strategies are built from three layers:

  1. Evaluators analyze the market and produce signals (-1 to +1 scale)
  2. Strategies combine evaluator signals into a trading decision
  3. Trading Modes execute trades based on strategy decisions

Built-in Trading Modes

OctoBot ships with several ready-to-use trading modes:

ModeDescription
Grid TradingPlace orders across a price range
DCADollar-cost averaging over time
Daily TradingSignal-based daily decisions
Dip AnalyserBuy dips, sell on recovery
Index TradingTrack cryptocurrency indices
AI TradingAI-powered trading decisions

Browse all modes in the Trading Modes section.

Built-in Evaluators

CategoryExamples
Technical AnalysisRSI, MACD, Bollinger Bands, SuperTrend, EMA
SocialNews sentiment, Fear & Greed Index, social scores
Real-TimeInstant fluctuation detection
AIGPT-based evaluation

Browse all evaluators in the Evaluators section.

Next Steps