TradeSantaで新しいボットを作成しようとした際、特定の取引ペアが選択肢に表示されないことがあります。
これは通常、選択されたストラテジータイプ(Long または Short)および取引所にある利用可能な残高が原因です。
その仕組みを詳しく見てみましょう 👇
⚙️ TradeSantaボットにおけるペアの仕組み
取引所の各取引ペアは2つの通貨で構成されています:
- ベース通貨 — ペアの最初のコイン(例:BTC/USDT の BTC)
- クオート通貨 — ペアの2番目のコイン(例:USDT/BTC の USDT)
ボットがどの通貨を使用するかは、ストラテジータイプ — Long または Shortによって決まります。
📈 Long ストラテジー
Long ストラテジーを選択すると、ボットはコインを購入し、後で価格が上がったときに売却します。利益
はクオート通貨(ペアの2番目のコイン)で得られます。✅ 例:BTC/USDT
ペアで
Long ストラテジー を使用してボットを作成する場合、ボットは USDT を使用して BTC を購入し、後で価格が上がったときに BTC を売却します。利益は USDT で発生します。👉 したがって、BTC/USDT の Long ボットを作成するには、取引所の残高に
USDT(クオート通貨) がある必要があります。ほとんどの取引所には 最小注文サイズ も設定されています。例えば
Binance では 11 USDT 相当 程度です。そのため、ペアを表示させてボット作成で利用可能にするには、残高に 11 USDT 以上の価値 があることを確認してください。
十分な残高があれば、ボット作成時にそのクオート通貨(例:USDT)で利用可能なすべてのペアが表示されるようになります。📉 Short ストラテジーShort ストラテジー
を選択すると、ボットはコインを売却し、後で価格が下がったときに買い戻します。
利益
はベース通貨, the bot sells a coin first and then buys it back later when the price drops — earning profit from the difference.
Your profit is still in the quote currency, but to start a Short bot, you must already have the base currency (the first coin in the pair) on your balance.
✅ Example:
If you create a Short bot for BTC/USDT, the bot will sell BTC from your balance and buy it back later at a lower price.
So, to see this pair available when creating a Short bot, you must have BTC (the base currency) worth more than $11 USD equivalent on your balance.
Then, you’ll see a list of available pairs where BTC can act as the base currency.
💡 Key Difference Between Long and Short
| Strategy | What the Bot Does | You Must Have on Balance | Profit Earned In |
|---|---|---|---|
| Long | Buys low, sells high | Quote currency (second in pair) | Quote currency |
| Short | Sells high, buys back lower | Base currency (first in pair) | Quote currency |
⚠️ Note: In TradeSanta, “shorting” doesn’t mean borrowing assets as in traditional markets.The bot can only sell coins that are already on your balance.
✅ Summary
If a trading pair is missing when you try to create a bot, check the following:
- You’ve selected the correct strategy (Long or Short).
- You have enough balance of the required currency (quote for Long, base for Short).
- The balance amount is above the minimum order value (around $11 on Binance).
After correcting these, refresh the bot creation page — the pair should now appear among the available options.