# Functions
ParseIndicatorSelector returns indicator number from string for slice selection.
ParseMAType returns moving average from string.
# Constants
AverageTrueRange is the string constant.
BollingerBands is the string constant.
CorrelationCoefficient is the string constant.
ExponentialMovingAverage is the string constant.
MoneyFlowIndex is the string constant.
MovingAverageConvergenceDivergence is the string constant.
OHLCV locale string for OHLCV data conversion failure.
OnBalanceVolume is the string constant.
RelativeStrengthIndex is the string constant.
SimpleMovingAverage is the string constant.
# Variables
AtrModule range indicator commands.
BBandsModule bollinger bands indicator commands.
CorrelationCoefficientModule indicator commands.
EMAModule EMA indicator commands.
MACDModule MACD indicator commands.
MfiModule index indicator commands.
ObvModule volume indicator commands.
RsiModule relative strength index indicator commands.
SMAModule simple moving average indicator commands.
# Structs
ATR defines a custom Average True Range indicator tengo object.
BBands defines a custom Bollinger Bands indicator tengo object.
Correlation defines a custom correlation coefficient indicator tengo object.
EMA defines a custom Exponential Moving Average indicator tengo object.
MACD defines a custom Moving Average Convergence Divergence tengo indicator object type.
MFI defines a custom Money Flow Index tengo indicator object type.
OBV defines a custom On Balance Volume tengo indicator object type.
RSI defines a custom Relative Strength Index indicator tengo object type.
SMA defines a custom Simple Moving Average indicator tengo object type.