-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
111 lines (94 loc) · 5.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<meta name="robots" content="index, follow" />
<meta name="keywords" content="trend, stocks, equity, forex, currency, gold, silver, profit, investment" />
<title>Chebyshev Trend Pro</title>
<!-- Bootstrap core CSS -->
<link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./bootstrap/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron-narrow.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./bootstrap/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!--script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6641565895978932" crossorigin="anonymous"></script/-->
<!-- Yandex.RTB -->
<script>window.yaContextCb=window.yaContextCb||[]</script>
<script src="https://yandex.ru/ads/system/context.js" async></script>
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="./chebtrendpro/index.html">Chebyshev Trend Pro</a></li>
<li role="presentation"><a href="./fourierPredict/index.html">Fourier Predictor</a></li>
<li role="presentation"><a href="./multitrendpro/index.html">Multi Trend Pro</a></li>
<li role="presentation"><a href="mailto:[email protected]?subject=Feedback%20for%20ChebyshevTrendPro">Feedback</a></li>
</ul>
</nav>
<h3 class="text-muted">Chebyshev Trend Family Technical Analysis apps</h3>
</div>
<div class="jumbotron">
<!--<h1><img src="ChebTK.png" style="width:600px"></h1>/-->
<p class="lead text-center">Chebyshev Trend Family Technical Analysis mobile and desktop apps started grow around Chebyshev polynomials.<br>
This innovative trending method is based on creating polynomials using a modified Gaussian least squares fit that essentially acts as a noise filter, removing random fluctuations from the chart data and finds the real underlying trend.<br>
The main benefit of using this trending method is an almost complete absense of lag, when compared to moving average trends.<br>
Later classical MA & Bollinger Bands and more indicators and oscillators was added for comparison.<br>
Classical Fourier and modern Neural Networks based Prediction methods was added to app family also as separated apps and plugins.<br>
Major apps source Stock data from the Yahoo Finance website but some special version can use other sources.<br>
</p>
</div>
<h3 class="text-muted">Other Technical Analysis apps</h3>
<h4>Renko charts</h4>
<a href="https://apps.apple.com/us/app/renko-charts-forex-ed/id555743091">Renko chart - FOREX ed</a>
<a href="https://apps.apple.com/us/app/renko-charts-yahoo-ed/id562245297">Renko chart - Yahoo ed</a>
<h4>FOREX oriented apps</h4>
<a href="https://apps.apple.com/us/app/chebyshevtrendpro-forex-ed/id542612322">Chebyshev Trend Pro FOREX ed.</a>
<a href="https://apps.apple.com/us/app/renko-charts-forex-ed/id555743091">Renko chart - FOREX ed</a>
<a href="https://apps.apple.com/us/app/4x-market-activity-meter/id890575485">4x Market Activity Meter</a>
<h4 class="text-muted"><a href="debtmanager/index.html">Home finance helper app (Android)</a></h4>
</div>
<footer class="footer">
<hr>
<p>© 2011 - 2023 Igor Vlasov <a href="tos.html">Terms of service</a></p>
<hr>
</footer>
<!-- Yandex.RTB R-A-13017133-1 -->
<div id="yandex_rtb_R-A-13017133-1"></div>
<script>
window.yaContextCb.push(() => {
Ya.Context.AdvManager.render({
"blockId": "R-A-13017133-1",
"renderTo": "yandex_rtb_R-A-13017133-1"
})
})
</script>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
<!--script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script/-->
<!-- igorvlassov.narod.ru horisontal -->
<!--ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-6641565895978932"
data-ad-slot="2840163577"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script/-->
</body>
</html>