Ticker 200D trend T20T
T_TREND_200D | ticker context | context | ticker | computed
Logic
close[t] > sma(close, 200)[t] and slope(sma(close, 200), 20)[t] > 0Edge-
Samples0
Definition
Ticker is above a rising 200-day moving average.
Logic Triples
| Predicate | Left | Op | Right | Formula |
|---|---|---|---|---|
| Ticker 200D trendTicker is above a rising 200-day moving average. | Ticker 200D trend | == | true | close[t] > sma(close, 200)[t] and slope(sma(close, 200), 20)[t] > 0 |
Strategies Using Atom
| Strategy | Family | Edge | Signals |
|---|