System Philosophy — Summary

System Philosophy — Summary

AHS is not a simple EA with a single strategy. It is a hybrid risk management platform with an interchangeable strategy core, where:

  1. Every strategy can be a Trigger OR a Filter — the same logic serves both to generate signals and to validate them
  2. The Macro Risk Matrix looks at the broader market picture before permitting a trade — 19 global assets vote on every order
  3. The system reacts to impulses — when it detects a violent move, it radically changes its parameters, becoming more selective and directional
  4. Multi-layer protection — from the individual position level (Virtual SL, Hard BE, TSL BB, Profit Lock, Neg BE) through the daily level (Daily Loss, Daily Target) to the full account level (Equity TSL)
  5. Click & Forget — the trader can trade manually and the EA automatically takes over risk management for every open position

Makro Matrix Risk — dynamiczna punktacja instytucjonalna

4. Makro Matrix Risk — dynamiczna punktacja instytucjonalna

This is the most unique feature of the system. Before every order, AHS consults 19 global assets, analysing each through 5 indicators — a total of 95 indicator handles running in parallel.

Skład Makro Matrix Risk

Tech Titans (≈60% of the pool):

AssetBase Weight
Apple (AAPL)8%
Microsoft (MSFT)8%
Nvidia (NVDA)8%
Amazon (AMZN)5%
Meta (META)5%
Alphabet (GOOGL)5%
Tesla (TSLA)4%
Broadcom (AVGO)4%
Costco (COST)3%
Netflix (NFLX)2%
PepsiCo (PEP)2%
Cisco (CSCO)2%
T-Mobile (TMUS)2%
Adobe (ADBE)1%
AMD1%

Global Macro (≈40% of the pool):

AssetBase WeightSpecial Role
Bitcoin (BTC)10%Risk-On barometer
Gold (GOLD)10%Inverse correlation — Risk-Off
EURUSD10%Dollar strength proxy (DXY)
AUDJPY10%Carry trade / risk appetite

Dynamic Weighting — What Sets This System Apart

Base weights are a starting point, not fixed values. For each asset, a multiplier is computed based on current indicators:

Indicators per asset (H1 timeframe):
  → MA50, MA200   (long-term trend)
  → RSI(14)       (momentum / overbought-oversold)
  → CCI(14)       (deviation from mean)
  → MFI(14)       (money flow)

Multiplier logic for BUY scoring:
  → Bullish trend (MA50 > MA200):          +0.5
  → Oversold (RSI<30 or CCI<-100):        +0.5
  → Overbought (RSI>70 or CCI>100):       -0.5
  → Money flowing in (MFI>50):            +0.2

Multiplier logic for SELL scoring:
  → Bearish trend (MA50 < MA200):          +0.5
  → Overbought (RSI>70 or CCI>100):       +0.5
  → Oversold (RSI<30 or CCI<-100):        -0.5
  → Money flowing out (MFI<50):           +0.2

Minimum multiplier = 0.1 (prevents negative weights).

Scoring Mechanism

effective_weight = base_weight × multiplier
max_pool        += effective_weight           // maximum possible score

// Does this asset confirm the direction?
if BUY:  price > MA50 → align_score += effective_weight
if SELL: price < MA50 → align_score += effective_weight

// GOLD is inverse (is_inverse=true):
// Bullish GOLD = Risk-Off = confirms SELL, not BUY

final_alignment = (align_score / max_pool) × 100%

Block condition: If final_alignment < Inp_Macro_Min_Alignment_Percent (default 70%) → order blocked.

Lazy Evaluation

The Macro Matrix is not computed on every tick. It is triggered exclusively when a strategy generates a signal. This dramatically reduces CPU usage. Log: "BUY Align: 82% (Pool: 145)" / "Block BUY: Macro Score".

When No Market Is Active

When all assets are inactive (no data, markets closed) → max_pool = 0 → filter bypassed, trading allowed. The system never blocks itself when global data is unavailable.

Full Technical Documentation

AHS — Adaptive Hybrid System v78.00

Full Technical Documentation

Multi-Core Strategy Engine for MetaTrader 5 (MQL5)

Project built from July 10th, 12+ hours a day, often seven days a week — through April 21st.


TABLE OF CONTENTS

  1. Architecture & Module Connections
  2. Multi-Core Strategy Engine — “First Come, First Served”
  3. Strategies — Detailed Algorithm Descriptions
  4. Macro Risk Matrix — Dynamic Institutional Scoring
  5. Institutional Impulse + Muzzle Mode — Behavior Change During Impulse
  6. Dynamic Channel (Box Trading) — Price Tunnel
  7. Position Management — Protection Layers
  8. Account Protection — System Level
  9. Manual Trade Management (Click & Forget)
  10. Trading Schedule & EOD Terminator
  11. News Filter
  12. Weekly Filter & Fibonacci (Anti-Crash)
  13. Capital Management & Position Sizing
  14. Pyramiding (Position Scaling)
  15. Information Panel
  16. License & Updates
  17. Full Input Parameter Reference

1:500

Adaptive Hybrid System - Multi-Core Strategy Engine -US100
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.