MA200 extension T20E
T_EXTENDED_MA200 | ticker context | blocker | ticker | computed
Logic
close[t] > sma(close, 200)[t] and slope(sma(close, 200), 20)[t] > 0Edge-
Samples0
Definition
Ticker is far above the 200-day moving average.
Logic Triples
| Predicate | Left | Op | Right | Formula |
|---|---|---|---|---|
| MA200 extensionTicker is far above the 200-day moving average. | MA200 extension | == | true | close[t] > sma(close, 200)[t] and slope(sma(close, 200), 20)[t] > 0 |
Strategies Using Atom
| Strategy | Family | Edge | Signals |
|---|