Mobius supports custom datasets — CSV files you upload and store in your account. Once uploaded, you can reference a dataset in any chart or backtest by name. This is useful for visualizing proprietary signals, internal business data, or any time series that isn’t available through Mobius’s built-in data sources.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.
Upload a dataset
Map your columns
Identify the date column and one or more value columns. Mobius parses the CSV and shows a preview of the data. Confirm the column mapping.
CSV format requirements
| Requirement | Details |
|---|---|
| Date column | Must be in ISO 8601 format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS |
| Value columns | Numeric values. Can be integers or decimals. |
| File size | Max 10 MB per file |
| Rows | No hard limit; large files may take longer to parse |
| Header row | Required — first row must contain column names |
Use a dataset in a chart
Reference your dataset by name in the Mobius chat:Use a dataset in a backtest
You can incorporate custom dataset values as indicators in your strategy:Managing datasets
From the Datasets tab in My Bots, you can:- View the name, upload date, and column list for each dataset
- Download the original CSV
- Delete a dataset (this removes it from all charts and backtests that reference it)