-
Notifications
You must be signed in to change notification settings - Fork 2
/
features.html
374 lines (319 loc) · 17.9 KB
/
features.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Features - JStock</title>
<meta name="description" content="JStock makes it easy to track your stock investment. It provides well organized stock market information, to help you decide your best investment strategy." />
<meta name="keywords" content="free stock market software, free stock investment software" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate">
<meta http-equiv="Pragma" content="no-store, no-cache">
<meta http-equiv="Expires" content="0">
<link rel="stylesheet" href="javascript_slider/slider.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="shadows/shadows.css" media="screen" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<script type="text/javascript" src="javascript_slider/slider.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script>
<script type="text/javascript" src="shadows/dropshadow.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript" src="js/jquery.url.packed.js"></script>
<script type="text/javascript">
<!--
$(function () {
var url = window.location.href;
var target;
var queryStart = url.indexOf("?") + 1;
var queryEnd = url.indexOf("#") + 1 || url.length + 1;
var query = url.slice(queryStart, queryEnd - 1);
if (query === url || query === "")
{
target = $("#slider #one-header");
}
else
{
target = $("#slider #" + query);
}
var target2 = target.next().children(":first");
target.trigger('click');
target2.trigger('click');
});
//-->
</script>
</head>
<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-43627934-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<div id="wrap">
<div id="top"></div>
<div id="content">
<div class="banner">
</div>
<div class="breadcrumbs">
<ul id="jsddm">
<li><a href="index.html">Home</a></li>
<li>·</li>
<li><a href="download.html">Download</a></li>
<li>·</li>
<li><a class="current_page" href="features.html">Features</a></li>
<li>·</li>
<li><a href="ma_indicator.html">Indicators</a></li>
<li>·</li>
<li><a href="testimonial.html">Testimonial</a></li>
<li>·</li>
<li id="help-menu"><a href="javascript:void(0)"><u>Help</u><small>▼</small></a>
<ul>
<li><a href="help_install_upgrade.html">Install & Upgrade</a></li>
<li><a href="help_real_time_info.html">Stock Watchlist</a></li>
<li><a href="help_stock_indicator_editor.html">Stock Indicator Editor</a></li>
<li><a href="help_stock_indicator_scanner.html">Stock Indicator Scanner</a></li>
<li><a href="help_portfolio_management.html">Portfolio Management</a></li>
<li><div class="jsddm-seperator"></div></li>
<li><a href="help_faq.html">FAQ</a></li>
<li><div class="jsddm-seperator"></div></li>
<li><a href="donation.html">Donation</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</li>
</ul>
<div class="right-menu">
<ul id="jsddm2">
<li id="country-menu"><a href="javascript:void(0)"><img border="0" src="images/country/us.png" /><u>English</u></a>
<ul>
<li><a href="zh/features.html"><img border="0" src="images/country/cn.png" />中文</a></li>
</ul>
</li>
</ul>
</div>
</div>
<script type="text/javascript">
<!--
var ddmenuitem = 0;
var ddmenuitem2 = 0;
function jsddm_open(evt) {
ddmenuitem = $(this).find('ul').eq(0).toggle();
}
function jsddm_open2(evt) {
ddmenuitem2 = $(this).find('ul').eq(0).toggle();
}
function jsddm_close(evt) {
var target = $(evt.target);
if (target.parents('#jsddm > li#help-menu').length <= 0) {
if (ddmenuitem) ddmenuitem.hide();
}
if (target.parents('#jsddm2 > li#country-menu').length <= 0) {
if (ddmenuitem2) ddmenuitem2.hide();
}
}
$('#jsddm > li').bind('click', jsddm_open);
$('#jsddm2 > li').bind('click', jsddm_open2);
$(document).bind('click', jsddm_close);
-->
</script>
<div class="middle">
<div class="adv" align="left">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 468x60 -->
<ins class="adsbygoogle"
style="display:inline-block;width:468px;height:60px"
data-ad-client="ca-pub-6557918363491706"
data-ad-slot="0495074961"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="slider">
<div class="header" id="one-header"><img src="images/features/realtime.png" /><h3>Stock Watchlist</h3><div style="clear:both;"></div></div>
<div class="content" id="one-content">
<div style="cursor: pointer;" class="text" name="feature-realtime-country">
Multiple Countries
</div>
<div style="cursor: pointer;" class="text" name="feature-realtime-current">
Current Stock Info
</div>
<div style="cursor: pointer;" class="text" name="feature-realtime-intraday">
Intraday Stock Price
</div>
<div style="cursor: pointer;" class="text" name="feature-portfolio-multiple-watchlists">
Multiple Watchlists
</div>
</div>
<div class="header" id="two-header"><img src="images/features/portfolio.png" /><h3>Portfolio Management</h3><div style="clear:both;"></div></div>
<div class="content" id="two-content">
<div style="cursor: pointer;" class="text" name="feature-portfolio-transaction">
Transaction Records
</div>
<div style="cursor: pointer;" class="text" name="feature-portfolio-cash-management">
Cash Management
</div>
<div style="cursor: pointer;" class="text" name="feature-portfolio-dividend-management">
Dividend Management
</div>
<div style="cursor: pointer;" class="text" name="feature-portfolio-multiple-portfolios">
Multiple Portfolios
</div>
</div>
<div class="header" id="three-header"><img src="images/features/alert.png" /><h3>Alert</h3><div style="clear:both;"></div></div>
<div class="content" id="three-content">
<div style="cursor: pointer;" class="text" name="feature-alert-email">
Email
</div>
<div style="cursor: pointer;" class="text" name="feature-alert-system-tray">
System Tray
</div>
<div style="cursor: pointer;" class="text" name="feature-alert-sound">
Sound
</div>
</div>
<div onclick="location.href='features2.html?four-header';" class="header" id="four-header"><img src="images/features/indicator.png" /><h3>Indicator Filter</h3><div style="clear:both;"></div></div>
<div onclick="location.href='features2.html?five-header';" class="header" id="five-header"><img src="images/features/chart.png" /><h3>Charting</h3><div style="clear:both;"></div></div>
<div onclick="location.href='features2.html?six-header';" class="header" id="six-header"><img src="images/features/upload_to_cloud.png" /><h3>Cloud Storage</h3><div style="clear:both;"></div></div>
<div onclick="location.href='features2.html?seven-header';" class="header" id="seven-header"><img src="images/features/money.png" /><h3>Currency Exchange</h3><div style="clear:both;"></div></div>
<div onclick="location.href='features2.html?eight-header';" class="header" id="eight-header"><img src="images/features/news.png" /><h3>Stock Market News</h3><div style="clear:both;"></div></div>
<div onclick="javascript: pageTracker._trackPageview('/downloads/android'); location.href='https://play.google.com/store/apps/details?id=org.yccheok.jstock.gui'" class="header" id="nine-header"><img src="images/features/android.png" /><h3>Android</h3><div style="clear:both;"></div></div>
<div onclick="javascript: pageTracker._trackPageview('/downloads/wenote'); location.href='https://wenote.me'" class="header" id="ten-header"><img src="images/features/wenote.png" /><h3>WeNote</h3><div style="clear:both;"></div></div>
<div style="margin-top:20px" class="news">
<p style="margin-bottom:5px">Show your LOVE to JStock!</p>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jstock.org&layout=button_count&show_faces=true&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
</div>
</div>
<div id="features-content">
<div class="feature-content" id="feature-realtime-country" style="display : none"><a rel="lightbox" title="28 world stock markets are being supported" href="images/features/country-b.png"><img class="shadow" src="images/features/country-s.png"/></a><div> </div>
<div class="feature-content-text"><strong>JStock supports 28 world stock markets.</strong> Here are the stock markets being supported.
<div class="country">
<ul>
<li>Argentina</li>
<li>Australia</li>
<li>Austria</li>
<li>Belgium</li>
<li>Brazil</li>
<li>Canada</li>
<li>China</li>
<li>Denmark</li>
<li>Finland</li>
<li>France</li>
<li>Germany</li>
<li>Hong Kong</li>
</ul>
<ul>
<li>India</li>
<li>Indonesia</li>
<li>Israel</li>
<li>Italy</li>
<li>Korea</li>
<li>Netherlands</li>
<li>New Zealand</li>
<li>Norway</li>
<li>Portugal</li>
</ul>
<ul>
<li>Russia</li>
<li>Singapore</li>
<li>Sweden</li>
<li>Switzerland</li>
<li>Taiwan</li>
<li>United Kingdom</li>
<li>United State</li>
</ul>
</div>
</div>
</div>
<div class="feature-content" id="feature-realtime-current" style="display : none"><a rel="lightbox" title="Real-time stock information" href="images/features/realtime-b.png"><img class="shadow" src="images/features/realtime-s.png"/></a><div> </div>
<div class="feature-content-text">The stock price can be either realtime or delay, depending on the chosen country. Please refer to "<a href="help_real_time_info.html#delay">Is there any delay in stock price?</a>" for more details.
</div>
</div>
<div class="feature-content" id="feature-realtime-intraday" style="display : none"><a rel="lightbox" title="Real-time intraday stock price movement" href="images/features/intraday-b.png"><img class="shadow" src="images/features/intraday-s.png"/></a><div> </div><div class="feature-content-text">If you are a daily trader, we understand that your need in monitoring <strong>stock price movement in seconds precision</strong>. Hence, JStock is providing intraday stock price snapshot. The stock price will be captured in every 10 seconds in daily basics, lasted for 2 hours.</div></div>
<div class="feature-content" id="feature-portfolio-transaction" style="display : none"><a rel="lightbox" title="Manage your buy and sell transaction records" href="images/features/transaction-b.png"><img class="shadow" src="images/features/transaction-s.png"/></a><div> </div><div class="feature-content-text">JStock also helps you to <strong>manage your portfolio</strong>, by calculating your current net worth, recording your buy and sell record. You may even put a sticky note on your every single transaction.</div></div>
<div class="feature-content" id="feature-portfolio-multiple-watchlists" style="display : none"><a rel="lightbox" title="Create watchlists for both high growth stocks and dividend gained stocks" href="images/features/watchlist-b.png"><img class="shadow" src="images/features/watchlist-s.png"/></a><div> </div><div class="feature-content-text">JStock allows you to create <strong>unlimited</strong> number of watchlists. This enables you keep track high growth stocks and dividend gained stocks at the same time.</div></div>
<div class="feature-content" id="feature-portfolio-cash-management" style="display : none"><a rel="lightbox" title="Manage your cash deposit and withdrawal" href="images/features/deposit-b.png"><img class="shadow" src="images/features/deposit-s.png"/></a><div> </div><div class="feature-content-text">You may use JStock to mange your <strong>cash deposit and withdrawal</strong>.</div></div>
<div class="feature-content" id="feature-portfolio-dividend-management" style="display : none"><a rel="lightbox" title="Manage your dividend payout" href="images/features/dividend-b.png"><img class="shadow" src="images/features/dividend-s.png"/></a><div> </div><div class="feature-content-text">JStock keeps track <strong>dividend payout</strong> too. You may input dividend information manually, or let JStock generates dividend information automatically.</div></div>
<div class="feature-content" id="feature-portfolio-multiple-portfolios" style="display : none"><a rel="lightbox" title="Create portfolios for every family members" href="images/features/multiple-b.png"><img class="shadow" src="images/features/multiple-s.png"/></a><div> </div><div class="feature-content-text">JStock allows you to create <strong>unlimited</strong> number of portfolios. This enables you to share the fun of JStock with your love and family, by creating individual portfolio for every family members.</div></div>
<div class="feature-content" id="feature-alert-email" style="display : none"><a rel="lightbox" title="Receive stock alert through email" href="images/features/email-b.png"><img class="shadow" src="images/features/email-s.png"/></a><div> </div><div class="feature-content-text">Stock alert may be received through <strong>email</strong>.</div></div>
<div class="feature-content" id="feature-alert-system-tray" style="display : none"><img class="shadow" src="images/features/systemtray-s.png"/><div> </div><div class="feature-content-text">Stock alert may be received through <strong>system tray</strong>.</div></div>
<div class="feature-content" id="feature-alert-sound" style="display : none"><img class="shadow" src="images/features/sound-s.png"/><div> </div><div class="feature-content-text">Stock alert may be received through <strong>sound</strong>.</div></div>
</div>
<script type="text/javascript">
<!--
applyDropShadows("img.shadow", "shadow3");
slider.init('slider',0);
$('#four-header').click(function() {
location.href='features2.html?four-header';
});
$('#five-header').click(function() {
location.href='features2.html?five-header';
});
$('#six-header').click(function() {
location.href='features2.html?six-header';
});
$('#seven-header').click(function() {
location.href='features2.html?seven-header';
});
$('#eight-header').click(function() {
location.href='features2.html?eight-header';
});
$('#nine-header').click(function() {
pageTracker._trackPageview('/downloads/android');
location.href='https://play.google.com/store/apps/details?id=org.yccheok.jstock.gui';
});
$('#ten-header').click(function() {
pageTracker._trackPageview('/downloads/wenote');
location.href='https://wenote.me';
});
$('#slider .content .text').bind("click", function (e) {
var me = $(this);
var name = me.attr("name");
$('#slider .content .text').removeClass('current');
$('.feature-content').hide();
me.addClass('current');
$('.feature-content#' + name).show();
});
//-->
</script>
<div style="clear:both;"></div>
<div class="h-container"><h3 style="text-align: right"><a href="download.html">Download JStock - Free Stock Market Software</a></h3></div>
<script type="text/javascript">
initLightbox();
</script>
<div class="adv" align="center" style="border-top: 1px solid #E1E1E1;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 468x60 -->
<ins class="adsbygoogle"
style="display:inline-block;width:468px;height:60px"
data-ad-client="ca-pub-6557918363491706"
data-ad-slot="0495074961"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<div id="clear"></div>
</div>
<div id="bottom"></div>
</div>
<div id="footer">
Please support by <a href="donation.html" onClick="javascript: pageTracker._trackPageview('/donate');">donating</a> · Content under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons licenses</a>
</div>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=6460490;
var sc_invisible=1;
var sc_security="b79b64cf";
</script>
<script type="text/javascript"
src="//www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="tumblr hit tracking tool"
href="http://statcounter.com/tumblr/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/6460490/0/b79b64cf/1/"
alt="tumblr hit tracking tool" ></a></div></noscript>
<!-- End of StatCounter Code -->
</body>
</html>