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
  1. FAQ

How are returns calculated in the marketplace?

Discover the methodology behind calculating returns in the marketplace.

PreviousFAQNextHow to avoid dust when trading on Binance?

Last updated 1 year ago

The marketplace bot results are based on the actual returns of the running bot managed by the official trader. This reflects the real performance of the trader.

The returns are calculated by dividing the Gross Profits & Loss over a specific period by the Max Required Assets.

  • Gross Profits & Loss: the sum of profit and losses from closed positions during a defined timeframe (in the example above, calendar month).

  • Max Required Assets: the maximum amount of assets necessary to operate the strategy. It represents the highest value of positions (in $) open simultaneously over a given period.

  • Period of Time: the time frame can vary, including calendar month, the last 30 days, and other periods like the last 7 weeks, 3 months, and 6 months.

Practical Example

A bot opened and closed 3 positions in the last 30 days as follows:

  1. Position I: open on day 0, closed on day 30. PnL of +50 USDT, position size of 500 USDT.

  2. Position II: open on day 0, closed on day 15. PnL of +50 USDT, position size of 500 USDT.

  3. Position II. open on day 0, closed on day 5. PnL of +10 USDT, position size of 500 USDT.

The Gross Returns are calculated as follows:

  • Gross Profits & Loss : 50+50+10=110 USDT

  • Max Required Assets: 500+500+500 = 1,500 USDT (from day 0 to day 5, all 3 positions were open at the same time)

  • Period of Time: 30 days.

Gross Returns: 110/1,500 * 100 = 7.3%

ℹ️