ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Summary
2
3
Is there a relation?
There is some relationship here as holding gold after my mtpi goes negative would historically generate positive returns
4
But there are concerns as the returns are not that amazing and there are many failed trades.
5
Some good trades drag the results up, but most trades create negative returns or barely positive returns
6
Improvement:
Create a Gold-TPI which tells us whether rotating would make sense, and when to exit.
7
Criteria:
Only rotate if Gold-TPI is positive.
8
Rotate back into crypto if MTPI turns positive again
9
Sell gold to cash if Gold-TPI turns negative before MTPI turns positive
10
11
Testing 4 different TPI's for gold I identified the best one
12
All 4 TPI's did OK and generated positive returns
13
With implementing a TPI system for this we can improve on the standard deviation and downward deviation
14
this is due to us not holding losing positions blindly
15
This is at the cost of returns, but it is more sensible to manage this with a Gold-TPI imo
16
17
Optimal Leverage?
With daily rebalancing the optimal leverage is between 4x-5x for GOLD.
18
19
20
21
22
23
24
25
26
27
28
29
30
Should we take advatage?
So far I would not take advantage of this. There might be some relationship to capitalize on, but it needs further research.
31
To me the results so far looks more like noise.
32
I might need to zoom out but that will hurt the sample size significantly. Might only have 4 samples then, 2018, 2019, 2021, 2022.
33
For further research
I belive the relationship should be explored on a higher timeframe and not after every time mtpi flips as this produces a lot of noise
34
Might work better after major cycle tops, problem there is that the sample size is way to small to draw any conclusions
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100