Indexium EA
199 USD
Demo downloaded:
24
Published:
12 February 2026
Current version:
1.42
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
Version 1.42
2026.02.16
HTF Risk Setting updated!
Version 1.40
2026.02.14
Stratum EA v4.40 — Changelog
7-Mode Adaptive Trading System: From Scalper to Position Trader.
New Modes:
IntraSwing (M30 entry, D1 trend, H4 structure)
SwingMaster (H1 entry, D1 trend, H4 structure)
MacroTrend (H4 entry, W1 trend, D1 structure)
Architecture:
Centralized ModeConfig struct with 30+ parameters per mode
Dynamic MTF chain: each mode defines its own trend/structure/POI/momentum timeframes
HTF_Context extended with D1/W1 analysis and dynamic references (trend_bias, struct_state)
Score weights adjustable per mode (trend, structure, momentum multipliers)
Trade Management:
TP1 fixed at 1:1 R:R across all modes for WR preservation; TP2/TP3 scaled per mode (up to 5:1)
Trailing scaled by mode (SL × 30% scalp → SL × 50% position)
Lot multiplier: 1.0x scalp → 0.3x position (auto-applied to fixed and risk-based)
Partial close ratios adjusted per mode (40/40/20 → 25/35/40)
Filters:
Session filter mode-aware (disabled for MacroTrend, buffered for swing modes)
Weekend guard for swing/position modes (Friday 20:00 – Monday 02:00 GMT block)
Newsium pre-trade blocking disabled for SwingMaster/MacroTrend (score bonus only)
Paper/Live thresholds user-configurable, min trades scaled per mode (10 → 3)
Infrastructure:
H4 SL risk profile added to CalcStopLoss
POI detection on dynamic timeframes (OB and FVG follow mode config)
D1/W1 bar tracking and conditional analysis in UpdateHTFIfNeeded
Adaptive Learning feature keys use dynamic trend/structure references
Dashboard displays all 7 modes correctly
7-Mode Adaptive Trading System: From Scalper to Position Trader.
New Modes:
IntraSwing (M30 entry, D1 trend, H4 structure)
SwingMaster (H1 entry, D1 trend, H4 structure)
MacroTrend (H4 entry, W1 trend, D1 structure)
Architecture:
Centralized ModeConfig struct with 30+ parameters per mode
Dynamic MTF chain: each mode defines its own trend/structure/POI/momentum timeframes
HTF_Context extended with D1/W1 analysis and dynamic references (trend_bias, struct_state)
Score weights adjustable per mode (trend, structure, momentum multipliers)
Trade Management:
TP1 fixed at 1:1 R:R across all modes for WR preservation; TP2/TP3 scaled per mode (up to 5:1)
Trailing scaled by mode (SL × 30% scalp → SL × 50% position)
Lot multiplier: 1.0x scalp → 0.3x position (auto-applied to fixed and risk-based)
Partial close ratios adjusted per mode (40/40/20 → 25/35/40)
Filters:
Session filter mode-aware (disabled for MacroTrend, buffered for swing modes)
Weekend guard for swing/position modes (Friday 20:00 – Monday 02:00 GMT block)
Newsium pre-trade blocking disabled for SwingMaster/MacroTrend (score bonus only)
Paper/Live thresholds user-configurable, min trades scaled per mode (10 → 3)
Infrastructure:
H4 SL risk profile added to CalcStopLoss
POI detection on dynamic timeframes (OB and FVG follow mode config)
D1/W1 bar tracking and conditional analysis in UpdateHTFIfNeeded
Adaptive Learning feature keys use dynamic trend/structure references
Dashboard displays all 7 modes correctly
Version 1.30
2026.02.13
Swing SL Added!
Version 1.20
2026.02.13
Indexium EA v1.2 — Changelog
Trade Activation Fix — EA was not opening any trades due to overly strict mode overrides.
BALANCED mode: relaxed min score (9→3), min R:R (1.5→1.0), engulf ratio (0.70→0.6), pin wick (2.0→1.5), volume threshold (1.2→1.0), ADX (22→20)
CONSERVATIVE mode: relaxed min score (14→8), min R:R (2.5→1.5), pin wick (3.0→2.0), engulf (0.9→0.8), volume (1.5→1.3), ADX (28→25)
Input defaults: MinConfluence 5→3, MaxSameDir 3→5, MaxPerGroup 2→3, PinWickRatio 2.0→1.5, EngulfRatio 0.7→0.6
Trade Filter default changed from All Live to Paper First
Dynamic R:R threshold: score ≥14 allows R:R down to 0.75, ≥10 allows 1.0, below 10 requires 1.25+. Score is now calculated before R:R check so strong signals aren't rejected by a fixed ratio
POI tolerance extended from 2 to 4 pips for wider zone detection
FVG fill zone expanded from 50% to 60%
FVG mitigation threshold raised from 70% to 85% (keeps FVGs active longer)
New entry pattern: POI Rejection (wick rejection within 3 bars)
Engulfing detection expanded to check bar[2]+bar[3] pair in addition to bar[1]+bar[2]
Broker suffix "+" support added
Dashboard flicker fix: 1000ms throttle, removed redundant ChartRedraw calls
Trade Activation Fix — EA was not opening any trades due to overly strict mode overrides.
BALANCED mode: relaxed min score (9→3), min R:R (1.5→1.0), engulf ratio (0.70→0.6), pin wick (2.0→1.5), volume threshold (1.2→1.0), ADX (22→20)
CONSERVATIVE mode: relaxed min score (14→8), min R:R (2.5→1.5), pin wick (3.0→2.0), engulf (0.9→0.8), volume (1.5→1.3), ADX (28→25)
Input defaults: MinConfluence 5→3, MaxSameDir 3→5, MaxPerGroup 2→3, PinWickRatio 2.0→1.5, EngulfRatio 0.7→0.6
Trade Filter default changed from All Live to Paper First
Dynamic R:R threshold: score ≥14 allows R:R down to 0.75, ≥10 allows 1.0, below 10 requires 1.25+. Score is now calculated before R:R check so strong signals aren't rejected by a fixed ratio
POI tolerance extended from 2 to 4 pips for wider zone detection
FVG fill zone expanded from 50% to 60%
FVG mitigation threshold raised from 70% to 85% (keeps FVGs active longer)
New entry pattern: POI Rejection (wick rejection within 3 bars)
Engulfing detection expanded to check bar[2]+bar[3] pair in addition to bar[1]+bar[2]
Broker suffix "+" support added
Dashboard flicker fix: 1000ms throttle, removed redundant ChartRedraw calls
Version 1.10
2026.02.12
Indexium EA v1.1 — Changelog
Lowered Min Signal Score from 9 to 5 to allow more trade entries within the 0-28 scoring range
Reduced Min WR% to Go Live from 55% to 40% for faster Paper→Live transition
Increased Min Trades Before WR Check from 5 to 10 for more reliable win-rate calculation across 5 indices
Reduced Loss Cooldown from 30 to 15 minutes to avoid missing short index sessions
Raised Max Same-Direction from 2 to 3 and Max Per Corr Group from 1 to 2 to reduce over-filtering across 5 symbols
Fixed CRiskCalculator class missing after conversion (caused 22 compile errors)
Fixed duplicate InpNewsPreBuffer declaration
Added filling type auto-detect and SYMBOL_TRADE_STOPS_LEVEL check for MQL5 Market tester compatibility
Added graceful tester fallback for non-index symbols (EURUSD/XAUUSD)
Cleaned Unicode characters (em-dash, arrows) for Market validator compliance
Lowered Min Signal Score from 9 to 5 to allow more trade entries within the 0-28 scoring range
Reduced Min WR% to Go Live from 55% to 40% for faster Paper→Live transition
Increased Min Trades Before WR Check from 5 to 10 for more reliable win-rate calculation across 5 indices
Reduced Loss Cooldown from 30 to 15 minutes to avoid missing short index sessions
Raised Max Same-Direction from 2 to 3 and Max Per Corr Group from 1 to 2 to reduce over-filtering across 5 symbols
Fixed CRiskCalculator class missing after conversion (caused 22 compile errors)
Fixed duplicate InpNewsPreBuffer declaration
Added filling type auto-detect and SYMBOL_TRADE_STOPS_LEVEL check for MQL5 Market tester compatibility
Added graceful tester fallback for non-index symbols (EURUSD/XAUUSD)
Cleaned Unicode characters (em-dash, arrows) for Market validator compliance
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
