Skip to content

Multi-Pair Bot

Every deal in crypto trading uses a Base/Quote trading pair (base/quote currency).

For example:

  • ETH/USDT: ETH = Base, USDT = Quote.

A regular bot works with one pair of currencies.

A multi-pair bot allows you to select several trading pairs at the same time and use the same grid and indicator settings.

Multi-Pair Bot

  1. Click the “+” button to add several pairs.
  2. Try to choose coins with similar movement characteristics (correlated assets).
  3. All pairs will use the same grid parameters — Overlap, % Martingale, indicator filters.

The multi-pair bot shows the best results when combined with the “Signal” trading mode.

Why?

  • The grid becomes adaptive — it averages not only by price, but also by indicator signals.
  • Different pairs can move differently, and it is the signals that allow you to even out the result.

After launching, the multi-pair bot:

  1. Monitors all selected pairs simultaneously.
  2. As soon as the filter conditions for one coin match, the bot opens a deal for that coin.
  3. While the deal is active, the bot ignores all other signals.
  4. After the deal is closed, the bot monitors all pairs again and waits for the next signal.
  1. The maximum possible leverage in a multi-pair bot will be the lowest maximum leverage across all of its coins.
  2. A multi-pair bot does not have a “Start now” button (can not be forced to open a deal).
  3. A multi-pair bot must have filters in the entry conditions group.
  4. When creating a multi-pair bot with “TradingView” filters, it is important to specify
    {{ticker}}
    as the “Message” of the alert or specify the pair using the format “BTCUSDT”.
  5. When creating a multi-pair bot with the “TradingView strategy” filter, it is important to specify
    {{ticker}}:{{strategy.order.action}}/{{strategy.market_position}}
    as the “Message” of the alert or specify the pair using the format “BTCUSDT”.
  6. Backtest of a multi-pair bot is performed only for one coin selected when the test is started.
  1. Enable lock “By position” for API Binding (this step is mandatory, otherwise the bots will interfere with each other).
  2. Create one multi-pair bot, for example, for 20 coins.
  3. Launch it — the bot will wait for indicators to trigger on any of these coins.
    • If several filters trigger simultaneously, a deal will only be opened for one coin.
  4. Create clones of the bot (for example, 5).
    • Thanks to the lock, they will open their deals for different coins.
  5. If your balance allows that, add more clones to increase the number of simultaneously active deals.
  • If you want to diversify risk across multiple coins.
  • If you don’t have enough time to select bots for each pair separately.
  • If your strategy is based on indicator signals and can be applied equally to different assets.

The Veles multi-pair bot is a versatile tool that allows you to run a single strategy on multiple coins at once. It is especially effective in conjunction with the “Signal” trading mode, when the bot creates averaging orders at the strongest entry points. This approach saves time, reduces risks, and helps increase the number of trades without manual control.

Help