Indicators are a group of commonly used technical indicators. You can change the arguments of these indicators to any reasonable value. Here are the details of each of the indicators.
| Name | Description |
| ATR | Short for Average True Range, ATR indicates a stock's volatility over the past several days. The unit of ATR is price point. Divide ATR by CLOSE you can get its percentage value. Here are the arguments: - The amount of days used in the calculation.
- N/A
- N/A
|
| ADX | Also known as the Directional Movement Index, ADX is a trend following indicator. When using ADX, you will also see two more values in the chart, +DMI and -DMI. When the ADX line is below both DMI lines, it means there is no trending in the stock price. Here are the arguments: - DX Period
- Smoothing Period
- N/A
|
| Bollinger Band | Bollinger Bands determines over-bought and over-sold area using past price volatility. When using Bollinger Band, an Upper BBand and a Lower BBand will be added to the chart. When price rise above the upper band, it is over-bought, vice versa. Here are the arguments: - Moving Average Period for the middle line.
- Multiple of Sigma (Standard Deviation) away from the middle line.
- N/A
|
| EMA | Exponential Moving Average is a cumulative moving average that takes in all previous data into calculation. Here are the arguments: - The recent number of days that has greater effect on the MA.
- N/A
- N/A
|
| MACD | The MACD line is generated by measuring the differences between a long moving average and a short moving average line. It also generates a signal line, which is the Moving Average of the MACD line. Buy signals are generated when the MACD line cross up the signal line. Here are the arguments: - Short MA period
- Long MA period
- Signal MA period
|
| OBV | On Balance Volume is calculated as the sum of up day volume minus the sum of down day volume. The value of OBV is not important. What is important is the change in the OBV value. It is very bullish when OBV rapidly increases. Here are the arguments: - The number of recent days used in calculation.
- N/A
- N/A
|
| Parabolic Sar | The Parabolic Sar is designed to measure stops for long and short positions. Here are the arguments: - Incremental Step
- Maximum Step
- N/A
|
| RSI | The Relative Strength Index compares recent gain to recent loss. It is very useful to determine over-bought (RSI > 80) and over-sold (RSI < 20) situations. Here are the arguments: - The number of past days used in calculation.
- N/A
- N/A
|
| SMA | Simple Moving Average takes the average of the past several days. Here are the arguments: - The number of recent days used in calculation.
- N/A
- N/A
|
| Stochastic | Stochastics measures the price momentum and velocity. Here are the arguments: - Raw K period
- Fast D period
- Slow D period
|
| Trix | The Triple Smoothed Exponential Oscillator measures the percentage change of the triple moving average of price. Here are the arguments: - Smoothing period
- N/A
- N/A
|
| William %R | The William %R is similar to stochastics. It measures over-sold and over-bought situations. Here are the arguments: - Number of recent day used in calculation.
- N/A
- N/A
|