-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
81 lines (67 loc) · 3.12 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<!-- #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 - Home</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>Multi-Platform Tools for Market Analysis ... </h2>
<p>TA-Lib is widely used by
trading software developers requiring to perform technical analysis of financial market data. </p>
<ul>
<li>Includes 200 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands etc... (<a href="function.html">more info</a>)</li>
<li>Candlestick pattern recognition</li>
<li>Open-source API for C/C++, Java, Perl, Python and 100% Managed .NET</li>
</ul>
<h2>Free Open-Source Library</h2>
<p>TA-Lib is available under a BSD License allowing it to be integrated in your
own open-source or commercial application. (<a href="hdr_dev.html">more info</a>)</p>
<h2>Commercial Application</h2>
<p>TA-Lib is also available as an easy to install Excel Add-Ins.
<a href="hdr_dw.html">Try it for
free</a>!
<p> <!-- #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" --><p> </p><!-- #EndEditable -->
</div>
</body>
<!-- #EndTemplate -->
</html>