-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (202 loc) · 8.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- This file has been downloaded from bootdey.com @bootdey on twitter -->
<!-- All snippets are MIT license http://bootdey.com/license -->
<title>VCP Checklist Template</title>
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/b63fe0fba8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="todo-container" class="container">
<div class="row">
<div class="col-md-12">
<div class="card card-white">
<div class="card-body">
<div id="checklist">
<section>
<h1>Common</h1>
<div class="checklist-item bg-light p-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Common$Baseduration4weeks">
<label class="form-check-label w-100" for="Common$Baseduration4weeks">
Base duration > 4 weeks
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Common$Price150MA">
<label class="form-check-label w-100" for="Common$Price150MA">
Price > 150MA
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Common$RSatnear52wkhigh">
<label class="form-check-label w-100" for="Common$RSatnear52wkhigh">
RS at/near 52 wk high
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Common$Volumesmalleroncontractions">
<label class="form-check-label w-100" for="Common$Volumesmalleroncontractions">
Volume smaller on contractions
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Common$Volume30MAbeforebreakout">
<label class="form-check-label w-100" for="Common$Volume30MAbeforebreakout">
Volume < 30 MA before breakout
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Common$Volume2x30MAonbreakout">
<label class="form-check-label w-100" for="Common$Volume2x30MAonbreakout">
Volume > 2x 30 MA on breakout
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Common$Volume35xofdaybeforebreakout">
<label class="form-check-label w-100" for="Common$Volume35xofdaybeforebreakout">
Volume > 3-5x of day before breakout
</label>
</div>
</div>
<p></p>
</section>
<section>
<h1>Bonus</h1>
<div class="checklist-item bg-light p-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Bonus$Shakeoutdemandtail">
<label class="form-check-label w-100" for="Bonus$Shakeoutdemandtail">
Shake-out demand tail
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Bonus$Gapdownreversalbar">
<label class="form-check-label w-100" for="Bonus$Gapdownreversalbar">
Gap-down reversal bar
</label>
</div>
</div>
<p>Better if they undercut a key moving average. Gap-down reversal bar is generally a better indication of high demand, since demand immediately steps in, as price falls. A demand tail or a reversal bar with low volume indicate less supply. High volume indicates more supply, so maybe the base needs some more time to develop. Large gap-down reversal bar with low volume shows ease of movement.</p>
</section>
<section>
<h1>Cup with Handle</h1>
<img class="img-fluid" src="./img/cup-with-handle.jpg"/>
<div class="checklist-item bg-light p-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="CupwithHandle$Rallybeforecup30">
<label class="form-check-label w-100" for="CupwithHandle$Rallybeforecup30">
Rally before cup >= 30%
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="CupwithHandle$Cupdepth35">
<label class="form-check-label w-100" for="CupwithHandle$Cupdepth35">
Cup depth <= 35%
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="CupwithHandle$Handledepth10">
<label class="form-check-label w-100" for="CupwithHandle$Handledepth10">
Handle depth <= 10%
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="CupwithHandle$Handleduration1week">
<label class="form-check-label w-100" for="CupwithHandle$Handleduration1week">
Handle duration >= 1 week
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="CupwithHandle$Handleshowsvolumecontraction">
<label class="form-check-label w-100" for="CupwithHandle$Handleshowsvolumecontraction">
Handle shows volume contraction
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="CupwithHandle$Handleshowspricecontraction">
<label class="form-check-label w-100" for="CupwithHandle$Handleshowspricecontraction">
Handle shows price contraction
</label>
</div>
</div>
<p></p>
</section>
<section>
<h1>Wyckoff Wave / VCP</h1>
<img class="img-fluid" src="./img/wyckoff.jpg"/>
<div class="checklist-item bg-light p-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="WyckoffWaveVCP$Reducingpricecontractions">
<label class="form-check-label w-100" for="WyckoffWaveVCP$Reducingpricecontractions">
Reducing price contractions
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="WyckoffWaveVCP$Allcontraction50">
<label class="form-check-label w-100" for="WyckoffWaveVCP$Allcontraction50">
All contraction < 50%
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="WyckoffWaveVCP$Latestcontraction10">
<label class="form-check-label w-100" for="WyckoffWaveVCP$Latestcontraction10">
Latest contraction < 10%
</label>
</div>
</div>
<p></p>
</section>
<section>
<h1>High Tight Flag</h1>
<img class="img-fluid" src="./img/high-tight-flag.jpg"/>
<div class="checklist-item bg-light p-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="HighTightFlag$Rallybeforebase100under8weeks">
<label class="form-check-label w-100" for="HighTightFlag$Rallybeforebase100under8weeks">
Rally before base > 100% under 8 weeks
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="HighTightFlag$Peaktotroughdeclineinbase25">
<label class="form-check-label w-100" for="HighTightFlag$Peaktotroughdeclineinbase25">
Peak to trough decline in base < 25%
</label>
</div>
</div>
<p></p>
</section>
<section>
<h1>Darvas Box</h1>
<img class="img-fluid" src="./img/darvas-box.jpg"/>
<div class="checklist-item bg-light p-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="DarvasBox$Peaktotroughdeclineinthebox25">
<label class="form-check-label w-100" for="DarvasBox$Peaktotroughdeclineinthebox25">
Peak to trough decline in the box < 25%
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="DarvasBox$Finalcontractioninbox10">
<label class="form-check-label w-100" for="DarvasBox$Finalcontractioninbox10">
Final contraction in box < 10%
</label>
</div>
</div>
<p></p>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>