Seeking MQL5 + LLM Developer Partner to Build Elliott Wave AI Trading System

Specifiche

Project Description

I am looking to collaborate with an experienced MQL5 / algorithmic trading developer who also has hands-on experience with Large Language Models (LLMs) and AI-driven systems.

This is a long-term partnership opportunity, not a one-off paid freelance job.

I bring 9 years of practical Elliott Wave trading experience, applied in live market conditions. The objective is to translate Elliott Wave principles into a structured, machine-interpretable framework, then use LLM intelligence to assist with wave counting, scenario validation, and probabilistic decision-making — ultimately progressing toward an automated Elliott Wave trading system.


⚠️ Important: Partnership, Not Paid Freelance

This is not a paid task.

Instead, this is a collaborative partnership where both parties contribute expertise to build joint intellectual property, with potential outcomes including:

  • Commercial EA release (MQL5 Marketplace)

  • Licensing or white-label solutions

  • Prop-firm compatible automation

Revenue share, IP ownership, or equity structure will be agreed transparently once the collaboration is established.


What I Bring

  • 9 years of Elliott Wave trading experience

  • Deep understanding of:

    • Impulse and corrective structures

    • Rules vs guidelines

    • Alternation, extension, slope, proportion

    • Real-world invalidation and scenario logic

  • Ability to formalise discretionary analysis into decision trees and rule sets

  • Real market data, annotated examples, and live usage context

  • A clear roadmap from concept → validation → automation


What I’m Looking For (Required)

  • Strong experience with MQL5 / MT5 EA development

  • Demonstrable experience with LLMs / AI systems, such as:

    • Prompt engineering

    • Instruction-based or fine-tuned models

    • AI-assisted decision logic

    • Pattern classification or probabilistic reasoning

  • Some prior knowledge or practical exposure to Elliott Wave theory, such as:

    • Understanding impulse vs corrective structures

    • Familiarity with wave invalidation concepts

    • Experience coding or analysing market structure

  • Ability to work with state-based and probabilistic trading logic

  • Interest in building AI-assisted trading systems, not simple indicators

  • A long-term, collaborative mindset

Experience with Python, APIs, OpenAI/Anthropic, or local LLMs is a strong advantage.


Project Scope (High-Level Roadmap)

  • Phase 1
    Formalise Elliott Wave principles into rule-based and probabilistic components

  • Phase 2
    Train and refine an LLM to assist with:

    • Wave identification

    • Scenario ranking

    • Structural validation

  • Phase 3
    Integrate LLM outputs into MT5-compatible logic (decision support or execution)

  • Phase 4
    Backtesting, optimisation, and controlled live validation


Who This Is NOT For

  • Developers seeking short-term paid gigs

  • Indicator-only coders

  • Black-box system builders

  • Anyone uncomfortable with shared ownership or long-term collaboration


Next Steps

If this project aligns with your interests, please respond with:

  • Your background in MQL5 and automated trading systems

  • Your LLM / AI experience (tools, models, or past projects)

  • Your interest in a partnership-based collaboration

I’m happy to begin with logic design and conceptual discussions before any coding work starts.




Con risposta

1
Sviluppatore 1
Valutazioni
(6)
Progetti
8
38%
Arbitraggio
1
100% / 0%
In ritardo
2
25%
Gratuito
2
Sviluppatore 2
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
1
0% / 100%
In ritardo
1
50%
Gratuito
Pubblicati: 4 codici
5
Sviluppatore 5
Valutazioni
(49)
Progetti
74
18%
Arbitraggio
30
17% / 53%
In ritardo
31
42%
Gratuito
6
Sviluppatore 6
Valutazioni
(298)
Progetti
478
40%
Arbitraggio
105
40% / 24%
In ritardo
82
17%
Caricato
Pubblicati: 2 codici
Ordini simili
I am looking for an experienced MQL5 developer who can BOTH research trading strategies and develop a commercial-quality MetaTrader 5 Expert Advisor. This is NOT simply a coding job. The developer is free to choose the trading logic, indicators, entry method, exit method, timeframe architecture and strategy type. I do not require the EA to copy or resemble any existing commercial EA. My priority is: ROBUST LONG-TERM
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Looking to acquire an existing, proven EA. Not looking for new strategy development. REQUIREMENTS — non-negotiable: Minimum 12 months verified LIVE history (Myfxbook or MQL5 Signals, real money — not demo, not backtest) Hard stop loss on EVERY trade, set at order placement NO martingale, NO grid, NO averaging into losers, NO lot multiplication after a loss Max historical drawdown under 30% Minimum 5 trades per
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
Composite robot 30 - 200 USD
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or

Informazioni sul progetto

Budget
30+ USD