Under the Hood
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
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.
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.
Vector Arithmetic Add
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.
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.
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
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.