Metastrategy is my strategy on ICONOMI. It's an automated strategy with weekly rebalancing that is always an intelligent mix of the current top performing strategies. It's a great 'set-and-forget' option and is my top recommendation for those new to crypto investing.
Metastrategy is currently the #10 most copied strategy on ICONOMI (by value).
Of the 9 larger strategies, Metastrategy is outperforming 3 of them over the 1-year timeframe: Crush Crypto Core, Triaconta Penny Stock and Mountains and Valleys. If you're already copying these strategies, you're probably better off switching to Metastrategy. Join the Telegram group →
I recommend dollar-cost averaging (investing equal amounts at regular intervals) rather than going all-in. This is simple to do with ICONOMI's Autocopy feature. Activate Autocopy on your ICONOMI dashboard, then set up a standing order/recurring payment from your bank to ICONOMI. Every time funds arrive in your ICONOMI account, they will automatically be used to copy Metastrategy.
Rebalanced 2024-11-24T00:06:48+00:00
24h | 7d | 1M | 3M | 6M | 1Y |
---|---|---|---|---|---|
44.1
Top
20% |
15.9
Top
69% |
19.7
Top
69% |
18.7
Top
64% |
23.3
Top
65% |
20.8
Top
65% |
Asset | Current weight | With multipliers (next rebalance) |
Without multipliers | ||
---|---|---|---|---|---|
Solana (SOL) | 22.0% -49 | 21.4% | 17.6% | ||
Ethereum (ETH) | 20.3% -42 | 20.6% | 16.9% | ||
NEAR Protocol (NEAR) 2x | 11.6% +109 | 12.4% | 5.1% | ||
Bitcoin (BTC) 0.25x | 11.3% -13 | 10.7% | 35.2% | ||
Fetch.ai (FET) 2x | 8.8% +28 | 8.5% | 3.5% | ||
Chainlink (LINK) | 6.4% +5 | 6.4% | 5.2% | ||
Injective Protocol (INJ) | 6.0% -16 | 6.3% | 5.1% | ||
Binance Coin (BNB) | 4.6% +1 | 4.8% | 3.9% | ||
Avalanche (AVAX) | 4.8% -11 | 4.7% | 3.9% | ||
THORChain (RUNE) | 4.3% | 3.5% | |||
Sui (SUI) | 4.4% -14 |
The 'meta' in this strategy is that it scores every coin on ICONOMI according its weight across all strategies on the ICONOMI platform, further weighting by the performance of each strategy (excluding a small number of specified coins and strategies). It then takes the top 10 coins by score, and weights them according to their relative scores, with weekly rebalancing.
Thus on any given day Metastrategy is a mix of the current top performing strategies.
In pseudocode:
for each strategy
for each coin in each strategy
score_of_coin_i += coin_weight_in_strategy * performance_score_of_strategy
end
end
sort coins by score
take top 10 coins by score
weight coins according to relative scores
For example, say there are two strategies, A
and B
.
A
has coins x1
, x2
, x3
.
B
has coins x2
, x3
, x4
.
The weight of coin xi
in strategy Y
is wY(xi)
.
The performance score of strategy Y
is pY
.
Then the score of the coins x1…x4
is:
S(x1) = wA(x1).pA
S(x2) = wA(x2).pA + wB(x2).pB
S(x3) = wA(x3).pA + wB(x3).pB
S(x4) = wB(x4).pB
The performance score of a strategy pY
is calculated as
performance_score = (4 * 1_month_performance) + (3 * three_month_performance) + (2 * six_month_performance) + (1 * year_performance)