-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvestment.html
168 lines (158 loc) · 4.16 KB
/
investment.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
<!DOCTYPE html>
<html>
<head>
<title>swcLand-investment</title>
<meta charset="UTF-8" />
<base target="_blank">
</base target>
<style>
* {
font-family: Arial;
}
</style>
<script src="js/script.js"></script>
<script src="js/globalTime.js"></script>
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
</head>
<body>
<div id="nav">
</div>
<script>
$(document).ready(function () {
$("#nav").load("./nav.html");
});
</script>
<div class="G1">
<div class="G2">
<a href="https://classroom.zju.edu.cn/coursedetail?course_id=47690&tenant_code=112">证券投资学-李兴建</a>
</div>
<div class="G2">
<a href="https://www.youtube.com/playlist?list=PLjoHDinVemrHNDCowVzPngy8M8XWIBe_Y">Lei的交易系统</a>
</div>
<div class="G2">
<a href="https://themarketmemo.com/">TheMarketMemo</a>
</div>
<div class="G2">
<a
href="https://themarketmemo.com/wp-content/uploads/2023/05/%E7%B0%A1%E6%98%93%E4%BA%A4%E6%98%93%E6%B5%81%E7%A8%8B%E8%A1%A8.pdf">简易交易流程表</a>
</div>
<div class="G2">
<a href="https://cn.tradingview.com/">TradingView</a>
</div>
<div class="G2">
<a href="https://ocw.mit.edu/courses/">MIT公开课</a>
</div>
<div class="G2">
<a href="14-01sc-principles-of-microeconomics-fall-2011/">微观经济学讲义</a>
</div>
<div class="G2">
<a
href="https://www.bilibili.com/video/BV1oo4y1o7nZ/?spm_id_from=333.337.search-card.all.click&vd_source=99e511e56532f42f492527bd421b6b13">微观经济学视频</a>
</div>
<div class="G2">
<a href="http://fmz.com">发明者量化实盘</a>
</div>
<div class="G2">
<a href="https://www.trading-logic.com/wiki/fbabb27fe4c74ae4a039f5e2689dcd82.html">指标</a>
</div>
<div class="G2">
<a href="http://cc98.org">cc98</a>
</div>
<div class="G2">
<a href="http://cc98.org">cc98</a>
</div>
<div class="G2">
<a href="http://cc98.org">cc98</a>
</div>
<div class="G2">
<a href="http://cc98.org">cc98</a>
</div>
</div>
</body>
<style>
.G1 {
margin-top: 3%;
text-align: center;
/* background-color:black; */
}
.G2 {
display: inline-block;
width: 20%;
height: 70px;
background-color: #555555;
margin: 1%;
}
.G1 a {
height: 50px;
width: 100%;
padding-top: 20px;
display: inline-block;
text-align: center;
text-decoration: none;
font-size: x-large;
/* background-color: blue; */
color: #fff;
}
.G1 a:hover {
/* font-size: xx-large; */
display: block;
font-weight: bold;
background-color: rgb(160, 160, 160);
}
</style>
<!--
<body>
<div id="nav">
</div>
<script>
$(document).ready(function () {
$("#nav").load("./nav.html");
});
</script>
<div id="lxj" class="G1">
<div>
<a href="https://classroom.zju.edu.cn/coursedetail?course_id=47690&tenant_code=112">证券投资学-李兴建</a>
</div>
</div>
<div class="sep"></div>
<div id="lei" class="G1">
<div><a href="https://www.youtube.com/playlist?list=PLjoHDinVemrHNDCowVzPngy8M8XWIBe_Y">Lei的交易系统</a></div>
<div><a href="https://themarketmemo.com/">TheMarketMemo-Lei</a></div>
<div>
<a href="https://themarketmemo.com/wp-content/uploads/2023/05/%E7%B0%A1%E6%98%93%E4%BA%A4%E6%98%93%E6%B5%81%E7%A8%8B%E8%A1%A8.pdf">简易交易流程表</a>
</div>
</div>
<div class="sep"></div>
<div id="etc" class="G1">
<div><a href="https://cn.tradingview.com/">TradingViewer</a></div>
<div><a href="https://themarketmemo.com/">TheMarketMemo-Lei</a></div>
<div><a href="https://themarketmemo.com/">TheMarketMemo-Lei</a></div>
</div>
<style>
div {
text-align: center;
}
.G1{
margin:1% 1% 1%;
}
.G1 a{
text-decoration: none;
font-size: x-large;
color: black;
}
.G1 a:hover{
display: block;
font-weight: bold;
background-color: lightgrey;
}
.G1 div{
text-align: center;
padding:1% 30% 1%;
}
.sep{
background-color: lightgray;
height:2px;
}
</style>
</body>
</html> -->