Math Operators

Vector Addition (ADD)

Vector Arithmetic Add

Deep Dive

Everything You Need to Know

Under the Hood

How It Works

ADD performs element-wise addition of two data series (arrays/vectors). For each time period, it adds the corresponding values from two input series: Output[i] = Input1[i] + Input2[i]. This is a mathematical utility function for building custom indicators that require adding two data streams together. ADD operates on entire time series vectors rather than single values.

In Practice

How Traders Use It

Algorithm developers use ADD when building custom indicators that combine two data series. For example, creating a composite indicator by adding RSI and Stochastic, or combining multiple oscillators into a single signal. ADD is essential for indicator algebra and building complex multi-component indicators. It's a foundation building block for custom technical analysis development.

Highlights

ADD at a Glance

Element-wise addition of two data series
Formula: Output = Series1 + Series2
Utility for custom indicator development
Enables indicator combination and algebra
Used by algorithm developers and quants

Get Started

Automate ADD with cryptorobot.ai

Build automated strategies using Vector Addition and hundreds of other indicators. Connect to your favourite exchange and let the bot execute trades 24/7 — no code required.