Above EMA200 T214
T_ABOVE_EMA200 | ticker trend | context | ticker | computed
Logic
close[t] > ema(close, 200)[t]Edge-
Samples0
Definition
Ticker close is above the 200-day exponential moving average.
Logic Triples
| Predicate | Left | Op | Right | Formula |
|---|---|---|---|---|
| Above EMA200Ticker close is above the 200-day exponential moving average. | Above EMA200 | == | true | close[t] > ema(close, 200)[t] |
Strategies Using Atom
| Strategy | Family | Edge | Signals |
|---|---|---|---|
| Bullish Engulfing Candlestick Entry | price_action | - | - |
| MA 20/50 Crossover + Break-Even Trailing Stop | trend_following | - | - |
| Narrowest 7-Day Range Breakout | volatility_expansion | - | - |
| RSI(14) Mean Reversion + 4 Consecutive Green Candles Exit | mean_reversion | - | - |
| RSI(14) Mean Reversion + Break-Even Trailing Stop | mean_reversion | - | - |
| RSI(14) Mean Reversion + EMA10 Trailing Exit | mean_reversion | - | - |
| RSI(14) Mean Reversion + Fixed-Hold 63d | mean_reversion | - | - |
| RSI(14) Mean Reversion + RSI(14) Overbought Exit | mean_reversion | - | - |