Logo
Help center

Setup

The first step of the new-instance wizard — pick the account, algorithm, instrument, timeframe and how the bot runs. These choices frame everything the later steps configure. The same descriptions show as the `?` hints next to each field.

Account VenueThe connected broker account this instance trades on. Locked once the instance is created.
AlgorithmThe strategy bot this instance runs. Investion is the built-in multi-filter bot.
SymbolThe instrument this bot trades — e.g. EURUSD or XAUUSD. Its price, pip size and digits drive every calculation.
TimeframeThe base timeframe the bot's main logic runs on (M5, H1, …). Each filter can still run on its own timeframe on top of this.
Running ModeTrade places real orders. Signal runs the exact same logic but only emits signals, without opening positions.
Trade DirectionRestrict the bot to Buy (long) only or Sell (short) only.
Instance NameA label to recognise this instance in your dashboard. It has no effect on how the bot trades.

Strategies · Trade settings