Quarta is a market-neutral portfolio that combines four orthogonal factors:
Its universe consists of the most liquid and actively traded assets, identified on rolling basis - various techniques employed to keep it both stable and relevant, as well as survivorship-bias free.
To balance each asset's risk contribution, positions are scaled according to the inverse of their rolling volatility.
The portfolio is rebalanced daily, at midnight UTC, weights are calculated at 11:55am UTC.
The backtest displayed here assumes fixed 0.5% transaction costs.
Universe
Top 20 Market Capitalization Cryptocurrencies
Max Drawdown
-41%
Volatility
38%
CAGR
30%
Sharpe Ratio
0.88
Max Drawdown
-48%
Volatility
36%
CAGR
39%
Sharpe Ratio
1.10
Constructing a portfolio based on these factors leads to a substantial improvement across all performance metrics, as demonstrated in the table.
This market-neutral portfolio selects assets for inclusion based on their cross-sectional factor rankings, allocating capital to those exhibiting the strongest and weakest signals. It is rebalanced daily, on a continuous basis. There are 0.5% transaction costs applied on each position adjustment.
Portfolio | Benchmark (BTC) | Momentum | Carry | Retail Flow | Open Interest Divergence | |
---|---|---|---|---|---|---|
-35.5% | -76.6% | -41.2% | -47.9% | -34.3% | -62.5% | |
36.3% | 63% | 38.3% | 36% | 38% | 39.1% | |
1.99 | 1.09 | 0.88 | 1.10 | 1.47 | 0.63 | |
92.9% | 62.9% | 29.8% | 39.3% | 62.9% | 18.8% | |
0.66 | 0.00 | 0.31 | 0.34 | 0.56 | 0.18 | |
-0.08 | 1.00 | 0.04 | -0.07 | 0.00 | -0.10 |
Using the historical weights endpoint (api/v1/historical-weights
) to get the weights for the requested time period and the price endpoint (api/v1/price
) to get the price series for each underlying asset.
Get the live weights of the Portfolio to integrate it into your production environment.
Save this portfolio to your dashboardand start monitoring the live weights through the Terminal or the API