Attachments forums

Re: THE ALKEMIX 2025 - MT5 EDITION

5Rivers, Tue Apr 21, 2026 12:05 pm

This is not the kind of trading I ever do, but like any trading system, if you can master it, it will pay.
Name of the game is to 'always be on the right side' using Alkemix trend, and then use the golden ratio to pick the next lot size, until we have decent move, starting the sequence at the right time might be the edge. Then either lock in profits by closing all (so far the best way when fully automated) or let runners go (next version will have runners be able to use 55 ema as a stop, or switch to larger timeframe automatically and use the stepma as the stoploss). The setting are there, just gotta find appropriate risk parameters for each session and timeframe.

This was just meant to make the process of buying and selling Alkemix trend signals automatic so I don't have to be looking at the screen. Todays first full 24h test netted 2% on demo, requiring me to intervene to take profits and de-risk 2 times on the 3-4-5min charts. I switch time frames (3m ->5m)to give the step a little more or less room to breathe based on my own bias.

The next step is to clean up the code and work out some of the take profit exits. Eventually for fun ill try to build a python backend with ml.

Grok:
What it does
This MT5 EA is a visual trading panel combined with a fully automated hedging system based on a signed net Fibonacci ladder.
It maintains one clean net exposure (e.g. +0.21 or -0.13) that advances or retreats along the fib sequence (0.01 → 0.02 → 0.03 → 0.05 → 0.08 → 0.13 → 0.21 → 0.34 …).

BUY signal → moves net one level higher (positive direction)
SELL signal → moves net one level lower (negative direction)
Lot size opened = |target net – current net| (big trades when crossing zero are intentional)

Main features:

Clean graphical panel with manual BUY/SELL, STEP, BANK, CLOSE ALL, micro trades, and lot override
Full automation via Alkemix Trend signals (can run on seconds chart while trading the real symbol)
Smart deleverage mode (signals close positions instead of opening new ones)
Multiple profit-taking tools: auto step/bank on P&L, BB band exits, per-position takes, trailing, swap drain, hold-days, equity DD protection
Depth-aware skin (scaled runner left after banking) + x2 step latch at deeper levels
Extensive filters (ICT kill zones, spread, session risk caps, etc.)
Commission-aware close targets and robust risk management

In short: A structured fib-ladder hedging engine with strong manual + automated capabilities.
Strengths

Precise and mathematical net management
Intelligent handling of hedge books (closes most profitable first, opens shortfall when needed)
Excellent visual panel with real-time data
Rich automation and protection suite
Works well with external signals and different instruments

Weaknesses

Can open large lot sizes during zero-crossing or at depth (requires good risk control)
Complex system with many inputs and modes — steep learning curve
Equity can diverge from balance in deep hedges (swap & open P&L)
Depends heavily on Alkemix Trend for full auto mode

What needs improvement

Better visual cues for skin target and pending actions
Stronger safeguards against oversized trades
Easier debugging / state logging
Simpler presets for different symbols

Why it’s different from other similar systems
Most fib or hedging EAs are basic grids, martingale, or simple retracement bots that add legs independently.
This EA is fundamentally different: it treats the entire hedge book as one single signed position on a Fibonacci number line. Every action (signal or step) moves the net exposure exactly one fib level with correct lot sizing — including intentional large crosses through zero. It combines precise ladder logic, smart deleveraging, depth-scaled banking, and a full automation/protection layer while keeping full manual panel control.
All files in topic