Live Trading4 min read

Risk Management

Protect your capital with position sizing, stop-losses, and circuit breakers. Risk management is what separates profitable traders from those who blow up their accounts.

3
Risk control layers
5 min
Cooldown after halt
Auto
Circuit breaker protection
Real-time
Risk monitoring

Why Risk Management Matters

Caution

No strategy survives without proper risk management. Even profitable strategies can destroy accounts if position sizing and drawdown limits are ignored.

Preserve Capital

Limit losses on any single trade to a small percentage of your account

Survive Drawdowns

Set maximum drawdown thresholds that pause trading before catastrophic losses

Stay Consistent

Systematic risk rules remove emotion from position sizing decisions

Three Layers of Protection

Control how much capital goes into each trade:

  • Fixed Size: Trade a constant amount (e.g., 0.01 BTC per trade)
  • Risk Percentage: Risk a fixed percentage of account per trade (e.g., 1-2%). Position size adjusts based on stop-loss distance.
  • Account Percentage: Allocate a percentage of total equity per position (e.g., 10%)
  • Kelly Criterion: Mathematically optimal sizing based on win rate and reward/risk ratio

Recommended approach: Risk 1-2% of account per trade. This ensures you can withstand a string of losses without significant drawdown.

Configuring Risk in Vantixs

Set Up Risk Management

1

Add Smart Exit Node

From Execution, drag a Smart Exit node and connect it to your signal chain. Configure stop-loss and take-profit levels.

2

Set Position Sizing

In the Signal to Order node, choose your position sizing method (fixed, risk_percentage, or account_percentage) and set the value.

3

Configure Risk Settings

Go to Settings → Risk Management. Set your max drawdown limit, daily loss limit, and maximum open positions.

4

Enable Circuit Breakers

Toggle the circuit breaker on. Set the drawdown threshold that will halt all active strategies.

5

Test with Paper Trading

Run paper trading for at least 1-2 weeks. Verify that stops trigger correctly and position sizes are calculated as expected.

Risk Parameters Reference

ParameterDescriptionSuggested Range
Risk per Trade% of account risked on each position0.5% - 2%
Max DrawdownAccount-level halt threshold10% - 20%
Daily Loss LimitMaximum loss allowed per day3% - 5%
Max Open PositionsConcurrent position limit3 - 10
Stop-Loss DistancePrice distance from entry1% - 5% (or 1-3x ATR)
Take-Profit TargetReward relative to risk1.5:1 - 3:1

Common Mistakes

No Stop-Loss

Trading without a defined exit point. Every trade should have a stop-loss before entry.

Over-Leveraging

Using too large position sizes. Keep risk per trade below 2% of account.

Moving Stops

Widening your stop-loss when price approaches it. Set it and respect it.

Ignoring Correlation

Opening multiple positions in correlated assets. Diversify across uncorrelated markets.

Pro Tip

The best risk management is boring. Consistent 1-2% risk per trade, disciplined stops, and a circuit breaker at 15% drawdown will keep you in the game long enough to find your edge.