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
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 platformHow Nixoa works
Virtual portfolio
$100,000.00
Equity
Buying power
Rotation chop
Monitoring regime
6 bots healthy
All systems normal
Apply your portfolio rules across bots and review every proposed budget change before it runs.
Trend bots
35% → 20%
Gradually
over 3 days
Practice the full workflow using simulated capital and real market data.
$100,000
Simulated buying power
Move beyond simulation only when you choose. Broker execution stays off by default.
A control layer above your deployed automations. It evaluates the conditions and limits you configure, proposes budget changes, and applies approved transitions gradually.
Start with $100,000 in simulated capital and use the same portfolio workflow without connecting a broker or putting real funds at risk.
Switch to broker execution only after you explicitly connect an account and confirm live mode.
Choose from 20+ bot types, tune risk controls, and keep each strategy independently sized.
Study historical behavior, compare configurations, and inspect risk before deployment.
Monitor supported broker accounts and virtual portfolios from one consistent workspace.
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.
Define entry, exit, sizing, schedule, and safeguards from a template or your own configuration.
Evaluate the rules on historical data, then observe the same automation using $100,000 of simulated buying power.
Choose the broker, budget, limits, and live-mode setting. Bot Manager applies only the automation rules you configure.
Start from configurable evaluators or build your own logic. Every strategy remains independently parameterized, backtestable, and controlled by the user.
Configurable seven-factor evaluator covering momentum, trend, mean reversion, volume, and supply zones.
Swing-strategy template with configurable regime gates, exit ladder, trailing stops, and position limits.
Donchian-channel breakout template with configurable ATR sizing, stops, and pyramiding rules.
Momentum-rotation template with configurable universe, ranking, rebalance schedule, and entry gates.
Options research and automation workspace with configurable scoring, structures, sizing, and entry gates.
Rule template that adjusts evaluator weights using user-selected trend and volatility conditions.
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.
// 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' }
}A six-stage decision and execution pipeline, logged end-to-end so signals, safeguards, orders, and fills can be reviewed in one place.
price · vol · RSI · MACD · BB
stop · target · bear filter
pure signal → BUY/SELL/HOLD
model must agree · optional
broker · or · virtual fill
log · alert · slippage
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.
$0.20 per filled trade, billed weekly
Unlimited trades — no per-trade fees
Everything in Pro, plus multi-broker
Pro & Max include a 14-day free trial · Pay as you go has no monthly fee. Full plan comparison & terms
Broker API keys encrypted at rest; passwords bcrypt-hashed. Keys are used only to place your orders.
One click halts every bot on your account instantly, until you choose to re-enable execution.
Append-only record of every trade, login, and settings change — full traceability for each action.
Data export, account deletion, cookie consent, and a plain-language privacy policy — built in.
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.