-
Notifications
You must be signed in to change notification settings - Fork 4
/
hdr_doc.html
150 lines (129 loc) · 5.16 KB
/
hdr_doc.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<!-- #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 - Products</title>
<style type="text/css">
.style1 {
text-align: center;
}
</style>
<!-- #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" -->
<table style="width: 100%">
<tr>
<td style="text-align: center; width: 233px;">
<h3 class="style1">TA-Lib Excel Pro</h3>
<a href="excel_doc.html">Documentation</a><br>
<a href="hdr_dw.html">Download</a><br>
<a href="excel.html">Purchase</a></td>
<td style="width: 705px">
<p>
</p>
<p>
If you know how to enter an array formula with <b>Ctrl-Shift-Enter</b>, you will
find that calling the TA-Lib functions is very easy. Here is an example:</p>
<p> {=TA_EMA( A1:A200, 13 )}</p>
<p>This formula will calculate a 13 periods exponential moving average (EMA) of
the cells A1 to A200</p>
<p> </p>
</td>
</tr>
<tr>
<td style="width: 233px">
<h3 class="style1">Open-Source C/C++ API<br></h3>
<div class="style1">
<a href="d_api/d_api.html">Documentation</a><br><a href="hdr_dw.html">Download</a></div>
</td>
<td style="width: 705px"> <br>TA-Lib is available in many flavors of static or dynamic library (depending
of your platform). You access the API by including "ta_libc.h" in your
application code.<br> <br></td>
</tr>
<tr>
<td style="width: 233px">
<h3 class="style1">Open-Source Java API</h3>
<div class="style1">
<a href="hdr_dw.html">Download</a></div>
</td>
<td style="width: 705px">
<p> </p>
<p>Native java source code is included. The interface is mostly the same
as the <a href="d_api/d_api.html">C/C++ API</a>.</p>
<p> </p>
</td>
</tr>
<tr>
<td style="width: 233px">
<h3 class="style1">Open-Source Managed .NET</h3>
<div class="style1">
<a href="hdr_dw.html">Download</a></div>
</td>
<td style="width: 705px"> <br>The interface is mostly similar to the <a href="d_api/d_api.html">C/C++ API</a>. To use TA-Lib on .NET/Mono you just need to add a reference to the
assembly included in the package. There is no need to call TA_Initialize and
TA_Shutdown, these are done automatically (<a href="http://cvs.sourceforge.net/viewcvs.py/ta-lib/ta-lib/dotnet/README.TXT?view=markup">More Info</a>)<br> <br></td>
</tr>
<tr>
<td style="width: 233px">
<h3 class="style1">Open-Source Perl </h3>
<div class="style1">
<a href="hdr_dw.html">Download</a></div>
</td>
<td style="width: 705px"> <br>The implementation is not native Perl/Python code. The C/C++ code is made available
through a wrapper. See details in the SWIG directory of the package.<br> <br></td>
</tr>
<tr>
<td style="width: 233px">
<h3 class="style1">Open-Source Python</h3>
<div class="style1">
<a href="hdr_dw.html">Download</a></div>
</td>
<td style="width: 705px"> <br>The implementation is not native Perl/Python code. The C/C++ code is made available
through a wrapper. See details in the SWIG directory of the package.<br> </td>
</tr>
</table>
<!-- #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>