Skip to main content

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.
NameDescriptionExample usage
RSIRelative Strength Index — momentum on a 0–100 scale"Buy when RSI(14) < 30"
EMAExponential Moving Average — weighted, reacts fast to recent prices"Buy when 9-EMA crosses above 21-EMA"
SMASimple Moving Average — unweighted average over a period"Buy when price is above SMA(200)"
MACDMoving Average Convergence Divergence — trend-following momentum"Buy when MACD crosses above signal line"
Bollinger BandsVolatility bands around a moving average"Buy when price touches the lower Bollinger Band"
ATRAverage True Range — market volatility measure"Set stop-loss at 2× ATR"
StochasticCompares closing price to a price range"Buy when Stochastic %K < 20"
CCICommodity Channel Index — deviation from average price"Buy when CCI drops below -100"
Williams %RMomentum oscillator scaled from -100 to 0"Buy when Williams %R is below -80"
OBVOn-Balance Volume — running volume total to confirm trends"Buy when OBV is rising"
VWAPVolume-Weighted Average Price"Buy when price crosses above VWAP"
gap_pctPercentage 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.
IndicatorDescription
pe_ratioPrice-to-earnings ratio
earnings_growthYear-over-year earnings growth rate
revenue_growthYear-over-year revenue growth rate
debt_to_equityTotal 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.
SeriesDescription
Fed Funds RateUS overnight lending rate
CPIConsumer Price Index — inflation measure
Unemployment rateUS unemployment rate
10Y–2Y Yield SpreadYield curve spread — inversion signals recession
M2 Money SupplyBroad 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:
TickerWhat it represents
VIXCBOE Volatility Index
SPYS&P 500 ETF
TLT20+ Year US Treasury Bond ETF
GLDGold ETF
QQQNasdaq-100 ETF
IWMRussell 2000 Small Cap ETF
DXYUS 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.