Mariner Backtesting - TA-LIB Math Operators
Math Operator Functions- Highest value over a specified period (MAX)
- Index of highest value over a specified period (MAXINDEX)
- Index of lowest value over a specified period (MININDEX)
- Indexes of lowest and highest values over a specified period (MINMAXINDEX)
- Lowest and highest values over a specified period (MINMAX)
- Lowest value over a specified period (MIN)
- Summation (SUM)
- Vector Arithmetic Add (ADD)
- Vector Arithmetic Div (DIV)
- Vector Arithmetic Mult (MULT)
- Vector Arithmetic Substraction (SUB)