-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
194 lines (174 loc) · 10.4 KB
/
faq.html
File metadata and controls
194 lines (174 loc) · 10.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="icon" href="https://imgur.com/VjN344H.png">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="js/app.js" defer></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="mycss.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />
<style type="text/css">
body {
margin: 20px;
background-color: white;
}
u {
text-decoration-color: red;
}
.underline {
text-decoration: underline;
color:#4682b4;
font-size: large;
}
</style>
</head>
<body>
<nav class="navbar">
<a href="index.html"><img src=heading_logo.png style="height:40px"></a>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link faq lato font-weight-bold text-my-own-color" href="#ex2" rel="modal:open">ABOUT</a>
</li>
</ul>
</nav>
<hr class="headerline"/>
<h2 class="lato font-weight-bold">Alarm Descriptions</h2><br />
<p>
<div class="lato font-weight-bold underline">Price/Percent Change Increase from Current</div>
<div>
This alarm triggers when a stock price moves up by a specified dollar amount or percentage
<br />
<strong>Example</strong>: stock price is $100. Upper limit is set at $2.
An alarm will sound when the stock price meets or exceeds 102 then again at or above 104 and so on
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Price/Percent Change Decrease from Current</div>
<div>
This alarm triggers when a stock price moves down by a specified dollar amount or percentage
<br />
<strong>Example</strong>: stock price is $100. Lower limit is set at $2.
An alarm will sound when the stock price meets or exceeds 98 then again at or below 96 and so on
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Price/Percent Change from Current</div>
<div>
This alarm triggers when a stock price moves by a specified dollar amount or percentage in either direction.
<br />
<strong>Example</strong>: stock price is $100. Both Upper and Lower limits are set at $2.
An alarm will sound when the stock price meets or exceeds $102 or meets or drops below $98
</div>
</p>
<p>
<div class="lato font-weight-bold underline">24-hour Price/Percent Change</div>
<div>
This alarm measures a price or percent change in a single 24-hour period.
Unlike regular price/percent change alarms, the app saves the most recent price every 24-hours whether the limit is hit or not.
<br />
<strong>Example</strong>: a stock price is $100. An investor sets an upper limit of 2 dollars per share.
If the stock price, for example, moves up 1 dollar within a 24-hour period, the app saves $101 and uses it against the limits for the next 24-hour period such that the change in price must now reach at least $103 to send an alarm. This gives an investor a sense of how far a stock will move day-to-day.
<br />
<i>
If a dollar amount (or percentage) you set is NOT regularly sending alarms in a day, it may be an indication that your limits are set too high or low.
</i>
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Price Target</div>
<div>
Just as it sounds, the price must hit, exceed, or drop below, a specified target price.
<br />
<strong>Example</strong>:the stock price is $100. An investor sets a target price of $110.
If the stock hits or exceeds $110, the alarm sounds. Likewise, if the stock price drops below $110, an alarm will sound.<br />
Using a target alert, will allow an investor to 'see' the shape of a stock.<br />
<img style="width:50%;" src="PriceTarget.png" alt="Price Target in action" />
</p>
<p>
<div class="lato font-weight-bold underline">Trailing Alarms</div>
<div>
This style alarm works best when you’ve already placed an order with your broker that has automatic buying or selling limits in place which execute if the stock dips or rises by a specified dollar amount or percentage change.
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Volume Percent Change</div>
<div>
This alarm triggers when the volume of a stock moves by specified percentage. When a limit is hit or exceeded, a message is sent with the volume percent change, the difference, and current price.<br />
An increase in volume often precedes high volatility in a stock's price
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Volume Percent Deviation</div>
<div>
This alarm triggers when the volume of a stock deviates (above or below) by a set percentage from the 30-day average volume
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Volume 24-hour Dip/Spike</div>
<div>
This alarm triggers when the volume of a stock spikes or dips by a set percentage from the prior days closing volume.
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Recurring Alarms</div>
<div>
Recurring alarms, as you may have guessed, triggers at a set time or interval. The set time options are, <strong>every morning at 9:30 AM</strong>, <strong>every afternoon at 12:30 PM</strong>, or <strong>every evening at 4:00 PM</strong>.
Interval options are, <strong>every hour on the hour</strong>, <strong>every half hour</strong>, or, and if you’re particularly neurotic, <strong>every fifteen minutes</strong>.
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Events - Earnings, Dividends & Splits</div>
<div>
The alarm will trigger when a given event (Earnings, Dividends, or a Split) is at, or within, the following time periods: <strong>one month</strong>, <strong>one week</strong>, <strong>three days</strong>, or <strong>one day</strong><br />
<strong>Example</strong> Apple earnings are to be posted in 10 days and you set a three-day alert. You will receive an alarm when the event comes within three days.
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Market Cap Percent Change</div>
<div>
Market Capitalization is calculated by taking the number of shares in circulation and multiplying that by the share price.
Public companies are grouped based on their size — most commonly, small-cap, mid-cap and large-cap.
Significant changes in the value of the shares—either up or down—could impact Market Cap, as could changes in the number of shares issued.<br />
This alarm triggers when the market cap moves up or down by a specified dollar amount or percentage.<br />
<strong>Example</strong>: Market Cap is 500m. Upper limit is set at 1 percent.
An alarm will sound when the Market Cap meets or exceeds 505m
</div>
</p>
<p>
<div class="lato font-weight-bold underline">52-Week High/Low</div>
<div>
This alarm can be set to compare the stock price against either the 52-week high or the 52-week low where the alarm will sound when the stock price either goes above or below.
</div>
</p>
<h3>Technicals</h3>
<p>
<div class="lato font-weight-bold underline">Death Cross</div>
<div>
The Death Cross is a bearish pattern that occurs when the more short-term 50-day Simple Moving Average crosses below the long-term 200-day Simple Moving Average.
By selecting this alarm, an investor will be alerted of this occurrence.
</div>
</p>
<p>
<div class="lato font-weight-bold underline">Golden Cross</div>
<div>
The Golden Cross is a bullish pattern that occurs when the more short-term 15-day Simple Moving Average crosses above the long-term 50-day Simple Moving Average.
By selecting this alarm, an investor will be alerted of this occurrence.<br />
<img style="width:25%;" src="goldencross.png" alt="Golden Cross image" />
</div>
</p>
<div id="ex2" class="modal" style="height:auto;">
<h4>ABOUT</h4>
<p>
The current application allows investors to track thousands of stocks available on the NYSE using a variety of alarms ranging from price, volume, PE Ratio, technical analysis (e.g., Moving Averages, RSI), Market Cap, and Events such as splits, and dividends. Using data from IEX, we monitor for changes on a 15-minute continual basis during market and extended hours.<br /><br />
Future plans for the app include new alarms such as a scan that searches through 300 stocks of a selected size (e.g., Large-Cap, Mid-Caps, Small-Caps). Investors can run scans looking for patterns like Golden Crosses, average volume increases, volume spikes, and Fifty-two-week highs and lows. Each morning, before the market opens, a list of stocks meeting the criteria set in the alarm is sent to users with buttons to add the stock to a watchlist. Other future innovations may include direct buying and selling using platforms such as Webull and Robinhood along with cryptocurrency alarms.
</p>
<a style="color:peru;" href="#" rel="modal:close">Close</a>
</div>
</body>
</html>