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.

FAQ

Frequently Asked Questions

What is the Vector Addition (ADD) indicator?

Vector Arithmetic Add

How does ADD work?

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.

How do traders use ADD in their strategies?

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.

What are the key points to know about ADD?

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

Can I use ADD with Cryptorobot.ai?

Yes. Vector Addition (ADD) is available as a built-in indicator in Cryptorobot.ai. You can add it to any automated strategy using the no-code strategy builder, backtest it against historical data, and deploy it live on supported exchanges.