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.
Mobius is built around a conversational interface. You describe what you want to trade and why, and the AI does the rest — extracting indicators, structuring the logic, and preparing it for backtesting and deployment.
What to include in your description
The more detail you provide upfront, the fewer clarifying questions Mobius needs to ask. A complete strategy description includes:
- The asset — stock ticker, ETF, or crypto pair (e.g.
AAPL, SPY, BTC/USD)
- Entry conditions — when to buy
- Exit conditions — when to sell
- Risk rules — stop-loss, take-profit, or position sizing
Minimal (Mobius will ask follow-up questions):
Complete (no follow-up questions needed):
Buy TSLA when the 14-day RSI drops below 30 and the price is above the 200-day SMA.
Sell when RSI rises back above 60 or the price drops 7% below my entry.
Use 5% of portfolio per trade with a maximum of 3 concurrent positions.
Use daily bars.
Strategy types you can describe
Technical indicator strategies:
Buy QQQ when MACD crosses above the signal line on the daily chart.
Exit when MACD crosses back below.
Momentum / trend strategies:
Buy SPY when price is above its 200-day moving average and the 50-day SMA is sloping upward.
Sell when price closes below the 50-day SMA.
Mean reversion strategies:
Buy NVDA when it drops more than 3% in a single day and RSI is below 40.
Sell when it recovers 2% or after 5 days, whichever comes first.
Crypto strategies:
Buy ETH/USD when the daily RSI drops below 35.
Sell when RSI rises above 65 or after 14 days.
Use 10% of portfolio per trade.
Alternative data strategies:
Buy AAPL when a senator has purchased shares in the last 30 days.
Sell after 60 days or when price drops 10% from entry.
Cross-asset / macro strategies:
Buy SPY when the VIX is below 20.
Switch to GLD when VIX is above 30.
Hold cash when VIX is between 20 and 30.
Multi-asset portfolio:
Apply a 9/21 EMA crossover strategy across AAPL, MSFT, GOOGL, and AMZN.
Allocate 25% to each. Enter when the crossover occurs and exit on reversal.
Tips for better results
Name your indicators explicitly. Instead of “when momentum is strong,” say “when the 14-day RSI is above 60.” The more precise your indicator references, the more accurately Mobius extracts your intent.
Always include an exit condition. A strategy without an exit rule will hold positions indefinitely. Include a stop-loss, a take-profit target, or an indicator-based exit.
Specify the timeframe. Daily strategies and 5-minute intraday strategies require different backtest windows. State “daily bars” or “5-minute bars” explicitly.
Refining your strategy
You can continue the conversation at any time to refine your strategy. Examples:
- “Change the RSI entry threshold from 30 to 25.”
- “Add a 2% stop-loss below entry price.”
- “Make it a multi-asset strategy — apply the same rules to SPY, QQQ, and IWM.”
- “Switch from daily to weekly bars.”
Each refinement updates the strategy definition and resets the backtest so you can run a fresh simulation with the new parameters. Your version history is preserved so you can compare results across iterations.