You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ The tool expects your settings in settings.json. Take a look at settings.example
38
38
-*otherHoldings*: A place to manually add some of your holdings. Notation is key: Symbol, value is amount of native currency.
39
39
-*options*: These are specific options for the tool:
40
40
- targetValueUsd: The target value for your ETF; A general rule of thumb is to keep your crypto at a certain percentage of your overall investment portfolio. This could be 5, 10, 20 or more percent, depending on your risk tolerance.
41
-
- rebalanceDeltaPct: Treshold in percent, that will show a Y in the rebalance column, once rebalancing is recommended.
41
+
- Default [false]: Use current portfolio value as target value.
42
+
- Number [1 - 999999999999]: Use fixed number as target value.
43
+
- rebalanceDeltaTotalPct: Treshold in percent, that will show a Y in the rebalance column, once rebalancing of total portfolio is recommended.
44
+
- rebalanceDeltaPct: Treshold in percent, that will show a Y in the rebalance column, once rebalancing of individual position is recommended.
42
45
- minValueBtc: Ignore coins that only have a holdingsvalue under a certain bitcoin value.
43
46
- hideMissingCoins: By default CryptoETF will add all missing coins up to your last coin holding by rank of the coin (global market cap). This option disables that behaviour.
44
47
-*outputFile*: Path to a file to forward the output to as json.
0 commit comments