From idea to account, in eight steps.

Two pieces: the Builder, a Windows app where the strategy is assembled, and the Executor, a single Expert Advisor that runs all your strategies on MetaTrader 5, on your account, at your broker.

In the Builder

You assemble.

Start from a ready recipe

No blank screen. The Builder opens with factory strategies already assembled, moving-average crossover, SuperTrend, RSI reversal, channel breakout, and each one says in a line what it does, when to use it and when it fails. Your job becomes editing, which is easier than creating.

Optimize in StrategyQuant? Import the .sqx. The import validates block by block and refuses what it cannot execute, instead of promising and failing on the account. Review the imported strategy before enabling it; if anything diverges from the original, support fixes it at no cost. Strategy from somewhere else? Rebuild the logic with the existing blocks.

Choose the readings and the roles

Each indicator is a block. Each block offers market readings (“fast MA crossed above the slow”, “ADX rising”, “price touched the band”). You say which reading enters long, which exits, which enters short, and which acts as a gate while it does not hold.

The Builder teaches the distinction that matters most: a transition reading holds only on the bar where it happens; a persistent reading holds as long as it lasts. Using a transition as a gate is the classic trap, and it warns you before you fall into it.

Define exits, risk and execution

Stop and target in points, percent, ATR or candle range. Breakeven, partial take-profit, trailing stop by moving average, HiLo, SAR or highs and lows. Financial limits per day, week and month. Trading hours, intraday pause, allowed weekdays.

On execution: market or pending order with an offset, what to do on an opposite signal (reverse or just close), closed or forming candle, and automatic futures rollover on B3.

The recipe never picks your risk. Stop and financial limit come assembled but switched off, and the review tells you what is left to fill in.

Run the guided review and save

The review walks through Signals, Filters, Exits, Risk and Execution and flags three levels: error (blocks the export), warning (probably does not do what you want) and tip. A side that enters with nothing setting the price, a block assembled but switched off, a forgotten rollover: it catches them before the market does.

Save validates first and, on error, does not write.

In MetaTrader 5

It executes.

Enable

In the Library you switch on the strategies that go to the account. The Builder hands each one to the executor in an encrypted package, internally, with no manual step. A switched-off strategy does not go.

Install the executor and attach it to a chart

The Builder finds the MetaTrader 5 installations on your machine and installs the executor into the one you choose. Then drag Centurion onto any chart and switch on automated trading.

The chart is just a host. Each strategy carries its own symbol and timeframe. One executor runs every enabled strategy at once, each with its own magic number.

Follow it on the Dashboard

The executor publishes telemetry and the Builder shows, per strategy: status, daily and cumulative P&L, drawdown, number of trades, win rate, open positions and last tick. From there you pause, resume or close a strategy's positions without opening MT5.

Change, save, carry on

Tweaked the strategy? Save and reattach Centurion to the chart. A strategy that was switched off is shut down safely: the executor closes its positions, cancels its pending orders, and logs it in the Journal.

What the executor guarantees

Discipline you can audit.

Fail-closed

  • A strategy with a block it does not recognize does not start. It refuses with a Journal line saying what was missing.
  • Netting accounts do not trade: the executor requires a hedgingaccount, the standard at every B3 broker.
  • An indicator with short history warns once, instead of trading in silence.

True to the rule

  • Trade-by-trade parity with the TraderBot bots the blocks came from, proven in more than a hundred backtest cases.
  • Stop management per tick; signals on closed or forming candle, your choice.
  • An order the broker would reject can be dropped or turned into a market entry, if it is close.

Built for B3 and Forex

  • Automatic futures rollover: analyze on the continuous contract, trade the expiry, carry or close at rollover.
  • B3 trading costs deducted from the result and from the financial limits.
  • Weekly Forex window, day-trade hours and intraday pause.

Ready to put your strategy to work?

See plans See every block

Chat with us