Strategy automation workspace

Build your strategy. Backtest. Deploy.

Nixoa is automation software for your trading rules. Design the logic, validate it on historical data, simulate execution, and connect a broker only when you decide it is ready.

Build your first strategy Explore the platform

How Nixoa works

Build rulesYour strategy
BacktestHistorical data
DeployYour automation
You control the strategy, broker connection, budget, and live-mode switch. Nixoa does not manage your funds or choose investments for you.
Rule builderYour logic
BacktestingBefore deploy
User-controlledExecution
Virtual

Virtual portfolio

$100,000.00

All time⌄
Portfolio equity · 30D
108K104K100K96K
JUN 01JUN 15JUN 30

Equity

$100,000.00+2.45%

Buying power

$100,000.00100%

Bot Manager

Manage ›
Conservative Blend42%
Composite Swing33%
Cash reserve25%

Rotation chop

Monitoring regime

6 bots healthy

All systems normal

Alpaca
Tradier
Robinhood
Webull
One connected platform

From strategy idea to deployed automation

Bot Manager

Apply your portfolio rules across bots and review every proposed budget change before it runs.

Trend bots

35% 20%

Gradually
over 3 days

Review automation

Virtual Trading

Practice the full workflow using simulated capital and real market data.

$100,000

Simulated buying power

1Build2Simulate3Review
Start practicing

Broker Connections

Move beyond simulation only when you choose. Broker execution stays off by default.

AlpacaTradierRobinhoodWebull
How it works

Build the workflow before enabling live execution

Nixoa gives you the software tools to define, test, simulate, and run your own rules. Live broker execution remains a separate, explicit user-controlled step.

STEP 01

Build your strategy

Define entry, exit, sizing, schedule, and safeguards from a template or your own configuration.

STEP 02

Backtest and simulate

Evaluate the rules on historical data, then observe the same automation using $100,000 of simulated buying power.

STEP 03

Deploy on your terms

Choose the broker, budget, limits, and live-mode setting. Bot Manager applies only the automation rules you configure.

Strategy library

Templates for building your own systems

Start from configurable evaluators or build your own logic. Every strategy remains independently parameterized, backtestable, and controlled by the user.

AI Composite

Configurable seven-factor evaluator covering momentum, trend, mean reversion, volume, and supply zones.

template·factor engine

Apex Swing Alpha

Swing-strategy template with configurable regime gates, exit ladder, trailing stops, and position limits.

template·swing

Turtle Breakout

Donchian-channel breakout template with configurable ATR sizing, stops, and pyramiding rules.

trend · breakout

Growth Hunter

Momentum-rotation template with configurable universe, ranking, rebalance schedule, and entry gates.

template·momentum

Options AI

Options research and automation workspace with configurable scoring, structures, sizing, and entry gates.

analysis tools·options

Adaptive Regime

Rule template that adjusts evaluator weights using user-selected trend and volatility conditions.

regime · ensemble
Backtesting infrastructure

Test before you trade

Study a strategy on historical market data before a single dollar is at risk. Then compare its simulated behavior with paper execution and review any drift before considering live mode.

  • Walk-forward & out-of-sample validation
  • Grid-search parameter optimization
  • Sharpe, Sortino, max-drawdown, profit factor, win rate
  • Random-entry null test — prove the edge isn't luck
  • Backtest-vs-live drift comparison per strategy
strategy-evaluators.ts
// pure function — deterministic, no side-effects
function evaluateApexSwing(
  s: Signal, p: ApexParams
): Evaluation {
  if (s.regime === 'bear')
    return { action: 'HOLD_SKIP', reason: 'defense' }

  const entry = s.trend > 0 && s.pullback < p.dip
  if (entry && s.mlAgree)
    return {
      action: 'BUY',
      confidence: s.score,
      reason: `apex · dip ${s.pullback}`,
    }
  return { action: 'HOLD_SKIP', reason: 'no setup' }
}
Execution

What happens on every bot tick

A six-stage decision and execution pipeline, logged end-to-end so signals, safeguards, orders, and fills can be reviewed in one place.

01

Market data

price · vol · RSI · MACD · BB

02

Risk guards

stop · target · bear filter

03

Evaluate

pure signal → BUY/SELL/HOLD

04

ML gate

model must agree · optional

05

Route order

broker · or · virtual fill

06

Audit

log · alert · slippage

Pricing

Start free. Scale when it works.

14-day trial on Pro & Max, no card. Prices come straight from the billing catalog — the page can't drift from what you're charged.

Pay as you go
$0 /mo

$0.20 per filled trade, billed weekly

  • Up to 10 active bots
  • $100k Virtual Trading account
  • Options & AI Composite
  • Full backtesting engine
Start free
Most popular
Pro
$49 /mo

Unlimited trades — no per-trade fees

  • Up to 20 active bots
  • Bot Manager automation rules
  • Options analysis & automation tools
  • Priority scheduler cadence
Start 14-day trial
Max
$99 /mo

Everything in Pro, plus multi-broker

  • Up to 20 active bots
  • Bot Manager controls
  • Multi-broker aggregate view
  • Combined portfolio analytics
Start 14-day trial

Pro & Max include a 14-day free trial · Pay as you go has no monthly fee. Full plan comparison & terms

Trust & safety

Your keys, your rules, your control

AES-256 encryption

Broker API keys encrypted at rest; passwords bcrypt-hashed. Keys are used only to place your orders.

Kill switch

One click halts every bot on your account instantly, until you choose to re-enable execution.

Immutable audit log

Append-only record of every trade, login, and settings change — full traceability for each action.

GDPR / CCPA controls

Data export, account deletion, cookie consent, and a plain-language privacy policy — built in.

Ready when you are

Build the strategy. Test the rules. Deploy the automation.

Use Nixoa to create and validate your own workflow, simulate it with virtual buying power, and enable supported broker execution only when you explicitly choose.

Nixoa is automation SaaS, not an investment adviser, broker-dealer, or managed financial product. You define and control every strategy. Trading involves risk; simulated or past results do not guarantee future outcomes.

Nixoa Quant — Strategy Automation & Backtesting SaaS