EMA Crossover
Buy when the fast EMA crosses above the slow EMA; sell on the cross down. The classic trend-following entry.
EMA(10) / EMA(30) → cross → buy / sellReady-made strategy building blocks. Copy any recipe's DSL into the designer and adapt it — or open a fresh editor and rebuild it step by step. Filter by family or skill level to find a starting point.
Buy when the fast EMA crosses above the slow EMA; sell on the cross down. The classic trend-following entry.
EMA(10) / EMA(30) → cross → buy / sellEnter when the MACD line crosses its signal line — momentum turning with the trend.
MACD(12,26,9) line / signal → cross → buy / sellFade extremes: buy when RSI(14) is oversold below 30, sell when overbought above 70.
RSI(14) → below 30 buy · above 70 sellTrade momentum shifts as the Awesome Oscillator crosses its zero line.
AO(34) → above 0 buy · below 0 sellA classic ±100 mean-reversion trigger on the Commodity Channel Index.
CCI(14) → below −100 buy · above +100 sellThe smoothed-momentum cousin of RSI reversal — buy below 20, sell above 80.
StochRSI(14) → below 20 buy · above 80 sellEnter on the Tenkan/Kijun cross — Ichimoku's core trend trigger.
tenkan / kijun → cross → buy / sellRide expansion: buy when price breaks the upper band, sell when it breaks the lower.
price / Bollinger(20,2) → break → buy / sellThe turtle channel breakout — buy the 20-bar high, sell the 20-bar low.
price / Donchian(20) → break → buy / sellA quality gate that blocks entries while RSI(14) is above 70 — don't chase overbought markets.
RSI(14) → below 70 → passOnly trade the liquid 08:00–16:00 window; skip the thin overnight session.
hour of day → in 08–16 → passPass only when ADX(14) is above 25 — keeps trend strategies out of chop.
ADX(14) → above 25 → passConfirm longs only when the MACD histogram is positive, shorts only when negative.
MACD histogram → above 0 buy · below 0 sellPlace the stop under the most recent swing low from a zigzag pivot, with a fixed take-profit.
zigzag → swing point → sl · constant → tpSize the stop and target to volatility — one ATR(14) either side of price.
price ± ATR(14) → sl / tp