Built-in Indicators Table
|
Average Directional Index |
ADX(d, s, z) |
d=DI_Period, s=Smooth, z=Offset |
ADXd.s.z | ||
|
Aroon Down portion of Aroon Indicator |
AROONDOWN(x, z) |
x=Period, z=Offset |
AROONDOWNx.z | ||
|
Aroon Up portion of Aroon Indicator |
AROONUP(x, z) |
|
AROONUPx.z | ||
|
Average True Range (uses simple moving average for smoothing) |
ATR(x, z) |
x=Period, z=Offset |
ATRx.z | ||
|
Simple Moving Average |
AVG(w, x) |
w=Numeric, x=Period |
AVGwx.z |
w=O, H, L, C, or V, x=Period, z=Offset |
|
|
Bollinger Band (Bottom) |
BBBOT(d, x, z) |
d=StdDev, x=Period, z=Offset |
BBBOTd.x.z |
d=StdDev (integer only), x=Period, z=Offset |
|
|
Bollinger Band (Top) |
BBTOP(d, x, z) |
d=StdDev, x=Period, z=Offset |
BBTOPd.x.z |
d=StdDev (integer only), x=Period, z=Offset |
|
|
Balance of Power (Green>30,Red<-30,Yellow 30 to –30) |
BOP(y, z) |
y=SMA, z=Offset |
BOPy.z | ||
| Close or Current price of the specified bar |
C(z) |
z=Offset |
Cz | ||
|
Commodity Channel Index |
CCI(x, z) |
x=Period, z=Offset |
CCIx.z | ||
|
Directional Movement (DI- component) |
DIMINUS(x, z) |
x=Period, z=Offset |
DIMINUSx.z | ||
|
Directional Movement (DI+ component) |
DIPLUS(x, z) |
|
DIPLUSx.z | ||
|
Front Weighted Moving Average |
FAVG(w, x) |
w=Numeric, x=Period |
FAVGwx.z |
w=O, H, L, C, or V, x=Period, z=Offset |
|
| High price of the specified bar |
H(z) |
z=Offset |
Hz | ||
|
Hull Moving Average |
HAVG(w, x) |
w=Numeric, x=Period |
HAVGwx.z |
w=O, H, L, C, or V, x=Period, z=Offset |
|
| Low price of the specified bar |
L(z) |
z=Offset |
Lz | ||
|
Exponential Moving Average Convergence Divergence Oscillator |
MACD(s, l, z) |
s=Short, l=Long, z=Offset |
MACDs.l.z | ||
| Maximum - Returns the highest value of w over the most recent x bars. |
MAX(w, x) |
w=Numeric, x=Period |
MAXwx.z |
w=O, H, L, C, or V, x=Period, z=Offset |
|
|
MoneyStream (MS) and Cumulative MoneyStream (CMS) are the same |
MS(y, z) |
y=SMA, z=Offset |
MSy.z | ||
| Open price of specified bar |
O(z) |
z=Offset |
Oz | ||
|
On Balance Volume |
OBV(y, z) |
y=SMA, z=Offset |
OBVy.z | ||
|
Relative Strength Index (RSI) - not Wilder's Smoothed |
RSI(x, y, z) |
x=Period, y=SMA, z=Offset |
RSIx.y.z | ||
| Standard Deviation |
STDDEV(x, z) |
x=Period, z=Offset |
STDDEVx.z | ||
|
Simple Stochastic |
STOC(x, y, z) |
x=Period, y=SMA, z=Offset |
STOCx.y.z | ||
| Sum - Adds together the value of w over the most recent x bars. |
SUM(w, x) |
w=Numeric, x=Period |
|
Time Segmented Volume |
TSV(y, z) |
y=SMA, z=Offset |
TSVy.z | ||
| Volume for the specified bar |
V(z) |
z=Offset |
Vz | ||
|
Wilder's Relative Strength Index (RSI) - Wilder's Smoothed |
WRSI(x, z) |
x=Period, z=Offset |
WRSIx.z | ||
|
Worden Stochastic |
WSTOC(x, y, z) |
x=Period, y=SMA, z=Offset |
WSTOCx.y.z | ||
|
Exponential Moving Average |
XAVG(w, x) |
w=Numeric, x=Period |
XAVGwx.z |
w=O, H, L, C, or V, x=Period, z=Offset |