Index Details

APX V2 MADBTCUSD Index Details

How does it work?

drift=btcCurrentPricebtcLastSecondPrice13drift = (\frac{\mathrm{btcCurrentPrice}}{\mathrm{btcLastSecondPrice}} - 1)*3
σ=expectedvol360024365\sigma = \frac{expected vol}{\sqrt{3600*24*365}}
norm=norminv(Random,0,1) norm = \text{norminv}\left(Random, 0, 1\right)
Sn+1=Sne[(driftσ22)dt+σdtnorm]S_{n+1} =S_{n} * e^{\left[\left({drift} - \frac{\sigma^2}{2}\right) * dt + \sigma * \sqrt{dt} * norm\right]}

where:

  • Initial Sn=1000

  • dt=1

  • expected vol:100%(expected vol is the expected time volatility of the MADBTC)

  • the "Random number" is calculated based on the current BTC price with 8 decimal places of precision

Calculative process of random number:

If the random number is counted as 0, MADBTC price will stay the same

Data interface in second (Returns the most recent 1800 data):

Historical backtest data of BTC & MADBTC:

June 17 to October 17, 2023

Last updated