Comment on page
Defaults
Explanation and how to use Default Trading Market, Default Exchange, & Default Trading Pair
To set or change any of the defaults, use the
/defaults
or $defaults
command.There are currently 2 trading markets,
stocks
and crypto
, and by default a users default trading market is set to stocks
.
The default market setting is what informs the bot whether submitted trades are on crypto or stock markets. When the default market is stocks, submitting crypto trades requires a complete format (I.e. BTO BTC/USDT @ CMP) where a /
separator and the trading pair ticker need to be specified- or if using a Default Trading Pair when submitting then .X
can be used (I.e. BTO BTC.X @ CMP) in replace of the /
separator and pair ticker.When attempting to trade stocks/options while the default market is set to crypto, a
-S
syntax attached to the ticker is required.
I.e. BTO AAPL-S @ cmp
When submitting options trades, the -S
syntax is not required.Submitting crypto trades can still be allowed when the default market is set to
stocks
. But the trading pair ticker or .X
syntax for the default pair will be required.BTO BTC/USDT @ CMP [exchange]
orBTO BTC.X @ CMP
The
-S
and .X
syntax's can be used with any of these characters:
-
.
_
*
^
>
<
except @
and /
Use the
A prompt will appear where the name of the default market can be entered.
Type in
/defaults
or $defaults
command to bring up the defaults settings interface. Click on the button labeled "Default Market".


crypto
to set the default trading market to crypto, then hit Submit.If successful the bot will then respond with an ephemeral message stating that the default market has been changed. If it responds with "That is not a supported market!" try again and double check the spelling of
stocks
or crypto
.The default crypto exchange setting is what allows trades to be submitted without needing to specify the exchange name within the trade notes. When submitting a trade on a different exchange than what the default exchange is set to, the exchange name needs to be included in the trade notes.
We currently support 25 crypto exchanges used to check real-time crypto prices. Here's the full list:
- Binance
- Binance.us
- Bingx
- Bitfinex
- Bitforex
- Bitget
- Bitmart
- Bitmex
- Bitrue
- Cex.io
- Coinbase
- Coinsbit
- Cryptocom
- Digifinex
- Gateio
- Gemini
- Hitbtc
- Huobi
- Kraken
- Kucoin
- Lbank
- MEXC
- OKX
- Poloniex
- Xt
By default, a new users default exchange is set to
binance
. Specifying an exchange name in the trade notes can be used to submit a trade on an exchange that is not the default exchange.Use the
A prompt will appear where the name of the exchange can be entered.
Type in any one of the 26 exchanges and hit Submit.
/defaults
or $defaults
command to bring up the defaults settings interface. Click on the button labeled "Default Exchange".


If successful the bot will then respond with an ephemeral message stating that the default exchange has been set to the specified exchange. If it responds with "That isn't a support crypto exchange!" try again and double check that the spelling matches one of the exchanges listed above.
The default trading pair allows submitted trades to not require a
/
separator and pair ticker to be specified. When a separator and pair ticker are not specified, the default trading pair is used.The trading pair is the second ticker, or the asset being traded with the main crypto.
I.e. BTC/USDT - where USDT is the pair.
Use the
A prompt will appear where the ticker of the default trading pair can be entered.
Type in the desired ticker for the default pair.
/defaults
or $defaults
command to bring up the defaults settings interface. Click on the button labeled "Default Pair".


If successful the bot will then respond with an ephemeral message stating that the default pair has been set to the specified ticker. If it responds with "Your default pair is invalid." try again and double check that the ticker is a valid trading pair.
BTO BTC/USDT @ CMP [exchange]
Standard submission, typically used when submitting a trade that is not using any default settings.
BTO BTC.X @ CMP
Where
.X
is used for the default trading pair, default market can be either stocks
or crypto
.BTO BTC @ CMP
Where default market is set to
crypto
, and specifying a trading pair or .X
is not required.BTO BTC @ CMP Coinbase
Default market is set to
crypto
, using the default trading pair, and Coinbase
in trade notes to specify the trade is not using the default exchange.