dogabot dogabot

strategy

Strategy Rules Overview

How dogabot strategy rules work: entry, increase, reversal, exit sections, combination modes, trade direction, and day-trade mode.

strategybacktestautomations

dogabot’s All-in-One strategy combines multiple trading rules into one automation or backtest. Each rule can contribute buy or sell signals; the engine merges them according to your settings.

Signal sections

SectionPurpose
EntryOpen a new position when conditions align
IncreaseAdd to an open position (scale in)
ReversalFlip or reverse bias when rules fire
ExitClose or reduce a position

Each section has its own list of rules, combination mode, and (for increase) optional max steps.

Combination modes

Use all agree for conservative setups; custom when you want a majority vote.

Trade direction

Top-level trade direction limits which sides the strategy may take:

Per-rule options

Most directional rules support:

Day-trade mode

When day-trade mode is on, dogabot adds a Day Trade Close rule to the exit section. It forces a full exit at a UTC time (default 21:00), using execution tick time—not candle close time.

Filters (gate before signal)

After rules in a section agree on a pending buy/sell, filters for that reason can block the signal. See Strategy filters for UTC time windows, volume thresholds, and directional filter rules.

Available trading rules

Directional (indicator-based)

Risk and position management

Filters only

Example

Entry section: enable RSI (oversold buy) and MACD with all agree. Both must say buy before opening long. Exit: Stop loss at 5% and Take profit at 10%. filters.entry: UTC window blocking 00:00–08:00 UTC so entries only fire in your chosen session.

Related in the app

Ready to put this into practice?

Create a free account and explore dogabot with paper trading.

Try Backtest