Strategies, indicators and filters
Updated: 2026-07-04
The constructor
A strategy in Gogobots is a set of rules: when to enter a position, when to exit, and under which conditions to stay out of the market entirely. You assemble these rules visually in the constructor — pick indicators, set thresholds, combine conditions. Full control over every entry and exit decision, no code required.
Classic technical analysis
Twenty familiar TA indicators are built in, including RSI, EMA, SMA, MACD, Bollinger Bands, Stochastic, ATR, ADX, VWAP and OBV. Each one comes with an indicator guide — built-in documentation with examples and practical parameter tips — so you never configure blind.
Polymarket-native signals
Prediction markets have structure that ordinary price charts do not, and the constructor exposes it directly:
- Orderbook imbalance (OBI) and spread / liquidity depth
- Price distance to strike and resolution proximity
- Bayesian P(yes) probability estimate
- Market activity score and cumulative volume delta (CVD)
- Maker/taker ratio
Time filters
Restrict when a strategy is allowed to trade: by hour of day, by day of week, or only within a chosen window before market resolution. Many edges exist only at specific times — time filters let you isolate them.
Exits: TP / SL management
Every bot has its own take-profit and stop-loss settings: fixed, trailing or time-based. Combined with the circuit breaker on live bots, exits are always defined before a position is opened.
Presets and custom logic
Nine battle-tested presets give you a working starting point — use them as-is or as a base to customize. On higher plans you can also define custom signal logic with Python-like expressions for full flexibility, and the team can help build fully custom strategies.