-
Notifications
You must be signed in to change notification settings - Fork 8
/
output.html
53 lines (45 loc) · 2.28 KB
/
output.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
<html>
<head>
<title>QuantCLI Search Results</title>
<style>
body { font-family: Arial, sans-serif; margin: 20px; }
h1 { color: #333; }
ul { list-style-type: none; padding: 0; }
li { margin-bottom: 15px; }
a { text-decoration: none; color: #1a0dab; }
a:hover { text-decoration: underline; }
.authors { color: #555; }
.published { color: #777; }
</style>
</head>
<body>
<h1>Search Results</h1>
<ul>
<li>
<a href="http://dx.doi.org/10.2139/ssrn.3068852" target="_blank">Trading Range Breakout Test on Daily Stocks of Indian Markets</a><br/>
<span class="authors">Uttam B Sapate</span><br/>
<span class="published">None</span>
</li>
<li>
<a href="http://dx.doi.org/10.53907/enpesj.v2i2.173" target="_blank">Breakout Stocks Identification using Machine Learning Approaches</a><br/>
<span class="authors">Md. Siam Ansary</span><br/>
<span class="published">2022</span>
</li>
<li>
<a href="http://dx.doi.org/10.22259/ijrbsm.0402002" target="_blank">Weak Form of Market Efficiency Trading Range Breakout Test on Weekly Stocks of India Markets</a><br/>
<span class="authors">No authors available</span><br/>
<span class="published">2017</span>
</li>
<li>
<a href="http://dx.doi.org/10.4016/6678.01" target="_blank">Breakout Groups Assignments and Instructions</a><br/>
<span class="authors">No authors available</span><br/>
<span class="published">2008</span>
</li>
<li>
<a href="http://dx.doi.org/10.1007/springerreference_9241" target="_blank">breakout</a><br/>
<span class="authors">No authors available</span><br/>
<span class="published">None</span>
</li>
</ul>
</body>
</html>