Nika EA V1.28 — Complete Documentation, Technical Analysis & Quick Reference
1 Yaer and 3 months backest 1/3 forward
Look at the outstandsing quailty




Nika EA V1.28 — Documentation & Resources
Nika EA is a professional-grade algorithmic trading system for MetaTrader 5, featuring a proprietary 6-stage signal generation pipeline, 15 independent risk management layers, and institutional-level trade management. This page serves as the central hub for all documentation, technical references, and downloadable resources.
Product Page: Nika EA on MQL5 Market
Downloadable Documentation (PDF)
All PDF documents are available for download via Google Drive (links in the Downloads section below). A ZIP archive is also attached to this post.
1. Comprehensive Technical Documentation (57 pages)
The complete technical manual covering every aspect of the Nika EA system:
- System Architecture — Three-file modular design (6,900-line EA + 1,081-line indicator + 332-line MA library)
- Signal Engine Deep Dive — All 12 signal modes explained with parameter tables and usage tips
- Moving Average Library — 11 MA types (SMA, EMA, WMA, VWMA, RMA, DEMA, TEMA, ZLEMA, HMA, Donchian, T3) with lag/responsiveness characteristics
- Trade Management — Entry modes, direction filter, position sizing, hedge mode, spread compensation
- Stoploss Methods — Fixed Pips, ATR Multiplier, and Average Price Promille with configuration examples
- Take Profit System — 10-level partial close ladder with RRR-based multipliers
- Trailing Stop System — Two modes: RRR-based stepping (m-aslt2) and percentage pullback (m-pppt)
- Re-Entry System — Automatic trend recapture after stoploss hits, with series limits and cooldowns
- Scale-In System — 10 configurable trigger levels for pyramiding or averaging, with range randomization
- Risk Management Framework — Complete 15-layer defense-in-depth architecture
- Hours/Session Management — Timezone handling, wrap-around sessions, Friday-only close
- News Filter — Live economic calendar integration with impact-level filtering
- Strategy Tester Integration — 6 custom fitness functions for walk-forward optimization
- Complete Parameter Reference — Every input parameter documented with type, default, and description
- SET File Format Guide — File encoding, naming conventions, and optimization suggestions
2. Quick Reference Guide (8 pages)
A concise cheat sheet designed for quick lookups while configuring the EA:
- Architecture overview in one glance
- All 12 signal modes in a single table
- Complete parameter cheat sheet organized by group
- 15 risk layers numbered list
- MA types comparison table (ID, name, lag, responsiveness, smoothing)
- 6 optimization fitness function formulas
- MT5 timeframe codes reference
3. Independent Professional Assessment (9.2/10)
An independent multi-model technical evaluation synthesized from three AI analysis engines (GPT-5.2 Thinking, Claude Opus 4.6 Thinking, Gemini 3.1 Pro):
- Overall Rating: 9.2/10 — Elite-Tier Expert Advisor
- Signal Engine: 9.0/10 — Genuinely novel pipeline
- Trade Management: 9.5/10 — Professional-grade execution
- Risk Management: 10/10 — Institutional defense-in-depth
- Code Architecture: 8.5/10 — Clean modular design
- Innovation: 9.0/10 — Daily PL trailing, scale-in randomization, 6 fitness functions
The assessment places Nika EA in approximately the top 0.5–1% of all MetaTrader 5 Expert Advisors by sophistication.
System Overview
Signal Generation Pipeline
Raw price data passes through up to 6 processing stages:
- Raw Price Data (OHLCV from any timeframe)
- Optional Heiken Ashi Preprocessing (per-rule toggle)
- Linear Regression Deviation (configurable lookback period)
- MA Smoothing (11 types available)
- Signal Line + Average Line Generation
- Signal Detection (12 modes × 3 rule slots = 36 rule instances)
12 Signal Modes
| Mode | Name | Description |
|---|---|---|
| 0 | NikaCross | Signal line crosses Average line — flagship mode |
| 1 | NikaSigLevCross | Signal line crosses user-defined level |
| 2 | HistLevCross | Histogram crosses level with optional HA smoothing |
| 3 | HistUD | Histogram directional momentum |
| 4 | MACross | Traditional fast/slow MA crossover (11 MA types) |
| 5 | 2SigCross | Two independent Nika signal lines cross each other |
| 6 | 2SigAvgCross | Two Nika signals must both cross one average |
| 7 | Sig2AvgCross | One signal must cross above/below two averages |
| 8 | SigUD | Signal line directional momentum |
| 9 | AvgUD | Average line directional momentum |
| 10 | SigAvgUD | Both signal AND average must agree on direction |
| 11 | MAPriceCross | Price crosses above/below a moving average |
Three Entry Types
| Type | Magic | Purpose |
|---|---|---|
| Main Entry | 1000 | Signal-driven primary trade entries |
| Re-Entry | 1001 | Automatic re-entry after stoploss hit (trend recapture) |
| Scale-In | 1002 | Add to positions at configurable profit/loss trigger levels |
15 Risk Management Layers
- Max Entries per Direction
- Max Entries per Day
- Re-Entry Series Limit
- Max Open Lot (per symbol or all symbols)
- Daily Loss Limit
- Daily Profit Limit
- Weekly Loss Limit
- Weekly Profit Limit
- Daily Account Trailing Stop
- Hours/Session Filter
- News Filter (live economic calendar)
- Trade Cooldown
- Profit Scale-Out
- Direction Filter
- Spread/Commission Compensation
Key Features at a Glance
- 36 configurable rule instances (12 modes × 3 slots) with per-slot timeframe and Entry/Filter roles
- 11 Moving Average types with full applied-price selection
- 10-level partial take profit using RRR-based multipliers of stoploss distance
- 2 advanced trailing modes — step-based (m-aslt2) and percentage pullback (m-pppt)
- 3 stoploss methods — Fixed Pips, ATR Multiplier, Average Price Promille
- News filter with live FairEconomy data, configurable by impact level
- 6 custom fitness functions for Strategy Tester walk-forward optimization
- Real-time dashboard showing live P/L, entry state, risk layer status, news countdown
- Multi-timeframe analysis — each rule slot independently targets any MT5 timeframe
100 Pre-Built SET File Configurations
Included with the documentation is a collection of 100 starter SET files organized into 7 categories, designed to help you explore the EA's capabilities systematically:
| Category | Range | Focus |
|---|---|---|
| A | 001–020 | NikaCross variations — all 11 MA types, different timeframes, Heiken Ashi toggles |
| B | 021–035 | NikaCross + filter combos — multi-slot, multi-timeframe, ALL/ANY logic |
| C | 036–055 | Alternative signal modes — HistLevCross, MACross, 2SigCross, SigAvgUD, MAPriceCross |
| D | 056–065 | Stoploss method variations — Fixed, ATR, Promille at different settings |
| E | 066–075 | TP/Exit variations — partial close ladders, trailing configurations |
| F | 076–088 | Re-entry, scale-in, and exposure control configurations |
| G | 089–100 | Risk management/filters — session hours, news, daily PL, cooldowns |
Each SET file isolates one concept so you can learn each feature independently before combining them into complex strategies.
Getting Started — Recommended Approach
- Download the Quick Reference PDF — keep it open while configuring
- Start with SET file #001 (NikaCross-EMA-20-10-M15) — the baseline configuration
- Use 0.5% risk per trade on a demo account for 2–4 weeks minimum
- Enable core risk layers first — daily loss limit, max open lot, spread compensation
- Read the Comprehensive Documentation for deep understanding of each subsystem
- Walk-forward test using 70/30 in-sample/out-of-sample windows with Fitness Function 2 or 4
- Optimize per-symbol — different parameters for EURUSD vs. GBPJPY vs. XAUUSD
Downloads
All PDF documents are available for download via Google Drive. Click the links below to view or download:
- Nika_EA_V127_Comprehensive_Analysis.pdf — Full 57-page technical documentation
- Nika_EA_V127_Quick_Reference.pdf — 8-page parameter cheat sheet
- Nika-EA-V1.28-Professional-Assessment.pdf — Independent multi-model code evaluation
Interactive Dashboards (hosted on GitHub Pages):
- God Mode Dashboard — Complete interactive analysis with all parameters, charts & optimization data
- Quick Reference Dashboard — Essential settings, quick-start guide & key configurations
- Documentation Hub — Landing page with links to all interactive resources
For questions, support, or feature requests — contact me via MQL5 private message.
Product Page: Nika EA on MQL5 Market
Copyright 2026 NIKA. All Rights Reserved.















