Currently available technical analysis calculations are as follows. This list may be extended in future releases of MyTrader. Many other common calculations can be easily derived from the types here. For example, an "Awesome Oscillator" is simply the difference between the 5- and 34-period simple moving averages of the median price. It can be calculated using
// The signal and smoothing values are irrelevant; only need/use the main "MACD" value for AO
var ao = new FXB.ta.MACD({fast: 5, slow: 34, member: "median", maType: "sma"});
The following list does not include moving averages, such
The list shows the class within
| Calculation class | Description | |
| Bar | Directional movement system | |
| Value | Awesome Oscillator | |
| Bar | Aroon | |
| Bar | Aroob oscillator | |
| Bar | Accumulative swing index | |
| Bar | Average true range | |
| Value | Bollinger® bands: a moving average plus/minus standard deviation | |
| Bar | Bear/bull power - one candle property minus an average of another candle property | |
| Value | Commodity channel index | |
| Value | Chande forecast oscillator | |
| Bar | Chaikin Volatility | |
| Bar | Chaikin Money Flow | |
| Value | Chande momentum oscillator | |
| Value | Centre of gravity | |
| Value | Coppock curve | |
| Bar | Derived prices from candle data | |
| Value | Detrended price oscillator | |
| Bar | Elder force index | |
| Value | Ehler Fisher transform | |
| Bar | Elder market thermometer | |
| Bar | EaseOfMovement | |
| Value | Envelopes around a moving average: the average plus/minus a fixed percentage | |
| Bar | Gopalakrishnan range index | |
| Value | Highest of the last N values | |
| Value | Historical volatility | |
| Bar | Intraday momentum index | |
| Bar | Keltner channel (and STARC): moving average plus/minus ATR | |
| Bar | Klinger volume oscillator | |
| Value | Lowest of the last N values | |
| Value | Linear forecast | |
| Value | Linear intercept | |
| Value | Moving-average convergence/divergence: difference between two averages, with smoothing of that difference | |
| Value | Oscillator of a moving average | |
| Bar | Mass index | |
| Bar | Market facilitation index | |
| Value | Momentum oscillator | |
| Bar | Money Flow Index oscillator | |
| Value | Performance index | |
| Bar | Pretty Good oscillator | |
| Value | Price oscillator | |
| Bar | Parabolic stop and reverse | |
| Bar | QStick | |
| Value | Rainbow oscillator | |
| Value | Ranking | |
| Value | RAVI | |
| Value | Relative strength index | |
| Bar | Relative vigor index | |
| Bar | Random walk index | |
| Value | R-squared | |
| Value | Slope of linear regression | |
| Value | Standard deviation | |
| Bar | Stochastic momentum index | |
| Value | Schaff trend cycle | |
| Bar/Value | Stochastic oscillator | |
| Value | Stochastic RSI | |
| Value | Sum of the last N items | |
| Bar | Swing index | |
| Bar | Twiggs money flow | |
| Value | TRIX oscillator | |
| Bar | True range | |
| Bar | Ultimate oscillator | |
| Value | Vertical horizontal filter | |
| Bar | Positive and negative volume index | |
| Bar | Williams accumulation/distribution | |
| Bar | Williams %R |