-
Notifications
You must be signed in to change notification settings - Fork 4
/
lib.html
177 lines (144 loc) · 6.67 KB
/
lib.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
<!doctype html>
<html lang="en">
<head>
<title>Algorithmic Trading</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content=" ">
<meta name="keywords" content="html, css, javascript, jquery">
<meta name="author" content="">
<link rel="stylesheet" href="css/vendor/icomoon/style.css">
<link rel="stylesheet" href="css/vendor/owl.carousel.min.css">
<link rel="stylesheet" href="css/vendor/aos.css">
<link rel="stylesheet" href="css/vendor/animate.min.css">
<link rel="stylesheet" href="css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="css/vendor/jquery.fancybox.min.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-nav-target" data-offset="200">
<nav class="unslate_co--site-mobile-menu">
<div class="close-wrap d-flex">
<a href="#" class="d-flex ml-auto js-menu-toggle">
<span class="close-label">Close</span>
<div class="close-times">
<span class="bar1"></span>
<span class="bar2"></span>
</div>
</a>
</div>
<div class="site-mobile-inner"></div>
</nav>
<div class="unslate_co--site-wrap">
<div class="unslate_co--site-inner">
<nav class="unslate_co--site-nav site-nav-target">
<div class="container">
<div class="row align-items-center justify-content-between text-left">
<div class="col-md-5 text-right">
<ul class="site-nav-ul js-clone-nav text-left d-none d-lg-inline-block">
<li><a href="index.html#about-section" class="nav-link">About</a></li>
<li><a href="index.html#skills-section" class="nav-link">Skills</a></li>
</ul>
</div>
<div class="site-logo pos-absolute">
<a href="index.html" class="unslate_co--site-logo">Portfolio<span>.</span></a>
</div>
<div class="col-md-5 text-right text-lg-left">
<ul class="site-nav-ul js-clone-nav text-left d-none d-lg-inline-block">
<li><a href="index.html#portfolio-section" class="nav-link">Projects and Experience</a></li>
<li><a href="index.html#contact-section" class="nav-link">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- END nav -->
<div class="cover-v1 gradient-bottom-black jarallax">
<div class="container">
<div class="row align-items-center">
<div class="col-md-10 mx-auto text-center">
<h1 class="heading" data-aos="fade-up">Python Algorithmic Trading Library</h1>
<h2 class="subheading" data-aos="fade-up" data-aos-delay="100">An open source attempt to gather all the useful functions for Algorithmic trading and publish a library </h2>
</div>
</div>
</div>
<!-- dov -->
<a href="#portfolio-single-section" class="mouse-wrap smoothscroll">
<span class="mouse">
<span class="scroll"></span>
</span>
<span class="mouse-label">Scroll</span>
</a>
</div>
<!-- END .cover-v1 -->
<div class="container">
<div class="portfolio-single-wrap unslate_co--section" id="portfolio-single-section">
<div class="portfolio-single-inner">
<div class="col-12 mb-5">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Project Date</span>
<span class="detail-val">Jun 2020 - Ongoing </span>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Role</span>
<span class="detail-val">Owner and Contributor</span>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Visit</span>
<span class="detail-val"><a href="https://github.com/ApurvShah007/Algorithmic_trading">Github Page</a></span>
</div>
</div>
</div>
</div>
<div class="col-md-6 pr-md-5">
<p>While developing my interests in Algorithmic Trading and exploring the various methods of visualizing historical stock data and graphing and reviewing the various properties, I decided to put all those functino in order and in one plave so in the future, people do not need to waste time and start from scratch.</p>
</div>
<div class="col-md-6 pl-md-5">
<p>I have uploaded it as open source project on Github and I regularly upload the new files and function I learn. It is a continously updated repositore and I would encourage anyine with interest and knowledge to contribute and make it a valuable resource. </p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="unslate_co--footer unslate_co--section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7">
<div class="footer-site-logo"><a href="#">Unfold<span>.</span></a></div>
<ul class="footer-site-social">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">Dribbble</a></li>
<li><a href="#">Behance</a></li>
</ul>
<p class="site-copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All rights reserved | This template is made with <i class="icon-heart"
aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
</div>
<!-- Loader -->
<div id="unslate_co--overlayer"></div>
<div class="site-loader-wrap">
<div class="site-loader"></div>
</div>
<script src="js/scripts-dist.js"></script>
<script src="js/main.js"></script>
</body>
</html>