1. Home
  2. Docs
  3. Knowledge Base
  4. TALib Indicators
  5. Math Operators

Math Operators

Function Details Description
ADD – Vector Arithmetic Add real = ADD(high, low) Description for Vector Arithmetic Add
DIV – Vector Arithmetic Div real = DIV(high, low) Description for Vector Arithmetic Div
MAX – Highest value over a specified period real = MAX(close, timeperiod=30) Description for Highest Value Over a Specified Period
MAXINDEX – Index of highest value over a specified period integer = MAXINDEX(close, timeperiod=30) Description for Index of Highest Value Over a Specified Period
MIN – Lowest value over a specified period real = MIN(close, timeperiod=30) Description for Lowest Value Over a Specified Period
MININDEX – Index of lowest value over a specified period integer = MININDEX(close, timeperiod=30) Description for Index of Lowest Value Over a Specified Period
MINMAX – Lowest and highest values over a specified period min, max = MINMAX(close, timeperiod=30) Description for Lowest and Highest Values Over a Specified Period
MINMAXINDEX – Indexes of lowest and highest values over a specified period minidx, maxidx = MINMAXINDEX(close, timeperiod=30) Description for Indexes of Lowest and Highest Values Over a Specified Period
MULT – Vector Arithmetic Mult real = MULT(high, low) Description for Vector Arithmetic Multiplication
SUB – Vector Arithmetic Subtraction real = SUB(high, low) Description for Vector Arithmetic Subtraction
SUM – Summation real = SUM(close, timeperiod=30) Description for Summation Over a Specified Period

How can we help?