Skip to content

Trade amount and percentage of balance

The trade amount is how much USDT the bot will allocate to one automatic trade from a signal. It is calculated by one of four strategies, which you choose once for the bot.

What it is

The signal does not say how much money to invest. You decide that through the Trade amount calculation setting. A new bot starts with Balance percentage, 5 % — each trade takes 5 % of the USDT balance.

StrategyHow it calculatesInput range
Balance percentageTakes the given percentage of the USDT balance1–100 %
Fixed amountAlways the same amount in USDTfrom $1
Risk percentageSizes the volume so that a stop hit loses the given percentage of the balance1–99 %
Fixed risk amountThe same, but the acceptable loss is set in dollarsfrom $1

The last two strategies depend on the distance to the stop: the closer the stop is to the entry, the larger the volume for the same acceptable loss.

Where it is in the bot

Signal bot card → Trading settingsGeneralTrade amount calculation. The screen says: “Here you can choose how the amount for automatic trades will be calculated”.

How to set it up

  1. Choose the strategy with a button.
  2. Press Configure selected strategy and enter a value — you can pick one of the suggested values or type your own.
  3. The bot confirms: “✅ Applied: 5”.

Hints on the input screens:

  • percentage of balance — “Enter balance percentage for entry amount. Allowed: 1% - 100%. Example: 5”;
  • fixed amount — “Enter a fixed amount in USDT. Minimum $1. Example: 50”;
  • risk percentage — “Enter risk percentage of balance. Allowed: 1% - 99%. Example: 2”;
  • fixed risk — “Enter fixed risk in USDT. Minimum $1. Example: 10”.

Example with a calculation

Balance 2,000 USDT, a LONG signal: entry 60,000, stop 58,800 (2 % below the entry).

StrategyValueResult
Balance percentage5 %Entry amount 100 USDT. With x10 leverage the position is 1,000 USDT
Fixed amount150 USDTEntry amount 150 USDT at any balance
Risk percentage2 %Acceptable loss 40 USDT. Stop 2 % from the entry → position 40 / 0.02 = 2,000 USDT
Fixed risk amount20 USDTPosition 20 / 0.02 = 1,000 USDT

If the same signal arrives with a stop 1 % from the entry, the position under Risk percentage doubles: 40 / 0.01 = 4,000 USDT — and the loss on the stop stays the same 40 USDT.

Limits and allowed values

ParameterRangeNote
Balance percentage1–100 %5 % by default
Fixed amountfrom $1preset 100 USDT
Risk percentage1–99 %preset 5 %
Fixed risk amountfrom $1preset 20 USDT
Exchange minimum lotdepends on the paira volume below the minimum is raised to the minimum

If the calculated volume is smaller than the exchange minimum lot, the bot raises it to the minimum instead of skipping the trade. If even that is not possible, you get an error.

Common errors and what the bot says

  • “Percentage value must be in the range 1% - 100%” — the balance percentage is outside the range.
  • “Percentage value must be in the range of 1 to 99%” — the risk percentage is outside the range.
  • “You cannot set an amount less than $1” — the fixed amount or the fixed risk is below $1.
  • “trade amount 3 USDT is below the exchange minimum for BTC/USDT — at least 5 USDT is required. Increase the trade amount in bot settings” — raise the percentage or the amount.
  • “Insufficient funds: calculated position size exceeds available margin and leverage limit.” — reduce the amount or the leverage, or top up the account.
  • “Risk calculation error: invalid distance to Stop-Loss.” — in a loss-based calculation the stop turned out to be at the entry price; check the stop in the signal or in Custom Stop-Loss.