C-Mizar Manual
  • Introduction
  • ▶️GET STARTED
  • 💰EXCHANGES
    • CREATE A NEW API KEY
    • SUPPORTED EXCHANGES
      • Binance/BinanceUS
      • ByBit
      • OKX
      • Hyperliquid
      • Bitget
      • WOO X
      • WOOFI
      • KuCoin
      • Crypto.com
      • Coinbase Advanced
      • MEXC
      • HTX
    • MANAGE & MONITOR YOUR API KEYS
    • CONNECTIVITY ERRORS
  • 🤠COPY TRADING
    • BOT PERFORMANCE
    • HOW TO INVEST
    • MANAGE YOUR SUBSCRIPTIONS
    • SUBSCRIPTIONS ERRORS
    • TRADER LEVELS
    • MANAGE YOUR PUBLIC BOTS
  • 📈POSITIONS MANAGER
    • MANAGE YOUR POSITIONS
    • POSITIONS/ORDERS ERRORS
  • ⚖️DCA BOTS
    • SET UP YOUR BOT
    • ACTIVATE YOUR BOT
    • MANAGE YOUR BOTS
    • SEND SIGNALS - SDK
      • TRADINGVIEW WEBHOOK
      • PYTHON SDK
      • TELEGRAM
  • 💵FEES
    • MIZAR PLANS
    • VOLUME FEE
    • PERFORMANCE FEE
    • MONITOR AND BUY MIZAR CREDITS
  • 🎁REWARDS
    • REFERRAL
    • PERFORMANCE FEE
  • 🌟$MZR TOKEN
    • STAKE $MZR
    • HOW TO BUY $MZR
  • ℹ️FAQ
    • How are returns calculated in the marketplace?
    • How to avoid dust when trading on Binance?
    • How does auto-compounding work?
    • What is the maximum and expected investment for DCA bots?
    • What is the maximum investment for API bots?
    • How to understand the DCA performance?
    • What is a DCA bot?
    • How can I generate a Mizar API key?
    • I ran out of Mizar credits, what will happen?
    • What is one-way and hedge mode?
    • How to Interpret the Performance of your Open Smart Trade
Powered by GitBook
On this page
  • Connect to a DCA bot
  • Commands
  1. DCA BOTS
  2. SEND SIGNALS - SDK

TELEGRAM

Manage your positions and bot from Telegram

PreviousPYTHON SDKNextFEES

Last updated 1 year ago

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=0.05 sl=0.1 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 accepts values from 0 to 5 and sl from 0 to 1. 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

⚖️