After Mobius parses your strategy from a natural language description, you can switch to the visual block editor to review and fine-tune every parameter without rewriting your description. The block editor gives you direct access to each component of your strategy — indicator periods, threshold values, position sizing rules, and stop-loss levels — as individual editable fields.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.
Opening the visual editor
Once your strategy is defined in the chat, look for the Edit Strategy or Visual Editor button in the strategy artifact panel. Clicking it switches the view from the text summary to an interactive block layout.What you can edit
Indicator parameters
Indicator parameters
Adjust the period of any indicator. Change RSI(14) to RSI(10), or swap a 9/21 EMA crossover to a 12/26 EMA crossover — without typing a new description. Each indicator parameter is a labeled numeric input.
Entry and exit thresholds
Entry and exit thresholds
Modify the trigger values for your conditions. If your entry fires when RSI drops below 30, you can move that threshold to 25 or 35 directly in the block editor.
Position sizing
Position sizing
Adjust the capital allocation per trade — fixed dollar amount, percentage of portfolio, or volatility-scaled sizing.
Stop-loss and take-profit
Stop-loss and take-profit
Set or modify stop-loss percentage, ATR-based stop distance, or fixed-price take-profit targets.
Asset selection
Asset selection
Change the ticker or add additional assets to a multi-asset strategy.
Changes carry through to backtests
Any modification you make in the visual editor is immediately reflected in the strategy definition. The next time you run a backtest, it uses the updated parameters — no need to re-describe the strategy in chat.Changes made in the visual editor are not permanent until you save. Click Save (or Save Bot to save as a named strategy) after editing.