Documentation Index
Fetch the complete documentation index at: https://docs.joinmobius.com/llms.txt
Use this file to discover all available pages before exploring further.
You don’t need to configure indicators manually or write any formulas. Mention the indicator by name in your strategy description and Mobius computes it automatically from real historical data. This page lists every indicator currently supported, grouped by category, with example phrases you can copy directly.
Technical indicators
Computed from OHLCV price and volume data via TA-Lib.
| Name | Description | Example usage |
|---|
| RSI | Relative Strength Index — momentum on a 0–100 scale | "Buy when RSI(14) < 30" |
| EMA | Exponential Moving Average — weighted, reacts fast to recent prices | "Buy when 9-EMA crosses above 21-EMA" |
| SMA | Simple Moving Average — unweighted average over a period | "Buy when price is above SMA(200)" |
| MACD | Moving Average Convergence Divergence — trend-following momentum | "Buy when MACD crosses above signal line" |
| Bollinger Bands | Volatility bands around a moving average | "Buy when price touches the lower Bollinger Band" |
| ATR | Average True Range — market volatility measure | "Set stop-loss at 2× ATR" |
| Stochastic | Compares closing price to a price range | "Buy when Stochastic %K < 20" |
| CCI | Commodity Channel Index — deviation from average price | "Buy when CCI drops below -100" |
| Williams %R | Momentum oscillator scaled from -100 to 0 | "Buy when Williams %R is below -80" |
| OBV | On-Balance Volume — running volume total to confirm trends | "Buy when OBV is rising" |
| VWAP | Volume-Weighted Average Price | "Buy when price crosses above VWAP" |
| gap_pct | Percentage gap from previous close to today’s open | "Buy when gap up is more than 1%" |
You can specify any period for EMA and SMA — "50-day EMA", "SMA(100)", and "200-period SMA" are all valid.
Alternative data indicators
Pull signals beyond price and volume from third-party sources. Use them the same way as technical indicators in your strategy description.
wsb_mentions — Reddit WallStreetBets mention count
Daily mention count for a ticker on r/wallstreetbets. Sourced from Quiver Quantitative. Available from 2020 onwards.
"Buy TSLA when daily WSB mentions exceed 100."
wsb_sentiment — Reddit WallStreetBets sentiment score
Sentiment score derived from the tone of r/wallstreetbets posts. Positive = bullish, negative = bearish. Sourced from Quiver Quantitative.
"Buy when WSB sentiment rises above 0.5."
news_sentiment — News article sentiment
Aggregated sentiment score from financial news articles, sourced from Polygon.io. Reflects overall tone of recent news coverage.
"Avoid buying when news sentiment is negative."
politician_trades — Congressional trading activity
Buy/sell transactions reported by US Congress members, sourced from Quiver Quantitative. Mandatory public disclosures, variable historical depth.
"Buy when a senator purchases AAPL shares."
Fundamental indicators
Company financial metrics updated quarterly from Financial Modeling Prep. Available for publicly traded US equities only — not ETFs or crypto.
| Indicator | Description |
|---|
pe_ratio | Price-to-earnings ratio |
earnings_growth | Year-over-year earnings growth rate |
revenue_growth | Year-over-year revenue growth rate |
debt_to_equity | Total debt divided by shareholder equity |
"Buy when PE ratio is below 15 and earnings growth is above 10%."
Macro indicators (FRED)
Macroeconomic data series from the Federal Reserve Economic Data (FRED) database. Use these as signals or filters in cross-asset strategies.
| Series | Description |
|---|
| Fed Funds Rate | US overnight lending rate |
| CPI | Consumer Price Index — inflation measure |
| Unemployment rate | US unemployment rate |
| 10Y–2Y Yield Spread | Yield curve spread — inversion signals recession |
| M2 Money Supply | Broad measure of money in circulation |
"Only buy SPY when the 10Y-2Y yield spread is positive (non-inverted curve)."
Cross-asset and reference indicators
Use any other asset as a signal source for your primary strategy. Mobius fetches the reference asset’s price history and computes indicators on it independently.
Common reference assets:
| Ticker | What it represents |
|---|
| VIX | CBOE Volatility Index |
| SPY | S&P 500 ETF |
| TLT | 20+ Year US Treasury Bond ETF |
| GLD | Gold ETF |
| QQQ | Nasdaq-100 ETF |
| IWM | Russell 2000 Small Cap ETF |
| DXY | US Dollar Index (via proxy) |
"Buy AAPL if VIX drops below 20, otherwise buy GLD."
"Buy SPY when TLT (10-year treasuries) is in an uptrend."
All indicators are computed from real historical data — Mobius never uses simulated or synthetic data to fill gaps.