-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhelp_real_time_info.html
339 lines (294 loc) · 14.2 KB
/
help_real_time_info.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
<!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>Help : Stock Watchlist - 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" type="text/css" href="style.css" media="screen" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
</head>
<script type="text/javascript">
<!--
$(function () {
$('.loading').each(function() {
var me = $(this);
var image = me.attr("image");
var img = new Image();
$(img).load(function () {
//$(this).css('display', 'none'); // .hide() doesn't work in Safari when the element isn't on the DOM already
$(this).hide();
me.removeClass('loading').append(this);
$(this).fadeIn();
}).error(function () {
// notify the user that the image could not be loaded
}).attr('src', image);
});
});
//-->
</script>
<body>
<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 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 class="current_page" 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/help_real_time_info.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 type="text/javascript"><!--
google_ad_client = "pub-6557918363491706";
/* 468x60, created 10/10/09 */
google_ad_slot = "6678011157";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="help-section">
<div style="float : left">
<div class="h-container"><h2>Stock Watchlist</h2></div>
<br />
<div>
<p><a href="#select-country">I want to select a country.</a></p>
<p><a href="#insert-stock">I want to insert a stock.</a></p>
<p><a href="#multi-columns">JStock is displaying list of stocks with same name.</a></p><br />
<p><a href="#new-database">I cannot find XYZ stock.</a></p>
<p><a href="#view-history">How can I view stock history?</a></p>
<p><a href="#stock-alert">I wish to be informed when stock's price hits certain level.</a></p><br />
<p><a href="#email-alert">I want to receive stock alert from my company email.</a></p>
<p><a href="#scanning-speed">JStock is taking up too much network bandwidth!</a></p><br />
<p><a href="#no-connection">There are no network connection. Stock price are not updating.</a></p>
<p><a href="#yellow-info-box">Is there any short-cut to move the chart's yellow info box around?</a></p><br />
<p><a href="#update-database">I realize list of stocks suggested by JStock is not up-to-date.</a></p>
<p><a href="#intraday-chart">Where's the intraday chart?</a></p><br />
</div>
</div>
<div style="float : right" align="right">
<!-- Advertisement -->
</div>
<div style="clear : both"></div>
</div>
<br />
<div class="h-container"><h3 id="select-country">I want to select a country.</h3></div>
<div>
Go to JStock top menu <i>Country</i>, and select your desired country. There are total 26 countries being supported at this moment.
</div>
<br />
<div class="h-container"><h3 id="insert-stock">I want to insert a stock.</h3></div>
<div>
At the center of <i>Stock Watchlist</i> page, there is a text field. To add a watched stock, just simply enter the prefix stock symbol or stock code, and press ENTER. The intelligent stock search system will prompt you for a list of stock selection. <img align="top" src="images/help/auto-complete-combo-box.png" title="Auto Complete Combo Box" alt="Auto Complete Combo Box"/>
</div>
<br />
<div class="h-container"><h3 id="multi-columns">JStock is displaying list of stocks with same name.</h3></div>
<div>
This happens when your country is having multiple stock exchanges. They might be having multiple stocks with same name. To avoid confusion, go to <i>Options-> Options...-> GUI</i>. Select <i>Display 2 columns stock info</i>. After that, you will be getting the following stock list. <img align="top" src="images/help/multi-columns.png" title="Multi Columns Stock List" alt="Multi Columns Stock List"/>
</div>
<br />
<div class="h-container"><h3 id="new-database">I cannot find XYZ stock.</h3></div>
<p>
<div class="faq">
<ul>
<li>Go to <i>Database-> Stock Database...</i></li>
<li>The following screen will be shown. <img align="top" title="Stock Database" alt="Stock Database" src="images/help/database.png"/></li>
<li>Enter your desired stock in the text field. JStock will prompt you with a list of suggestion. <img align="top" title="Stock Database Suggestion" alt="Stock Database Suggestion" src="images/help/database-suggestion.png"/></li>
<li>(Optional) If you are not happy with the symbol suggested by JStock, you may double click on it and change it.</li>
<li>(Optional) If you know the stock code, says 5199WA.KL, just key in "5199WA.KL" in the text field and press enter.</li>
</ul>
</div>
</p>
<div class="adv" align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6557918363491706";
/* 336x280, created 10/23/09 */
google_ad_slot = "8965095522";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
<div class="h-container"><h3 id="view-history">How can I view stock history?</h3></div>
<div>
Right click on any stock. Select <i>History...</i> with following icon <img align="top" src="images/help/history-icon.png" title="History Icon" alt="History Icon"/>.
</div>
<br />
<div class="h-container"><h3 id="stock-alert">I wish to be informed when stock's price hits certain level.</h3></div>
<div>
Key in your desired stock price under <i>Fall Below</i> and <i>Rise Above</i> columns. <img align="top" src="images/help/fallbelow-and-riseabove.png" title="Fall Below and Rise Above" alt="Fall Below and Rise Above"/>
</div>
<div class="faq">
<ul>
<li>Fall Below - If stock's last price is lower or equal to this value, you will receive alert.</i>
<li>Rise Above - If stock's last price is higher or equal to this value, you will receive alert.</i>
</ul>
</div>
<div>
Remember to select your preferred alert method through <i>Options-> Options...-> Alert</i>.
</div>
<br />
<div class="h-container"><h3 id="email-alert">I want to receive stock alert from my company email.</h3></div>
<div>
Go to <i>Options-> Options...-> Alert</i>. You must have a free <a href="http://www.gmail.com">GMail</a> account to receive stock alert through email. However, we do support any email address too. You may enter any optional email address under <i>CC Copy</i> field. <img align="top" src="images/help/email-alert.png" title="Email Alert" alt="Email Alert"/>
</div>
<br />
<div class="h-container"><h3 id="scanning-speed">JStock is taking up too much network bandwidth!</h3></div>
<p>
By default, JStock's stock price scanning speed is 5 seconds. In order to save up your network bandwidth, you may adjust this to higher value, says 60 minutes.
<div class="faq">
<ul>
<li>Go to <i>Options-> Options...-> Speed</i>. <img align="top" src="images/help/scanning-speed.png" title="Scanning Speed" alt="Scanning Speed"/></li>
<li>Adjust it to 60 minutes. With higher value, scanning speed will become slower.</li>
<li>With slower the scanning speed, JStock will less frequent contact stock server.</li>
<li>As a result, it will consume lesser network bandwidth.</li>
<li>Whenever you wish to refresh to most updated stock prices immediately, just go to <i>Edit-> Refresh Stock Prices</i>.</li>
<li>Or, you may just use <i>Ctrl + R</i> keyboard shortcut to refresh stock prices immediately.</li>
</ul>
</div>
</p>
<div class="adv" align="center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-6557918363491706";
/* 234x60, created 3/4/09 */
google_ad_slot = "3741563114";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
<div class="h-container"><h3 id="no-connection">There are no network connection. Stock price are not updating.</h3></div>
<div>High chance that you are behind a company network. Try the following.</div>
<div class="faq">
<ul>
<li>Go to <i>Options-> Options...-> Network</i>, look for the following buttons. <img align="top" src="images/help/detect-proxy-and-test-connection-button.png" title="Detect Proxy and Test Connection Buttons" alt="Detect Proxy and Test Connection Buttons"/></i>
<li>Click on <i>Test connection</i>. Does it give you any hint?</li>
<li>Click on <i>Auto detect proxy</i>. If it does suggest you a new proxy server, click <i>OK</i>. Does it help?</li>
<li>Restart JStock. Does it work now?</li>
<li>Sorry. You have to consult your network administrator then. (Hint : be nice to them)</li>
</ul>
</div>
<br />
<div class="h-container"><h3 id="yellow-info-box">Is there any short-cut to move the chart's yellow info box around?</h3></div>
<div>
Besides using mouse, you may also use left/right arrow key.
</div>
<br />
<div class="h-container"><h3 id="update-database">I realize list of stocks suggested by JStock is not up-to-date.</h3></div>
<div>
Try to double click on the network icon to see whether we can get the latest stock database.<img align="top" src="images/help/network-icon.png" title="Network icon" alt="Network icon"/>
</div>
<br />
<div class="h-container"><h3 id="intraday-chart">Where's the intraday chart?</h3></div>
<div>
We hide it by default. You may make it visible through <i>Options-> Options...-> GUI</i>. Tick on <i>Show intraday chart</i>.<br/><img align="top" src="images/help/show-intraday-chart.png" title="Show intraday chart" alt="Show intraday chart"/>
</div>
<br />
</div>
<div id="clear"></div>
</div>
<div id="bottom"></div>
</div>
<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="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> · <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jstock.org&send=false&layout=button_count&width=90&show_faces=false&action=like&colorscheme=light&font&height=21&appId=108599022497670" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
</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>