Nika EA V1.28 — Complete Documentation, Technical Analysis & Quick Reference

Nika EA V1.28 — Complete Documentation, Technical Analysis & Quick Reference

2 March 2026, 21:26
Nik Andersen
0
11


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:

  1. Raw Price Data (OHLCV from any timeframe)
  2. Optional Heiken Ashi Preprocessing (per-rule toggle)
  3. Linear Regression Deviation (configurable lookback period)
  4. MA Smoothing (11 types available)
  5. Signal Line + Average Line Generation
  6. 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

  1. Max Entries per Direction
  2. Max Entries per Day
  3. Re-Entry Series Limit
  4. Max Open Lot (per symbol or all symbols)
  5. Daily Loss Limit
  6. Daily Profit Limit
  7. Weekly Loss Limit
  8. Weekly Profit Limit
  9. Daily Account Trailing Stop
  10. Hours/Session Filter
  11. News Filter (live economic calendar)
  12. Trade Cooldown
  13. Profit Scale-Out
  14. Direction Filter
  15. 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

  1. Download the Quick Reference PDF — keep it open while configuring
  2. Start with SET file #001 (NikaCross-EMA-20-10-M15) — the baseline configuration
  3. Use 0.5% risk per trade on a demo account for 2–4 weeks minimum
  4. Enable core risk layers first — daily loss limit, max open lot, spread compensation
  5. Read the Comprehensive Documentation for deep understanding of each subsystem
  6. Walk-forward test using 70/30 in-sample/out-of-sample windows with Fitness Function 2 or 4
  7. 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:

Interactive Dashboards (hosted on GitHub Pages):

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.

Files:
Nika_EA_PDF.zip  397 kb