Skip to main content

AutoConfig interface

Open page: https://live.gunbot.com/autoconfig/

AutoConfig interface screenshot

AutoConfig is the automation workspace for changing Gunbot configuration through rules. It helps you handle repetitive pair and settings tasks without editing every pair by hand.

What you can do here

Use AutoConfig to build jobs that can:

  • Add pairs that match your filters.
  • Remove pairs that no longer match your plan.
  • Change a strategy on selected pairs.
  • Manage pair overrides.
  • Change pair delays.
  • Update selected bot settings.
  • Store or update AutoConfig variables.

AutoConfig is powerful because it can change configuration across many pairs. Keep the job scope narrow until you trust the rule.

Job list

The sidebar shows your jobs, whether they are enabled, and the actions available for each job. Use it as a control list for your automation layer.

Before creating a new job, scan the list. You may already have a job that changes the same pairs or settings.

Job editor

Each job has a type, schedule, pair selection, filters, and changes. Read those parts in order:

  1. What kind of job is this?
  2. When does it run?
  3. Which exchange and pairs can it touch?
  4. Which filters must match?
  5. What will it change?

That order matters because most mistakes come from a job touching more pairs than intended.

Filters and variables

Filters decide whether a pair qualifies. Variables let jobs reuse stored values or write values for later jobs.

Use descriptive names. A variable name should make sense when you read it later in another job.

How AutoConfig fits the workflow

Use AutoConfig when you want rules to maintain a setup over time. Use Trading Settings for manual pair setup, Dashboard and Chart to review results, and Code Editor only when the job requires file-level inspection.