Bots

Signal Bot MACD Cross — fast detection of MACD crossovers with the signal line

Classic entry based on the crossover of MACD and the signal line. A breakdown of the idea, the indicator’s origin, the bot’s logic, parameter impact, presets for OTC/real market, and a trading plan.

Bot cover

What is MACD Cross

MACD Cross is an entry approach based on the crossover of the MACD line and the signal line.
MACD (Moving Average Convergence/Divergence) was developed by Gerald Appel. The MACD line is the difference between EMA (fast) and EMA (slow); the signal line is a smoothed EMA of the MACD itself.
The idea: when MACD crosses the signal line from below upward, the impulse accelerates bullishly; when it crosses from above downward — bearishly.

MACD components:
  • MACD line = EMA(fast) − EMA(slow)
  • Signal line = EMA of MACD
  • Histogram = MACD − signal (not used directly in this bot)

How our bot works

  • Calculates MACD by the fast/slow/signal parameters.
  • Tracks the fact of crossover:
    • BUY — MACD is above the signal line after having been below it on the previous bar.
    • SELL — MACD is below the signal line after having been above it on the previous bar.
  • Places a BUY/SELL marker on the crossover bar (an arrow and text are shown on the chart).
On our charts, a signal may first appear as a pre-signal and then be confirmed on the close of the next candle if the conditions persist. This reduces the impact of random ticks.

Parameters and impact

Parameter (as in settings)What it meansIf you decreaseIf you increase
MACD fastPeriod of the fast EMAMore sensitive, more crossoversSmoother, fewer crossovers
MACD slowPeriod of the slow EMAMore sensitive, more noisy crossoversSmoother, less noise
MACD signalEMA smoothing of the MACD lineSignal comes faster, earlier, but noisierSignal comes later, cleaner, but later
BUY/SELL label textCaptions for arrows
BUY/SELL colorColor of arrows and text
  • More signals: reduce the fast and signal; if needed, slightly lower the slow.
  • Fewer but clearer: increase the slow and/or signal; keep the fast moderate.


Modes and presets

  • MACD: 12 / 26 / 9
  • Character: more reactive, more crossovers
  • If there are too many crossovers: raise the signal (e.g., to 11–12) or increase the slow to 28–30

Combinations and practical notes

  • Timeframe controls pace: lower TF — more crossovers, more noise; higher TF — fewer, more stable.
  • Trend backdrop: if you want to trade only with the trend, you may externally restrict trades (e.g., take BUYs when price is above a chosen EMA).
  • News window: during volatility spikes, it’s better to switch to a stricter signal.

Where to view signals in Spectra Charts

Open the asset on Pocket Option in Spectra Charts.

Connect the MACD Cross bot.

Check the timeframe; start with 1 minute.

Watch the BUY/SELL arrows at crossover points.


Trading plan

BUY

On the bar where MACD crossed the signal from below upward; plan the entry on the next candle.

SELL

On the bar where MACD crossed the signal from above downward; entry — on the next candle.

Expiration

1 candle; later test 2–3 candles based on your own stats.

Risk

Fixed trade size; no martingale during the tuning phase.


FAQ


Summary

MACD Cross relies on a straightforward trigger — the crossover of MACD and the signal line. Frequency and quality are adjusted by three periods: fast, slow, signal. Tune them to your needs, changing one parameter at a time and recording the result.