Orby Strategy
57 capabilities

What Orby Strategy creates

Entry signals, stops, targets and filters the AI generates today — continuously expanding. Can't find what you need? Ask in the chat and it joins the production queue.

Indicator

EMA — Exponential Moving Average

Moving average that weights recent prices more heavily, reacting faster to price movements than the SMA.

Platforms:pine
Indicator

RSI — Relative Strength Index

Momentum oscillator that measures the speed and magnitude of recent price changes. Scale 0–100.

Platforms:pine
Indicator

ATR — Average True Range

Measures asset volatility by averaging the True Range. Used to dynamically size stops and targets.

Platforms:pine
Indicator

MACD — Moving Average Convergence/Divergence

Trend and momentum indicator. Generates three series: MACD line, signal line, and difference histogram.

Platforms:pine
Indicator

SMA — Simple Moving Average

Arithmetic average of the last N prices. Foundation of many trend and moving average crossover strategies.

Platforms:pine
Indicator

WMA — Weighted Moving Average

Moving average that assigns linearly greater weight to recent bars. Reacts faster than SMA with less noise than EMA.

Platforms:pine
Indicator

Bollinger Bands — Bandas de Bollinger

Volatility envelope formed by a central SMA and two bands at N standard deviations. Identifies compression, expansion, and reversal.

Platforms:pine
Indicator

VWAP — Volume-Weighted Average Price

Volume-weighted average price accumulated since the day's open. Institutional benchmark for intraday fair value.

Platforms:pine
Indicator

ADX — Average Directional Index

Measures trend strength regardless of direction. ADX > 25 signals a strong trend; ADX < 20 indicates a ranging market.

Platforms:pine
Indicator

Hull Moving Average (HMA)

Hull Moving Average: smooth and highly responsive. Native on TradingView; approximated by EMA on MT5/Profit (validator warns).

Platforms:pinemql5ntsl
Indicator

KAMA — Kaufman Adaptive Moving Average

Kaufman adaptive MA: adapts smoothing to volatility. Approximated by EMA in this version (validator warns).

Platforms:pinemql5ntsl
Indicator

TEMA — Triple Exponential Moving Average

Triple exponential MA: reduces lag by combining three EMAs. Real on TradingView; approximated on MT5/Profit.

Platforms:pinemql5ntsl
Indicator

ZLEMA — EMA de Atraso Zero

Zero-lag EMA: compensates lag by projecting recent price change. Real on TradingView; approximated on MT5/Profit.

Platforms:pinemql5ntsl
Signal

EMA Cross — Moving Average Crossover

Signal generated when a fast EMA crosses above or below a slow EMA. Classic trend-following strategy.

Platforms:pinemql5ntsl
Signal

MACD Cross — MACD/Signal Crossover

Signal generated when the MACD line crosses the signal line. Indicates a momentum shift in the crossover direction.

Platforms:pinemql5ntsl
Signal

RSI Level

Signal generated when RSI reaches or crosses a specific level. Useful for overbought (>70), oversold (<30), or momentum recovery (>50).

Platforms:pinemql5ntsl
Signal

MA Cross — Generic Moving Average Crossover

Crossover signal between two moving averages of any type (SMA, EMA, WMA). Generic version of EMA Cross.

Platforms:pinemql5ntsl
Signal

Price Above MA

Long entry signal when the closing price is above a moving average. Classic bullish trend filter.

Platforms:pine
Signal

Price Below MA

Short entry signal when the closing price is below a moving average. Classic bearish trend filter.

Platforms:pine
Signal

Bollinger Breakout — Band Breakout

Signal generated when price breaks above the upper band or below the lower Bollinger Band. Captures volatility expansion.

Platforms:pinemql5ntsl
Signal

ADX Filter — Trend Strength Filter

Filters entries by requiring ADX to be above a minimum level. Avoids trading in trendless, ranging markets.

Platforms:pinemql5ntsl
Signal

Stochastic

Signal from the Stochastic oscillator (%K) reaching or crossing a level. Useful for overbought (>80) and oversold (<20).

Platforms:pinemql5ntsl
Signal

CCI — Commodity Channel Index

Signal from the CCI reaching or crossing a level. ±100 is commonly used for overbought/oversold.

Platforms:pinemql5ntsl
Signal

Williams %R

Signal from Williams %R reaching or crossing a level. Scale from -100 to 0 (e.g. -20 overbought, -80 oversold).

Platforms:pinemql5ntsl
Signal

Donchian — Channel Breakout

Signal when price breaks the high (buy) or the low (sell) of the last N periods — the Donchian channel.

Platforms:pinemql5ntsl
Signal

SuperTrend (ATR)

ATR-based trend indicator. Buy signal when the trend turns up; sell when it turns down.

Platforms:pine
Signal

Keltner — Channel Breakout

Keltner Channels: central EMA ± ATR×multiplier. Signal when price closes above the upper band (buy) or below the lower band (sell).

Platforms:pinemql5ntsl
Signal

Parabolic SAR

Signal when price crosses the Parabolic SAR (stop-and-reverse) dots: buy on an upward cross, sell on a downward cross.

Platforms:pinemql5
Signal

Ichimoku — Tenkan/Kijun Cross

Signal from the Tenkan-sen crossing the Kijun-sen (TK cross) of Ichimoku: buy when the Tenkan crosses above the Kijun; sell on the opposite.

Platforms:pinemql5ntsl
Signal

Price × Moving Average

Signal/filter from the position of price relative to a moving average: above, below or crossing. Useful as a trend filter.

Platforms:pinemql5ntsl
Signal

Filtro de Volume

Non-directional filter: only allows trading when the candle volume exceeds the volume average × factor. Combine with an entry trigger via AND to avoid signals in a quiet market.

Platforms:pinemql5ntsl
Signal

High/Low Breakout

Entry when price breaks the high (buy) or low (sell) of the last N bars. The classic structure breakout.

Platforms:pinemql5ntsl
Signal

Pullback to MA

Entry when price pulls back to the moving average and resumes: the candle touches the MA and closes on the trend side. Combine with a trend filter.

Platforms:pinemql5ntsl
Signal

Candle Engolfo

Reversal pattern: the candle engulfs the previous candle's body (bullish engulfing for buys, bearish for sells).

Platforms:pinemql5ntsl
Signal

Candle Pin Bar

Rejection pattern: candle with a dominant shadow (at least N× the body) and a small opposite shadow. Bullish pin for buys, bearish for sells.

Platforms:pinemql5ntsl
Signal

ROC — Rate of Change

Percentage rate of change over N bars. Signal when crossing/above/below a level (0 = turn).

Platforms:pinemql5ntsl
Signal

Momentum

Price difference between now and N bars ago. Signal when crossing/above/below a level.

Platforms:pinemql5ntsl
Signal

TRIX

Oscillator of a triple EMA's rate of change — smooth momentum. Unavailable on Profit.

Platforms:pinemql5
Signal

Ichimoku Cloud Breakout

Entry when price crosses above the Ichimoku cloud (buy) or below it (sell). Unavailable on Profit.

Platforms:pinemql5
Signal

Filtro de Volatilidade

Non-directional filter: only trades when volatility (ATR % of price) is within the range. Avoids dead and chaotic markets.

Platforms:pinemql5ntsl
Signal

Time Window Filter

Only allows trading inside the defined time window. Use only when it fits your market — crypto/forex trade 24h. Timezone: TradingView uses the asset's; MT5 the broker server's; Profit the local time.

Platforms:pinemql5ntsl
Signal

Day-of-Week Filter

Only allows trading on the selected weekdays (e.g. avoid Mondays and Fridays).

Platforms:pinemql5ntsl
Signal

Opening Gap

Signal when the day opens with a gap above (buy) or below (sell) the previous close by at least X%. Most relevant for stocks/indices.

Platforms:pinemql5ntsl
Signal

Previous-Day Break

Entry when price breaks the previous day's high (buy) or low (sell). Classic day-trade reference.

Platforms:pinemql5ntsl
Signal

OBV × Average (Volume Trend)

OBV above its own average (buy) or below (sell) — trend confirmed by volume flow. Unavailable on Profit.

Platforms:pinemql5
Signal

MFI — Money Flow Index

Volume-weighted RSI: overbought/oversold considering money flow. Unavailable on Profit (approximated by RSI).

Platforms:pinemql5
Stop

ATR Stop — Stop por Volatilidade

Dynamic stop loss based on the asset's current volatility (ATR). The distance automatically adapts to market regime.

Platforms:pinemql5ntsl
Stop

Fixed Percent Stop

Stop loss at a fixed percentage distance from the entry price. Simple and appropriate when asset volatility is stable.

Platforms:pinemql5ntsl
Stop

Trailing Stop ATR (Chandelier)

Trailing stop that follows price (Chandelier Exit): sits at ATR × multiplier from the recent extreme. Only tightens, never loosens — protects profit in trends.

Platforms:pinemql5ntsl
Stop

Breakeven — Stop no 0x0

Complements the main stop: once the profit trigger (%) is hit, the stop moves to the entry price (breakeven) and never loosens. Removes trade risk after minimum progress.

Platforms:pinemql5ntsl
Stop

Swing Low/High Stop

Stop loss at the last swing low (buy) or swing high (sell) of the last N bars — the classic price action stop. Accepts an extra margin beyond the extreme.

Platforms:pinemql5ntsl
Stop

Entry-Candle Stop

Stop loss at the low (buy) or high (sell) of the candle that generated the entry signal. Tight, objective stop, common in price action. Accepts an extra margin.

Platforms:pinemql5ntsl
Take Profit

Risk/Reward Ratio

Defines take profit as a multiple of the calculated risk. E.g.: ratio=2 means the target is 2× the stop loss distance.

Platforms:pinemql5ntsl
Take Profit

Fixed Percent Take Profit

Take profit at a fixed distance from the entry price. Supports points, pips, ticks, or percentage.

Platforms:pinemql5ntsl
Take Profit

Partial Take Profit

Complements the main take: closes part of the position (%) when profit reaches a multiple of the initial risk (e.g. half at 1R). The rest runs to the target. Unavailable on Profit (NTSL has no partial close).

Platforms:pinemql5
Take Profit

Trailing Take

Moving exit that follows price: instead of a fixed target, a protective stop tracks the move at a configurable distance (ATR, % or points) and captures the most of the trend.

Platforms:pinemql5ntsl
Take Profit

Level Take (Support/Resistance)

Target at the previous structural level: resistance/high (buy) or support/low (sell) of the last N bars.

Platforms:pinemql5ntsl

components.in_production_title

components.in_production_sub

TSI

components.coming_soon

Volume Profile

components.coming_soon

Fractals

components.coming_soon

Solicitações da Comunidade

Ferramentas pedidas pelos usuários que ainda não entraram na biblioteca oficial.

New capabilities land continuously — ask in the chat and follow the News page. lib/components/