TELEGRAM

Manage your positions and bot from Telegram

Control your positions and bots effortlessly through Telegram by sending messages. To activate your Telegram account, head over to your Account Settings and navigate to CEX - Telegram Command Bot. Follow the instructions below to set up the connection.

Simply click OPEN TELEGRAM to go to your Telegram account. A chat with @MizarCommandBot will begin. Press START to establish your connection with the Mizar Command Bot.

Connect to a DCA bot

To link to a particular DCA bot and start signal transmission, follow these steps:

  1. Create a new group on Telegram (ensure it's a group, as channels won't function).

  2. Invite @MizarCommandBot to the group.

  3. Grant the bot an Admin role. Access group settings, right-click on MizarCommandBot, and adjust admin rights.

  4. Connect to a DCA bot by sending the following command /setbot BotID, where BotID is the unique identifier of the bot. You can find your DCA bot ID here.

Commands

Open a Position

To open a new position and broadcast the message to all your subscriptions and followers (if you're an official trader), use the command:

/openposition symbol=base_asset/quote_asset tp=take_profit_threshold sl=stop_loss_threshold s=side

Example:

/openposition symbol=BTC/USDT tp=5 sl=10 s=long

This command will purchase BTC with USDT, adjusting the take profit to 5% and stop loss to 10%. If you don't specify tp and sl, the bot will use the settings configured. Tp and sl accepts values from 1 to 100. The 'side' parameter is necessary only if the bot can go LONG and SHORT.

Close a Position

To close a position and propagate the message to all your subscriptions and followers (if you're an official trader), use the command:

/closeposition symbol=base_asset/quote_asset

Last updated