-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
71 lines (59 loc) · 2.63 KB
/
about.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- #BeginTemplate "master.dwt" -->
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="Author" content="TA-LIB.org">
<meta name="description" content="Technical analysis open-source software library to process financial data. Provides RSI, MACD, Stochastic, moving average... Works with Excel, C/C++, Java, Perl, Python and .NET">
<meta name="keywords" content="technical analysis, Technical Analysis, developer, trading, invest, stock market, commodity market,futures market,indicators,fibonnacci,fibonacci,source code,C Library,C++ Library,freeware,open-source,finance software,trading software,excel,add-ins">
<!-- #BeginEditable "doctitle" -->
<title>TA-Lib : Technical Analysis Library - Pro excel</title>
<!-- #EndEditable -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/gray.css" title="gray">
<style type="text/css">
p { margin: 0px 0px 4px 0px;
text-align: left;
}
</style></head>
<body>
<div id="title">
<h1>TA-Lib : Technical Analysis Library</h1>
</div>
<div id="icon"></div>
<div id="content">
<!-- #BeginEditable "Region1" -->
<h2>About Us</h2>
TA-Lib started as an open-source hobby in 1999 by Mario Fortier. It
quickly became widely used by commercial, private and
open-source applications.<br><br>The company TicTacTec was formed in 2007 to
provide services related to TA-Lib and other derived products.<h2>Location</h2>
<p>United States (Chelmsford, Massachusetts) </p>
<br><!-- #EndEditable -->
</div>
<div id="nav">
<ul id="navlist">
<li><a href="https://ta-lib.org/index.html">Home</a></li>
<li> </li>
<li><a href="hdr_doc.html">Products</a></li>
<li><a href="hdr_dw.html">Downloads</a></li>
<li><a href="excel.html">Purchase</a></li>
<li><a href="support.html">Support</a></li>
<li> </li>
<li><a href="function.html">Function List</a></li>
<li> </li>
<li><a href="hdr_dev.html">Source Code</a> </li>
<li><a href="http://tadoc.org/forum">Community Forum</a></li>
<li><a href="hdr_lnk.html">Useful Links</a></li>
<li> </li>
<li><a href="about.html">About Us</a></li>
</ul>
<div id="notice">
TA-Lib websites, products and trademarks are owned by TicTacTec LLC.</div>
</div>
<div id="contentLarge">
<!-- #BeginEditable "Region2" --><!-- #EndEditable -->
</div>
</body>
<!-- #EndTemplate -->
</html>