NIKA V2.2 is a DLL-powered defense layer for MetaTrader 5 with 62 protection points across 24 security modules. Correlation guard detects hidden overexposure. Spread spike protection blocks broker manipulation. Weekend gap shield closes positions before Friday. Floating drawdown guard saves your prop firm challenge. Panic button flattens everything in one keystroke. Anti-tampering, news filter, Telegram alerts, prop firm presets — all running every second, even while you sleep.
These aren't hypothetical scenarios. They happen to real traders every week. The only question is whether you have a defense system running when they happen to you.
You check positions on your phone. One accidental tap opens a 5-lot position with no stop loss. By morning, you're down $10,000. The broker says "user-initiated trade." There's no undo button.
Your VPS provider snapshots your machine. Now two identical terminals run the same EA with the same settings. Double the trades, double the risk. You won't notice until the margin call.
You left a browser session logged in. Someone — or something — opens random positions through the web terminal at 2 AM. Your EA doesn't monitor web trades. Nobody is watching.
Your EA hits a logic bug or enters a revenge spiral. 8 trades in 10 minutes, each bigger than the last. The EA is doing exactly what it's coded to do — but the code is wrong, and it's burning your account.
You're long EURUSD, GBPUSD, and AUDUSD — three separate "trades" that are actually one giant bet against the dollar. Your EA doesn't see the correlation. One USD move wipes all three positions. Triple the loss you expected.
You hold positions over Friday close. Monday opens with a 150-pip gap. Your stop loss is meaningless — it filled 80 pips past your level. The broker shrugs. "Market gap. Standard procedure." $5,000 gone in a gap.
V2.0 had 52 defense points. Traders asked: what about spread manipulation? What about weekend gaps? What about slow bleed that daily limits miss? V2.2 answers every question with 10 new modules and 62 total protection points.
Your EA doesn't know that EURUSD + GBPUSD + EURGBP is a hidden trap. NIKA V2.2 tracks real-time correlation across all open pairs and blocks new positions that would create overexposure to any single currency. The trade your EA wanted to open? Rejected before it could triple your USD risk.
Your broker widens spreads to 3x normal right before news — and your EA still enters. Spread Spike Protection monitors tick-by-tick spread data and blocks all entries when spread exceeds your configured multiplier. No more slaughter during liquidity traps, rollover spikes, or "technical issues."
Monday gaps destroy accounts every single week. Weekend Gap Shield automatically reduces or closes positions before Friday market close. Configurable: close all, reduce by %, or close only high-risk pairs. Your stop loss can't save you from a 200-pip gap — but closing before the gap can.
V2.0 had session windows. V2.2 has per-day session control — different hours for Monday vs. Friday, auto-flatten outside approved windows. No more "my EA traded during rollover on a low-liquidity Thursday." Every day has its own rules. Outside the window? Positions flattened automatically.
After 5 losses in a row, your EA keeps entering. Your judgment is gone. Consecutive Loss Lockout imposes a hard stop after X consecutive losses — configurable count, configurable cooldown period. Not a suggestion. Not an alert. A wall. Trading resumes only after the cooling period expires.
Your account drops 0.3% per day. Daily limits never fire. After 2 weeks, you've lost 4% and never triggered a single alert. Equity Drift Detector catches slow equity bleed over multi-day windows that daily limits completely miss. The silent killer has a new predator.
Prop firms measure floating drawdown — unrealized losses count. Your daily loss limit only tracks closed trades. Floating Drawdown Guard caps unrealized P&L before the prop firm's system measures it. When floating DD approaches your limit, positions are trimmed automatically. The challenge stays alive.
Is your broker executing fairly? Broker Health Score tracks slippage frequency, average fill speed, spread behavior, and requote rates — outputting a 0-100 score. Below your threshold? Trading pauses automatically. Finally, data to prove your broker is the problem — not your strategy.
Broker says the slippage was normal? The prop firm says you breached rules? Daily Account Export generates timestamped CSV files with full account state, execution data, and defense events every day. Irrefutable evidence when you need to dispute a broker decision or prove compliance to a prop firm.
The market is crashing. You need to close everything now. Not navigate menus. Not find buttons. Not wait for your EA to react. Ctrl+Shift+X — one keystroke, every position closed, every pending order cancelled. Global hotkey works from any window. The nuclear option you pray you never need — but will be grateful you had.
V2.0 had 52 walls. V2.2 has 62. Every gap is sealed. Every blind spot is covered.
Get V2.2 Defense — $200Twelve real scenarios that destroy trading accounts every day — and exactly how NIKA V2.2 handles each one.
You're traveling. You open the MT5 mobile app to check your positions. Muscle memory kicks in — you accidentally tap Buy instead of just scrolling. A 5-lot XAUUSD position opens from your phone at 3 AM. No stop loss. By the time you wake up, gold moved 200 pips against you. $10,000 gone.
Trade executes. No system monitors mobile trades. Broker logs it as user-initiated. You wake up to a margin call. $10,000 loss. No recourse.
Trade killed in <1 second. Source verification detects it didn't originate from your VPS. Position closed immediately. Auto SL enforcement would have added a stop even if it somehow survived. Telegram alert sent to your phone. You sleep through it.
Your VPS provider clones your machine for a backup. Now TWO identical terminals are connected to your broker with the same EA running. Both start opening duplicate trades. Your 0.1 lot strategy is now running at 0.2 lots — double the risk, double the exposure.
Both terminals trade. Duplicate positions stack up. Your 0.1 lot strategy runs at 0.2 lots. One bad trade hits double. You don't notice until the damage is done.
Clone blocked at DLL level. NIKA's mutex lock ensures only ONE terminal owns the safety system. The clone can't acquire the lock. Multi-instance sync detects the conflict. Any trades from the clone are killed immediately.
Your EA hits 3 losses in a row on GBPUSD. It immediately re-enters trying to recover. Then another loss. Another re-entry. 5 trades in 10 minutes, each bigger than the last. By the end of the hour, you've burned through 8% of your account in a revenge trading spiral.
EA keeps trading. It's doing what it's coded to do — re-enter after a loss. 5 trades in 10 minutes. Escalating lot sizes. 8% drawdown in one hour. The code is working perfectly. The logic is wrong.
Circuit breaker fires. Trade throttling blocks the 4th trade in 10 minutes. Anti-revenge detects 3 consecutive losses and enforces a 60-minute cooldown. Recovery mode activates — reduced risk until equity recovers. Damage contained to 2%.
London session opens. Your VPS crashes during a Windows update. Your EA had 4 open positions, all in profit. While your VPS is offline for 15 minutes, the market reverses and all 4 positions go underwater. No EA running means no stop management.
Positions drift unmanaged. 4 winning positions turn into losers. No trailing stops. No EA to manage exits. 15 minutes offline at market open = catastrophic reversal risk.
Guardian EA takes over. Running on VPS 2, the Guardian detects your primary hasn't sent a heartbeat in 120 seconds. It declares the primary dead, kills the algo button, and flattens all positions. Trade journal logs everything for review.
A flash crash hits. Your account drops 8% in under 2 minutes. Your EA's normal risk management checks only run on new bars (every 5 minutes on M5). By the time it rechecks, you've lost 12%.
EA misses the drop. Bar-based risk checks only fire every 5 minutes. Flash crash happens between checks. By the time the EA recalculates, you've lost 12%. Too late.
Drawdown speed detection fires. NIKA monitors equity every second. Peak equity tracking measures from highest point. When it detects 2% drop in 5 minutes, it flattens everything BEFORE your EA notices. Algo button killed. Push + Telegram alert sent.
It's 2 AM your time. Asian session is volatile. Someone gains access to your broker's web terminal — maybe you left a session logged in on your laptop. They open random positions. Or maybe your EA just malfunctions.
Nobody is watching. Web terminal trades execute freely. Manual trades go unchecked. EA malfunctions pile up losses. You wake up to an account disaster.
Autonomous defense, 24/7. Web terminal trades killed instantly. Manual trades killed instantly. Daily loss limits lock trading at 3%. Session window blocks off-hours entries. You wake up, check Telegram — everything is safe.
Non-Farm Payrolls drops in 15 minutes. Your EA doesn't know about economic events — it just sees a "good setup" forming on EURUSD. It opens a position right before the release. NFP comes in wildly off-consensus. 80-pip spike in 3 seconds. Spread blows out to 15 pips. Your stop gets slipped. $3,000 loss on what looked like a textbook entry.
EA trades right into the event. No awareness of economic calendar. No spread protection. Position opens 2 minutes before NFP. Massive slippage on the spike. $3,000 loss that was entirely avoidable.
News Filter paused trading 15 minutes ago. NIKA reads the MT5 economic calendar. High-impact NFP flagged. All new entries blocked in the configured window before and after the event. Your EA's "setup" is rejected. Plus, Spread Spike Protection V2.2 would have blocked the entry anyway — spreads at 15 pips triggered the multiplier threshold. Double protection. Zero damage.
You're at 90% of your FTMO profit target after 3 weeks of disciplined trading. Just $500 more to pass. Your EA gets greedy — opens a bigger position than usual. It wins, pushing you to 95%. Then it opens another. This one reverses. You drop back to 82%. The challenge is still alive, but your confidence is shattered and the clock is ticking.
No profit protection. Your EA doesn't know about the challenge target. It trades at full size right up to the line. One reversal erases days of progress. No scale-out, no equity cap. The target was right there — now it's gone.
FTMO preset activated on day one. Equity cap set at profit target with buffer zone. Profit scale-out takes partial profits at 80%. At 90% you're already scaling down. Daily profit cap locks gains. Floating Drawdown Guard V2.2 ensures unrealized losses never trip the prop firm's measurement. You cross the line. Challenge passed. No drama.
Someone — maybe a disgruntled partner, maybe someone who accessed your VPS remotely — removes your Safety EA from the chart at 3 AM. They want to trade manually without restrictions. Or maybe they want to sabotage your account. Either way, your protection layer just disappeared.
Protection gone. Account naked. With the safety EA removed, there's nothing monitoring trades. Manual positions go uncontrolled. Risk limits don't exist. By morning, the account could be blown.
Guardian detects removal instantly. EA removal detection triggers Guardian on VPS 2. Guardian flattens all positions, kills the algo button. Anti-tampering prevents config changes outside your weekend window. Telegram + email alert sent. The sabotage attempt fails completely.
Friday 4:58 PM. Your EA has 3 open positions — EURUSD, GBPUSD, USDJPY. Markets close. Over the weekend, geopolitical news breaks. Monday opens with a 120-pip gap on EUR, 90 pips on GBP, 150 on JPY. Your stop losses? They filled at the gap price — 80+ pips past your levels. Total damage: $8,400 across three positions.
Positions held over the weekend. Stop losses are meaningless in a gap — they execute at the first available price Monday. Three positions, three gaps, three nightmare fills. $8,400 vanishes before you even open your laptop. Your "20-pip stop loss" became a 100-pip loss.
Weekend Gap Shield closed all positions Friday at 4:45 PM. Configured to auto-close 15 minutes before Friday market close. All three positions exited at market price — small profit on two, small loss on one. Net result: +$120 instead of -$8,400. Monday gap hits empty charts. You watch the carnage from the sidelines with a coffee.
Your EA loses 5 trades in a row on a choppy Tuesday. Each loss is small — 0.5% per trade. After 5 losses (2.5% total), your daily loss limit hasn't fired. The EA opens trade #6. Loss. #7. Loss. By trade #9, you're down 4.5% and the EA shows no sign of stopping. It's having its worst day ever and doesn't know it.
EA keeps trading through the streak. Each individual loss is "small." The EA's logic says "enter on the next signal." Nine losses in a row. 4.5% daily drawdown. If your daily limit is 5%, you're one trade away from lockout — and the EA just opened trade #10. No awareness of consecutive failures.
Consecutive Loss Lockout fires after loss #5. Configured for 5 consecutive losses max. After the 5th loss at 2.5% drawdown, all new entries blocked. 2-hour forced cooling period. The EA can't open trade #6, #7, #8, or #9. When trading resumes, Recovery Mode activates at 50% position size. Damage contained to 2.5% instead of 4.5%+.
You're day 18 of your FTMO challenge. Profit target is close. You have 3 open trades, all currently underwater. Combined floating loss: -4.2%. Your daily closed-trade P&L shows +0.8%. Your FTMO dashboard shows -4.2% drawdown because they measure equity, not closed trades. One more tick down and you breach the 5% max drawdown rule. Challenge failed. Three weeks of work — gone.
Your EA only tracks closed P&L. It thinks today is +0.8%. The prop firm measures floating equity. Your EA doesn't know about the 5% drawdown rule. The market drops another 30 pips. Floating DD hits -5.1%. Challenge failed instantly. The prop firm's system is faster than your EA's bar-based check. $500 challenge fee wasted.
Floating Drawdown Guard has been watching since tick one. At -3.5% floating DD, a warning alert fires. At -4.0%, NIKA starts trimming — closing the worst-performing position first. At -4.2%, the second position gets reduced by 50%. Floating DD stabilizes at -3.8%. The prop firm's system never sees -5%. Challenge survives. You recover and pass next week.
Every line of code in NIKA exists to enforce one fundamental truth about your trading account.
NIKA V2.2 validates every trade against 62 independent defense points organized into 12 security categories — in real time, before damage can occur.
Only ONE terminal can own the safety system at any time. DLL-level lock prevents clones, duplicates, and unauthorized instances.
Registry-based hardware ID verification. NIKA knows YOUR machine. Anything else is rejected at the DLL level.
Every trade is checked against the registry of locally-opened positions. Phone, web, clone trades — all killed in under 1 second.
Only specific EA magic numbers are allowed to trade. Rogue EAs with wrong magic numbers get blocked instantly.
DLL toggles the MetaTrader algo trading button. On violation, button goes red — ALL EAs lose permission instantly.
Blocks any attempt to move a stop loss further from entry. Your worst impulse — "just give it more room" — is physically impossible.
Prevents removing a stop loss entirely. Once set, it can only be moved closer to entry or to break-even. Never removed.
Kills any trade with magic number 0 (manual trades). No more "just one manual trade" that turns into a disaster.
If a trade opens without a stop loss, NIKA auto-adds one based on your config — or kills the trade entirely. Zero naked positions.
Automatically moves stop loss to entry price when a trade reaches X pips of profit. Locks in break-even, removes risk from the table.
Calculates real dollar risk exposure across all positions. Auto-trims when overallocated — highest-risk-first or spread evenly.
Soft alert when approaching risk limits. Get warned before the hard block kicks in — time to adjust voluntarily.
Detects hidden EUR/GBP/JPY overexposure across all open pairs. Blocks new positions that would create correlated risk multiplication.
Hard cap on per-trade position size. A 5-lot "accident" can't happen when the max is 0.5 lots.
Limits total concurrent positions. Prevents accumulation, overexposure, and runaway position stacking.
Maximum total lots across all open positions. Controls aggregate portfolio risk regardless of individual trade sizes.
Blocks same-direction trades on correlated pairs. No hidden EURUSD + GBPUSD double exposure.
Only approved instruments can trade. Everything else is rejected instantly — no surprise exotic pair positions.
Locks all trading when daily loss hits X%. The ultimate drawdown circuit breaker. Money + percentage modes.
Locks trading after hitting daily profit target. Stop while you're ahead. Critical for prop firm challenges.
Weekly drawdown cap with money and percentage modes. Prevents bad weeks from becoming catastrophic months.
Weekly profit ceiling. Lock in a great week instead of giving it back in overconfident Friday trades.
Hard stop after X consecutive losses. Forced cooling period. Not a warning — a wall between you and tilt-driven destruction.
Catches slow equity bleed over multi-day windows that daily limits miss entirely. Death by 1000 cuts — detected and stopped.
Set exact hour and minute to re-enable trading after lockout. No rage-resuming at 2 AM — wait for the configured reset.
Monitors equity velocity — percentage drop per minute. Catches flash crashes before your EA can react.
Auto partial-close when floating profit hits your threshold. Take money off the table while letting winners run.
Lock the account when balance/equity reaches target. Buffer zone prevents overshooting. Perfect for prop firm challenges.
Caps unrealized losses before prop firms measure them. Trims positions when floating DD approaches your limit. Challenge-saving protection.
Unlock equity cap without restarting the EA. Password-protected so you can't impulsively override in the heat of a trade.
Tracks highest equity since EA attached. Calculates drawdown from peak, not balance — more accurate for prop firm rules.
Five independent triggers can flatten your entire account in seconds: daily loss breach, drawdown velocity spike, exposure overload, Guardian dead man's switch, and manual kill switch.
On emergency, DLL flips the Algo Trading button OFF. ALL EAs lose trading permission instantly. NIKA closes remaining positions. Button stays red until lockdown ends.
Global hotkey instant flatten. One keystroke from any window — every position closed, every pending order cancelled. No menus, no delays. The nuclear option.
Primary VPS writes a timestamp every 60 seconds. Guardian on VPS 2 reads continuously. Stale by 120+ seconds = primary declared dead.
When primary is declared dead, Guardian closes ALL positions and pending orders immediately. No human intervention needed.
DLL-level mutex lock prevents Guardian and primary from conflicting. Only one system controls trading at any given time.
Protective parameters can ONLY be changed during your configured window (default: weekends). Mid-session weakening is physically blocked.
DLL computes checksum of your configuration. If the file is tampered with, NIKA detects it and reverts to the last valid config.
24-hour delay before settings changes take effect. No rage-unlocking your stop loss rules at 2 AM after a bad trade.
If someone removes the Safety EA from the chart, Guardian detects it instantly and flattens all positions. Protection can't be silently disabled.
All Safety EA instances share state via GlobalVariables. If ONE instance hits a lockdown, ALL instances stop. Cross-instance equity cap enforcement.
Reads the MT5 economic calendar. Blocks all new entries during configurable windows around high-impact events (NFP, FOMC, CPI). No more trading into volatility bombs.
Monitors tick-by-tick spread data. Blocks all entries when spread exceeds your configured multiplier above normal. Stops broker manipulation and liquidity trap losses.
Auto-closes or reduces positions before Friday market close. Configurable per-pair rules. Stop losses can't save you from a Monday gap — closing before the gap can.
Only allows trading during configured hours (broker time). No trades outside your strategy's optimal sessions. Asian, London, New York — you choose.
Per-day session windows with auto-flatten outside approved hours. Different rules for Monday vs. Friday. Seven independent daily schedules.
Pause trading after N consecutive losses. Configurable cooldown period. Prevents destructive loss spirals before they compound.
Maximum N trades per time window. Prevents overtrading, rapid-fire entries, and EA logic bugs that open positions in loops.
After circuit breaker triggers, automatically reduces risk percentage. Waits for equity to recover to X% of peak before resuming full size. Gradual, not binary.
Every action logged with millisecond timestamps. Trade events, blocked actions, risk check results, emergency events, configuration changes.
Survives terminal restarts via files + GlobalVariables. Crash at 3 AM, restart at 3:01 — NIKA remembers everything and resumes instantly.
Real-time on-chart display of all defense system status. See active locks, risk levels, daily P&L, and module health at a glance.
Every trade logged to CSV with full context: entry reason, exit reason, risk %, P&L, duration, defense events. Import into any analysis tool.
Timestamped CSV files with full account state, execution data, and defense events every day. Irrefutable evidence for broker disputes or prop firm compliance.
0-100 execution quality index tracking slippage, fill speed, spread behavior, and requote rates. Below threshold? Trading pauses automatically.
Instant push to your phone via MT5's built-in notification system. Know about violations, kills, and lockdowns in real time.
Detailed email with full context sent on critical events. Violation type, trade details, action taken. Timestamped for your records.
Send notifications directly to your Telegram channel via Bot API. Account status, trade kills, lockdown events — all in one chat.
On-screen popup alerts with configurable cooldown. Stay informed without alert spam. Critical events override cooldown.
Pre-configured templates for FTMO, The Funded Trader, MyForexFunds, and E8 Funding. Correct drawdown rules, profit targets, and daily limits — activated in one click.
Build and save your own presets for any prop firm or personal rules. Export, share, and switch between configurations instantly.
Six independent triggers can flatten your entire account in seconds. Any one of them can save you from catastrophe.
Account hits your configured daily loss limit. All positions closed. Algo button killed. All new trading blocked until configured resume time. No exceptions.
Equity drops faster than your configured threshold (e.g., 2% in 5 minutes). Emergency flatten fires before the next tick. Catches flash crashes your EA would miss.
Total open lots exceed your absolute maximum. Everything flattened to zero. Prevents any scenario where aggregate exposure becomes dangerous.
Primary VPS goes silent for 120+ seconds. Guardian EA on VPS 2 flattens all positions. Your account is never truly unmonitored.
You send the emergency flatten command. Every position, every pair, every pending order — closed in under 2 seconds. Total account reset.
Global hotkey flatten. One keystroke from any window on your VPS. No menus, no confirmation dialogs. Every position and pending order closed instantly. The fastest possible human-initiated flatten.
The Guardian EA runs on a second VPS, monitoring your primary system via heartbeat. If the primary goes silent, the Guardian takes over and protects your account.
Your primary VPS writes a timestamp file every 60 seconds. The Guardian EA on VPS 2 reads it continuously. If the timestamp goes stale by 120+ seconds, the primary is declared dead.
When the primary is declared dead, the Guardian doesn't wait. It closes ALL open positions and pending orders immediately. No human intervention needed.
DLL-level mutex lock prevents the Guardian and primary from running simultaneously. Only one system controls trading at any given time. No conflicts, no duplicates.
If someone removes the Safety EA from the primary chart, Guardian detects the missing heartbeat and immediately flattens all positions. Protection can't be disabled.
NIKA logs everything with forensic precision. When something happens to your account, you don't guess — you know exactly what occurred and why.
Every trade open, close, modify, and kill — with exact timestamp, source, lot size, symbol, and reason.
Every trade that was rejected or killed, with the specific rule that triggered the block.
Each of the 62 defense points logs its pass/fail status for every trade attempt. Full decision chain visible.
Every emergency flatten trigger — what caused it, what was closed, P&L impact, recovery state.
Guardian heartbeat checks with timestamps. Primary alive/dead declarations. Failover events.
Every trade logged with full context to CSV — entry reason, exit reason, risk, P&L, duration, defense events.
Timestamped CSV snapshots of full account state, execution quality, and broker health score. Evidence for disputes.
Every parameter update logged with before/after values. Anti-tampering flags unauthorized changes.
Every push, email, Telegram, and popup alert logged with delivery status and content.
Continuous execution quality logging — slippage, fill speed, spread deviations, requote frequency. 0-100 score history.
The entire system is designed for one thing: so you can close your laptop, go to bed, and know that no matter what happens overnight, your account is protected.
Only your authorized VPS terminal can open trades. Phone, web, clones — all killed in under 1 second. Anti-tampering prevents config changes overnight.
Daily/weekly loss limits, drawdown speed detection, equity drift detector, floating DD guard, circuit breaker, and 6 emergency flatten triggers run 24/7. Maximum damage is capped before it starts.
If your primary VPS crashes at 3 AM, Guardian detects it in 120 seconds and flattens everything. You get a Telegram alert. Panic button ready if you need manual override. Fully autonomous.
NIKA V2.2 is a modular DLL + EA architecture for MetaTrader 5. Each module handles one domain of account defense. All configurable via a single parameter file.
Validates trade origin. Kills anything not from your authorized terminal + EA magic number.
Enforces max lot size, max open trades, total exposure cap, and symbol whitelist.
Daily/weekly loss limits, profit caps, drawdown speed detection, configurable resume times.
Detects and blocks correlated-pair exposure. Prevents hidden risk multiplication.
Consecutive loss detection, cooldown enforcement, circuit breaker, trade throttling.
6 independent flatten triggers. Algo button kill. Panic button. Account lockdown with resume timer.
Dead man's switch. Heartbeat monitoring. EA removal detection. Automatic failover flatten.
SL widening prevention, SL removal block, manual trade kill, auto SL enforcement, break-even auto-move.
Profit scale-out, max equity cap, floating drawdown guard, admin password override, peak equity tracking.
Weekend-only settings, config checksum via DLL, time-delayed unlock, EA removal detection.
MT5 economic calendar integration. Block entries before/after high-impact events. Configurable windows.
Push, email, Telegram, popup alerts with cooldown. Delivery confirmation and logging.
One-click FTMO, TFT, MFF, E8 templates. Custom preset builder. Save and switch configs.
CSV logging with full context per trade. Recovery mode integration. Import to any analysis platform.
Multi-pair currency exposure analysis. Blocks hidden overexposure across EUR, GBP, JPY, USD positions.
Tick-by-tick spread monitoring. Blocks entries when spread exceeds configurable multiplier above normal.
Auto-close/reduce before Friday close. Configurable per-pair rules. Prevents Monday gap destruction.
Per-day session windows. Auto-flatten outside hours. Seven independent daily schedules.
Hard stop after X losses. Forced cooling period. Recovery mode integration at reduced size.
Multi-day rolling window analysis. Catches slow equity bleed that daily limits miss entirely.
Caps unrealized P&L. Auto-trims positions approaching floating DD limits. Critical for prop firms.
0-100 execution quality tracking. Slippage, fill speed, spread, requotes. Auto-pause below threshold.
Timestamped CSV evidence files. Full account state snapshots for disputes and compliance proof.
Ctrl+Shift+X global hotkey. Instant flatten from any window. No menus, no delays.
// ═══════════════════════════════════════════════
// NIKA Account Defense V2.2 — Configuration
// ═══════════════════════════════════════════════
// Source Verification
input string AllowedSymbols = "EURUSD,GBPUSD,XAUUSD";
input int AllowedMagic = 12345;
input bool KillManualTrades = true;
// Position Limits
input double MaxLotSize = 0.5;
input int MaxOpenTrades = 5;
input double TotalExposureCap = 2.0;
// Loss Limits
input double DailyLossPercent = 3.0;
input double DailyProfitCapPercent = 5.0;
input double WeeklyLossPercent = 8.0;
input int ResumeHour = 7;
// Emotional Guard
input bool BlockSLWidening = true;
input bool AutoSLEnforce = true;
input double BreakEvenPips = 20.0;
// Anti-Tampering
input bool WeekendOnlySettings = true;
input int UnlockDelayHours = 24;
// News Filter
input bool NewsFilterEnabled = true;
input int NewsBlockMinsBefore = 15;
input int NewsBlockMinsAfter = 15;
// ═══ V2.2 NEW MODULES ═══
// Currency Correlation Guard
input bool CorrelationGuardV2 = true;
input double MaxCurrencyExposure = 1.5; // max lots per currency
// Spread Spike Protection
input bool SpreadSpikeEnabled = true;
input double SpreadMultiplierMax = 3.0; // block at 3x normal
// Weekend Gap Shield
input bool WeekendShieldEnabled = true;
input int FridayCloseMinsBefore = 15;
input string WeekendShieldMode = "CLOSE_ALL"; // CLOSE_ALL, REDUCE_50, HIGH_RISK_ONLY
// Session Guard V2
input bool SessionGuardV2 = true;
input bool AutoFlattenOutside = true;
// Consecutive Loss Lockout
input int MaxConsecutiveLosses = 5;
input int LossLockoutMinutes = 120;
// Equity Drift Detector
input bool EquityDriftEnabled = true;
input int DriftWindowDays = 5;
input double MaxDriftPercent = 3.0;
// Floating Drawdown Guard
input bool FloatingDDEnabled = true;
input double MaxFloatingDDPercent = 4.5;
input double FloatingDDWarnPercent = 3.5;
// Broker Health Score
input bool BrokerHealthEnabled = true;
input int MinBrokerHealthScore = 60;
// Daily Account Export
input bool DailyExportEnabled = true;
// Panic Button
input bool PanicButtonEnabled = true; // Ctrl+Shift+X
// Prop Firm Preset
input string PropFirmPreset = "FTMO";
input double MaxEquityCap = 110000.0;
// Notifications
input bool TelegramEnabled = true;
input string TelegramBotToken = "YOUR_TOKEN";
input string TelegramChatID = "YOUR_CHAT_ID";
// Guardian (Dead Man's Switch)
input int HeartbeatTimeout = 120; // seconds
input bool GuardianEnabled = true;
Everything you need to deploy military-grade account protection on your MT5 setup. Install, configure, forget.
The core defense engine. Native C++ DLL that runs inside MT5 with sub-millisecond response times. Mutex, fingerprint, heartbeat, algo button control, config checksum, panic button hotkey.
The MT5 Expert Advisor with all 24 modules. 62 defense points running every second on your primary VPS.
Dead man's switch EA for your secondary VPS. Heartbeat monitoring, EA removal detection, emergency flatten.
Pre-built configurations for FTMO, The Funded Trader, MyForexFunds, and E8. One click to activate. Floating DD guard pre-configured.
Pre-configured parameter file with sensible defaults for all 62 defense points. All parameters fully documented and customizable.
Step-by-step installation guide for primary and Guardian VPS setups. Telegram bot setup. Prop firm preset guide. V2.2 module configuration. Screenshots included.
Ready-to-use Telegram bot configuration for receiving real-time alerts on your phone or channel.
All future updates to NIKA included. New defense modules, improvements, and bug fixes at no extra cost.
No subscriptions. No hidden fees. No per-account charges. One payment, lifetime defense.
Secure payment via Stripe. Instant delivery after purchase.
$200 once. Lifetime protection. 62 defense points, 24 security modules, correlation guard, spread protection, weekend gap shield, floating DD guard, panic button, anti-tampering, news filter, Telegram alerts, prop firm presets — defending your account 24/7.
Get Account Defense — $200