I'll make a horizontal panel with less pixels, I forgot to do that. I've added a bunch of other features like an MTF ema/ma exit for left over runners after main profit is taken off the board.
I cant send DMs oneilboy, to change the fib sequence change fibstart in the inputs to 0
Just upload the source to grok and itll explain the functionality of all specific inputs
If anyone can help with making a low resource pulling HA StepMA ill be very grateful.
Re: THE ALKEMIX 2025 - MT5 EDITION
532Grok says; too busy :-)5Rivers wrote: Wed Apr 22, 2026 11:38 pm I'll make a horizontal panel with less pixels, I forgot to do that. I've added a bunch of other features like an MTF ema/ma exit for left over runners after main profit is taken off the board.
I cant send DMs oneilboy, to change the fib sequence change fibstart in the inputs to 0
Just upload the source to grok and itll explain the functionality of all specific inputs
If anyone can help with making a low resource pulling HA StepMA ill be very grateful.
Re: THE ALKEMIX 2025 - MT5 EDITION
533Here is the latest with 1080p support and other added functions
since I've been tinkering with it for a few days, I'm used to all the inputs, go through it with ai help.
I'm buying claude.ai today, this is really fun.
Also the HA step ma with being interfered with one of my standard indicators, so no need to fix the Alkemix.
Next update ill put in rsi filters and the ability to use any indicator with arrows.
This is mainly a test so I can try building a ML backend.
since I've been tinkering with it for a few days, I'm used to all the inputs, go through it with ai help.
I'm buying claude.ai today, this is really fun.
Also the HA step ma with being interfered with one of my standard indicators, so no need to fix the Alkemix.
Next update ill put in rsi filters and the ability to use any indicator with arrows.
This is mainly a test so I can try building a ML backend.
- These users thanked the author 5Rivers for the post:
- eduarescobar
Re: THE ALKEMIX 2025 - MT5 EDITION
534Forgot to add that if your using a synthetic symbol chart (candle by seconds) you have to input the actual symbol name in the properties near the top.
Today again was a successful test, starting the fib sequence around 8am, and switching directions until 11:30am EST has been working. Asia is hit and miss.
these are the new features I'm testing :
Generic indicator support — SigIndicator
The Alkemix Trend name is now just the default value. Change SigIndicator to the exact name of any indicator in your Navigator and set AlkBuyBuffer / AlkSellBuffer to its arrow buffer indices. The AUTO SIGNAL button and right panel strip both display the active indicator name so you always know what's driving entries.
Signal Modes — SigMode
SIGMODE_FLIP (default) — original behaviour, acts only on direction change.
SIGMODE_EVERY — fires on every new arrow, same direction included. Each consecutive same-direction signal is tracked as a pile-up run. Direction reversal or close-all resets the counter to zero.
Pile-up Mode — PileupLotMult + PileupMaxSignals
In EVERY mode, each signal opens PileupNextLot(n) = FIB[FibStart] × PileupLotMult^(n-1), snapped to the nearest fib level. With PileupLotMult=1.5 and base 0.01: signal 1→0.01, 2→0.02, 3→0.03, 4→0.05, 5→0.08 — following the fib sequence naturally. PileupMaxSignals caps how deep the pile can go. The right panel shows the current count, direction, and what the next entry size would be.
ATR Limit Entry — LimitEntry
When enabled, signals place a BuyLimit/SellLimit at the arrow's price level (read directly from the indicator buffer — the Alkemix arrow is already placed at an ATR offset). LimitTimeoutBars cancels unfilled orders after N bars. A flashing CANCEL PENDING LIMITS button appears on the left panel whenever a limit is live.
RSI Filter — RSI_Mode
Four modes selectable from a dropdown:
RSI_OFF — no filtering
RSI_ZONE — any signal allowed only when RSI is in overbought or oversold territory
RSI_DIRECTION — oversold allows BUY only, overbought allows SELL only (strongest filter)
RSI_CONFIRM — BUY when RSI < 50, SELL when RSI > 50
A live RSI strip appears in the right panel showing the current value, zone (OVERSOLD / OVERBOUGHT / neutral), and active mode. Background tints green in oversold and red in overbought.
Secondary Indicator — Sig2Indicator
Set Sig2Enable = true and enter a second indicator name. Its buy/sell buffers are read each bar and the signal must agree with the primary — if they conflict, the entry is blocked. Acts as a confirmation gate without replacing the primary signal source.
Today again was a successful test, starting the fib sequence around 8am, and switching directions until 11:30am EST has been working. Asia is hit and miss.
these are the new features I'm testing :
Generic indicator support — SigIndicator
The Alkemix Trend name is now just the default value. Change SigIndicator to the exact name of any indicator in your Navigator and set AlkBuyBuffer / AlkSellBuffer to its arrow buffer indices. The AUTO SIGNAL button and right panel strip both display the active indicator name so you always know what's driving entries.
Signal Modes — SigMode
SIGMODE_FLIP (default) — original behaviour, acts only on direction change.
SIGMODE_EVERY — fires on every new arrow, same direction included. Each consecutive same-direction signal is tracked as a pile-up run. Direction reversal or close-all resets the counter to zero.
Pile-up Mode — PileupLotMult + PileupMaxSignals
In EVERY mode, each signal opens PileupNextLot(n) = FIB[FibStart] × PileupLotMult^(n-1), snapped to the nearest fib level. With PileupLotMult=1.5 and base 0.01: signal 1→0.01, 2→0.02, 3→0.03, 4→0.05, 5→0.08 — following the fib sequence naturally. PileupMaxSignals caps how deep the pile can go. The right panel shows the current count, direction, and what the next entry size would be.
ATR Limit Entry — LimitEntry
When enabled, signals place a BuyLimit/SellLimit at the arrow's price level (read directly from the indicator buffer — the Alkemix arrow is already placed at an ATR offset). LimitTimeoutBars cancels unfilled orders after N bars. A flashing CANCEL PENDING LIMITS button appears on the left panel whenever a limit is live.
RSI Filter — RSI_Mode
Four modes selectable from a dropdown:
RSI_OFF — no filtering
RSI_ZONE — any signal allowed only when RSI is in overbought or oversold territory
RSI_DIRECTION — oversold allows BUY only, overbought allows SELL only (strongest filter)
RSI_CONFIRM — BUY when RSI < 50, SELL when RSI > 50
A live RSI strip appears in the right panel showing the current value, zone (OVERSOLD / OVERBOUGHT / neutral), and active mode. Background tints green in oversold and red in overbought.
Secondary Indicator — Sig2Indicator
Set Sig2Enable = true and enter a second indicator name. Its buy/sell buffers are read each bar and the signal must agree with the primary — if they conflict, the entry is blocked. Acts as a confirmation gate without replacing the primary signal source.
- These users thanked the author 5Rivers for the post:
- eduarescobar
Re: THE ALKEMIX 2025 - MT5 EDITION
535Hey Kvac, did you end up making the 3x xuma mt5 conversion? that thing was great.
Re: THE ALKEMIX 2025 - MT5 EDITION
536Hello.5Rivers wrote: Thu Apr 23, 2026 7:32 am Hey Kvac, did you end up making the 3x xuma mt5 conversion? that thing was great.
I think there's no point in adding these posts to this thread, if you have any requests, please post them for example here click.
This has nothing to do with this ALKEMIX 2025 - MT5 EDITION. and keep our forum clear.
- These users thanked the author kvak for the post (total 3):
- Cagliostro, forexjoe85, alpha24
"fear moves faster than greed"
Re: THE ALKEMIX 2025 - MT5 EDITION
537I don't have the privilege to open new threads, even then, it would be considered spam.. I'm aware these types of bots are a dime a dozen.
Anyway, ill keep my projects to myself then.
Anyway, ill keep my projects to myself then.
Re: THE ALKEMIX 2025 - MT5 EDITION
538You can open new threads. If you go into a forum section, there is a button at the top to start new threads. Can you see it?5Rivers wrote: Thu Apr 23, 2026 12:50 pm I don't have the privilege to open new threads, even then, it would be considered spam.. I'm aware these types of bots are a dime a dozen.
Anyway, ill keep my projects to myself then.
Your account no longer has any "New Member" restrictions at all as you've made posts.
Re: THE ALKEMIX 2025 - MT5 EDITION
539Thanks Jimmy, I didn't even try before, i just assumed if all my posts have to be approved that I wouldn't be able to start a new thread.
Ill do that once I have any updates. This thing printed today (demo).
For my real account trading though, I gamify my risk. I trade 1 unit a week, 30 in reserve, pull all profits. It forces me to start slow and build on winners, over the week.
Once I have enough units in reserve, I increase the weeks starting value. Everything changed when I started looking at everything through the lens of probabilities. The tools I found here have helped greatly, so cheers for that.
last attachment for this thread, this was the set I used today. Could have used more exits to keep risk low but I was only periodically at the PC.
In the screenshot, the entries don't correspond to the signals because I had it set to a sub 1 minute timeframe, and changed it to a higher timeframe a coupe times to let trades breathe.
Ill do that once I have any updates. This thing printed today (demo).
For my real account trading though, I gamify my risk. I trade 1 unit a week, 30 in reserve, pull all profits. It forces me to start slow and build on winners, over the week.
Once I have enough units in reserve, I increase the weeks starting value. Everything changed when I started looking at everything through the lens of probabilities. The tools I found here have helped greatly, so cheers for that.
last attachment for this thread, this was the set I used today. Could have used more exits to keep risk low but I was only periodically at the PC.
In the screenshot, the entries don't correspond to the signals because I had it set to a sub 1 minute timeframe, and changed it to a higher timeframe a coupe times to let trades breathe.
Re: THE ALKEMIX 2025 - MT5 EDITION
540Thanks for joining us, it's always good to see a trader who's making effort to post here and you seem quite knowledgeable with money management.5Rivers wrote: Thu Apr 23, 2026 4:17 pm Thanks Jimmy, I didn't even try before, i just assumed if all my posts have to be approved that I wouldn't be able to start a new thread.
Ill do that once I have any updates. This thing printed today (demo).
For my real account trading though, I gamify my risk. I trade 1 unit a week, 30 in reserve, pull all profits. It forces me to start slow and build on winners, over the week.
Once I have enough units in reserve, I increase the weeks starting value. Everything changed when I started looking at everything through the lens of probabilities. The tools I found here have helped greatly, so cheers for that.
Even though it can be a bit of a maze on our site, you'll figure it out the more you spend time here