This guide walks you through the full Mobius workflow end to end — from signup to a running paper trading deployment.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.
Before you begin
You need a Mobius account. If you don’t have one yet, go to joinmobius.com and sign up. The Free plan is sufficient to complete this guide.Step 1 — Describe a strategy
Open the dashboard
Go to joinmobius.com and sign in. You’ll land on the main dashboard with a chat interface in the center.
Type your strategy
In the chat input, describe the strategy you want to test. If you don’t have one in mind, try this:Press Enter to send.
Step 2 — Run a backtest
Open backtest configuration
Once your strategy is defined, Mobius shows a Run Backtest button. Click it to open the backtest configuration panel.
Set parameters
Configure the following:
- Starting capital — default is $10,000
- Date range — try the last 3–5 years for daily strategies
- Commission — default is $0 (adjust for your broker)
- Slippage — default is 0.01% per trade
Click Run Backtest
Mobius fetches historical data, runs the AI-driven simulation bar by bar, and returns results within a few seconds.
Step 3 — Save your bot
Step 4 — Deploy to paper trading
Choose paper trading
Make sure Paper Trading is selected. Paper trading uses simulated funds — no real money is ever at risk.
Choose an execution frequency
Select how often the bot checks for signals. For a daily EMA crossover strategy, choose Daily.
Step 5 — Monitor performance
Navigate to Deployments in the left sidebar. The Deployment Monitor shows your bot’s live portfolio value, open positions, trade history, and current indicator values — all updated in real time.You’ve successfully built a strategy, backtested it, and deployed it to paper trading. The bot will now evaluate signals at every scheduled interval during market hours.
What’s next
Refine with the visual editor
Fine-tune indicator parameters without retyping your strategy.
Connect a brokerage
Link a real account to enable live order execution.
Set up alerts
Get notified by email when your bot trades.
Explore chart studio
Ask Mobius to visualize any market data or indicator.