Skip to content

Overview

Welcome to the Strategy Examples section.
Here you’ll find a collection of sample trading strategies designed to help you learn how to build, structure, and test your own bots using the platform.


Each example focuses on different aspects of strategy building:

  • Indicator usage – e.g. Moving Averages, RSI, ADX, Bollinger Bands, etc.
  • Order logic – grid trading, crossover detection, volatility-based signals.
  • State management – tracking positions, candles, and calculated values.
  • Platform API – using trader api and other helper methods.

  • Treat these examples as templates, not signals.
  • Understand why each decision or calculation is made.
  • Adjust parameters and logic to fit your market, timeframe, and risk tolerance.
  • Always test on simulation or paper trading first.

Remember:

These examples teach you how to build your own edge — not how to copy one.

Build smart, test often, and always stay in control of your strategy.