Managing risk on high-volatility synthetic indices requires exact arithmetic rather than guesswork. When running a speed-optimized deriv bot like Even Comet 1-Tick Turbo, standard preset parameters might not match your specific bankroll strategy or drawdown threshold.
Even Comet executes instant 1-tick Even/Odd contract decisions via the Deriv WebSocket API. Because 1-tick contracts settle in a single price tick, trade frequency is high, meaning win and loss streaks accumulate much faster than on standard timeframe candles.
Customizing risk control blocks inside NexTrader Bot gives you precise command over your capital. You do not need software development skills to edit these parameters; the block-based visual engine allows you to change numeric values and logic rules across the script in seconds.
The Checklist
- [ ] Connect your Deriv account to bot.nextrader.live using an API token and load the Even Comet 1-Tick Turbo bot.
- [ ] Change the target asset parameter inside the market selection block to Volatility 75 Index.
- [ ] Locate the risk management logic blocks controlling stake calculations and stop-loss rules.
- [ ] Modify the Maximum Loss (Stop Loss) value block to fit your account equity limits.
- [ ] Adjust the Martingale multiplier or loss cap blocks to limit drawdown velocity on V75.
- [ ] Save changes and execute a test run on a Deriv demo account before switching to live trading.
---
Load a Free Deriv Bot in One Click
Browse 747+ ready-to-run Deriv bots — Rise/Fall, Over/Under, Even/Odd, Match/Differ. No coding, free forever.
- 747+ Free Bots
- One-Click Load
- Rise/Fall & Digits
- Demo or Real
Working Through It
Connect your Deriv account to bot.nextrader.live using an API token and load the Even Comet 1-Tick Turbo bot
Open bot.nextrader.live in your browser. Generate a Deriv API token from your account security panel with read and trade permissions, then paste it into the connection field at the top of the workspace. This links your active session directly to your Deriv demo or real trading engine without exposing master password credentials.
Navigate to the Bot Hub inside the library tab. Filter by the Even/Odd category or use the search bar to search for Even Comet 1-Tick Turbo. Click the load button to pull the full ~48-block structure into your visual editor canvas. You will see four primary block groups assembled on the main workspace screen, representing initialization, contract definitions, purchase rules, and trade-analysis logic.
Using a free deriv bot from the library guarantees you start with clean XML logic designed specifically for Deriv tick contract processing.
Change the target asset parameter inside the market selection block to Volatility 75 Index
Look at the main definition canvas, typically labeled Block 1 or Trade Parameters. Find the dropdown list nested inside the Market definition block. By default, turbo bots may load with Volatility 10 Index or Volatility 100 (1s) Index selected.
Click the asset dropdown list and navigate to Synthetic Indices. Select Volatility 75 Index (V75). Ensure the Submarket is set to Continuous Indices and the Contract Type remains set to Even/Odd.
Next, double-check the Duration parameter directly below the symbol field. Confirm that it is locked at 1 Tick. Volatility 75 Index ticks fluctuate continuously every two seconds; retaining 1-tick execution ensures your order enters and closes on the immediate price update sent through the server socket.
Locate the risk management logic blocks controlling stake calculations and stop-loss rules
Scroll through the canvas to find the variable initialization section, usually located near the top left of the workspace. This block sets up numerical storage slots used by the trading loop during execution.
Look for three specific variables attached to red or blue number input blocks:
Stop LossorMax LossTarget ProfitorExpected ProfitInitial Stake/Win Stake
Below the variable setup, locate the conditional check inside the After Purchase block (Block 4). This section evaluates the financial outcome of every completed trade. It calculates your total running profit or loss, comparing that figure against the limit threshold set in your initialization block. If cumulative losses touch or exceed your predefined target, the script triggers an automated halt signal.
Modify the Maximum Loss (Stop Loss) value block to fit your account equity limits
Click directly inside the numeric entry box connected to the Stop Loss variable block. By default, many binary bots are set with arbitrary limits like 50 or 100 units. Customize this number based on a strict fixed percentage of your current working balance.
For instance, if your demo balance or real account holds $200, a conservative risk allocation per session is 5% to 10% ($10 to $20 maximum loss). Input 20 into the Stop Loss field.
Do not type dollar signs or currency abbreviations into these numeric blocks; enter pure numbers only. The underlying deriv trading bot logic reads this parameter as an absolute currency threshold based on your base account units (USD, EUR, or AUD).
Adjust the Martingale multiplier or loss cap blocks to limit drawdown velocity on V75
Volatility 75 Index standard payout return on Even/Odd contracts sits around 95% to 96%. Many default speed scripts incorporate a recovery multiplier of 2.0x or 2.1x after a loss to recover lost stake amounts instantly on the subsequent tick win.
Locate the loss evaluation step within the After Purchase block logic. You will see a statement reading: Set Stake to (Stake * Multiplier). Change the default multiplier value if it is set too high. On V75, a 2.1x multiplier causes stakes to escalate exponentially: a $1 initial stake becomes $2.10, $4.41, $9.26, and $19.44 within four consecutive losses.
Modify the multiplier to 1.9 or add a maximum loss count block (If Consecutive Losses >= 3 then Set Stake to Initial Stake). Limiting consecutive recovery progressions prevents a short random distribution streak on V75 from hitting your main account stop-loss threshold in under ten seconds.
Save changes and execute a test run on a Deriv demo account before switching to live trading
Click the account toggle menu in the top navigation header and ensure your active connection displays your Virtual Account (Demo) balance. Never run newly adjusted parameter blocks directly on real account equity without verifying execution flows first.
Click the green Play button in the bottom left or top control panel to launch the modified Even Comet 1-Tick Turbo run. Watch the real-time execution log drawer open at the bottom of your screen.
Verify the following sequence:
1. The bot opens a 1-tick Even contract on Volatility 75 Index using your customized initial stake.
2. Upon receiving a loss signal, the running summary correctly updates total session P/L.
3. The stake adjusts strictly according to your updated recovery multiplier parameters.
4. When your cumulative session loss reaches your specified stop-loss figure, the script halts automatically and prints a limit exit notice in the dashboard log.
---
Common Mistakes
Setting the stop-loss variable without adjusting the initial stake size proportionally
Setting a hard stop loss of $10 while leaving the initial trade stake set at $5 leaves zero margin for normal tick variance. A single loss followed by one standard recovery trade will blow past a $10 stop limit immediately. Always maintain a minimum ratio where your maximum stop-loss limit can absorb at least 4 to 5 consecutive losses based on your chosen multiplier progression.
Forgetting to verify asset selection across all nested block tabs
Certain advanced deriv trading bot configurations contain market conditions inside both the main initialization block (Block 1) and sub-execution modules. Changing the asset parameter to Volatility 75 Index in Block 1 while leaving trade duration or asset defaults set to a different symbol in secondary condition blocks causes execution errors or inconsistent API order calls.
Running customized block logic on live accounts without validating tick processing on demo
Modifying visual XML blocks can accidentally decouple conditional loops if snap connections are misaligned. Testing customized binary bots on your live account risks immediate real-money loss if a break in the stop-loss condition code lets the execution loop buy contracts indefinitely. Always run a full demo cycle to confirm the bot stops when the mathematical loss condition triggers.
---
Start Now
You are ready to implement disciplined risk management on your synthetic index trading strategies. Launch your session on NexTrader Bot by heading over to bot.nextrader.live to customize Even Comet 1-Tick Turbo and test your customized block parameters today.
If you need to create a free account or grab fresh API credentials, register directly via Sign Up Free — Nextrader to set up your profile on Nextrader App To engage with active traders, share bot configurations, and access live development updates, join our community at Telegram.
Trading involves risk. Past performance does not guarantee future results.


