Tarea técnica
I already have a ready-made EA; I just need to make it so that the EA generates buy and sell signals using the signals from the ClusterDelta indicator.
Here are the specifications of the EA I want to build:
Goal:
The EA should connect with ClusterDelta indicators (VWAP, Cumulative Delta, Footprint, Imbalance) and automatically detect institutional buy/sell activity on XAU/USD (Gold).
Core Filters:
VWAP Direction & Rejection Zones
Cumulative Delta Trend Confirmation
Footprint Imbalance Strength
Absorption / Divergence Detection
Liquidity Sweep / Vacuum Filter
Functions Required:
Read indicator data via DLL or buffer
Generate Buy/Sell signals based on confluence
Display signal dashboard (Buy/Sell counts, TP/SL results)
Log outcomes in CSV (TP Hit, SL Hit, Pending)
Daily reset for counters and logs
Footprint and VWAP Data Integration Summary
The Footprint and VWAP data are highly complex, which means connecting them directly to an EA using iCustom() is not possible.
Reason:
The Footprint indicator contains too many buffers, exceeding MT5’s buffer limit. Therefore, MetaTrader cannot properly read its data through iCustom calls.
Solution:
The entire source code of the Footprint indicator must be copied directly inside the EA.
The EA must include a timer-based function (for example, Main_Cycle or Main_Func) that reads the ClusterDelta data directly from the DLL.
The iCustom() method should be avoided, as it will always fail with these indicators.
For VWAP:
Denis mentioned that he can prepare and share the source code of VWAP specifically for EA integration.
This means VWAP integration is possible, while Footprint integration is more complex and requires deeper code-level merging.
Core Logic / Example Rules
Below is a simple sample logic for buy/sell signals (can be modified as needed):
Buy Signal:
On the last closed candle:
Delta > previous candle’s Delta
Ask volume > Bid volume
Cumulative Delta trend is positive (increasing)
Price above VWAP line
Sell Signal:
On the last closed candle:
Delta < previous candle’s Delta
Bid volume > Ask volume
Cumulative Delta trend is negative (decreasing)
Price below VWAP line
The EA should generate alerts or draw arrows based on these rules.
Requirements
Real-time updates from DLL (not static data).
Functions should run via a timer (for example: Main_Cycle() or OnTimer() event).
Use proper structures to store data received from DLL:
struct ClusterData {
double ask;
double bid;
double delta;
double cumDelta;
double vwap;
};
The EA will use these structure values to calculate and generate trading signals.
Additional Notes
The EA should remain stable and lightweight.
The same code can later be extended for backtesting or live alert systems.
VWAP and Delta data integration should be confirmed first — Footprint can be added later.
Han respondido
1
Evaluación
Proyectos
14
14%
Arbitraje
0
Caducado
1
7%
Trabaja
2
Evaluación
Proyectos
9
11%
Arbitraje
1
0%
/
0%
Caducado
1
11%
Trabaja
3
Evaluación
Proyectos
3
33%
Arbitraje
0
Caducado
0
Libre
4
Evaluación
Proyectos
3
0%
Arbitraje
1
0%
/
0%
Caducado
1
33%
Trabaja
5
Evaluación
Proyectos
3
0%
Arbitraje
0
Caducado
0
Libre
6
Evaluación
Proyectos
26
19%
Arbitraje
14
14%
/
21%
Caducado
8
31%
Trabaja
7
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
8
Evaluación
Proyectos
2
50%
Arbitraje
1
0%
/
100%
Caducado
1
50%
Libre
9
Evaluación
Proyectos
551
50%
Arbitraje
57
40%
/
35%
Caducado
227
41%
Trabaja
10
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
Developer Brief — Strategy Philosophy and Risk Approach When implementing the trading strategy, the choice of method or setup logic is fully up to your technical preference — whether it’s trend-following, mean-reversion, scalping, or SMC-based. What truly matters is maintaining a balance between profit potential and long-term capital safety . The priority should always lean towards safety and consistency over
Buscamos un desarrollador experto en MQL5 (MetaTrader 5) para crear un Expert Advisor (EA) completamente autónomo, seguro y escalable, con entradas y salidas automáticas, backtesting integrado y panel de parámetros configurable. El EA será de propiedad exclusiva del cliente y deberá estar diseñado para futuras ampliaciones ( nuevas estrategias , integración Python y ML y gestión multi-par). 📦 Alcance del Proyecto 1
Php development
100+ USD
Hello how good are you at PHP development? i want to Build an efficient consistent ai driven algorithm based historical performances that signals trends in the FX market from major news to reading the charts before price breaks out. In other words, give me your best work come up with the news and technical analysis signal that reads the Forex market for various currencies to detect when price will break out and read
Summary of Trading Performance Metrics This analysis focuses on two key metrics to optimize trading strategy and understand psychological biases: Maximum Adverse Excursion (MAE) and "Money Left on the Table" (a custom form of MFE). Maximum Adverse Excursion (MAE) What it is: The largest temporary loss a trade experiences before ultimately becoming profitable. Purpose: To set data-driven stop-loss levels. By analyzing
Work on gold , oil pairs. trail SL with last low & highs of market with control of lot size daily targets . my script is having long SL but i want to control it with trailing on last lows & highs. news filter & time setting to trade
i dont care what intrument it trades on, what timeframe, what type, grid martin, renko, heiken ashi the one and only requirement is that it works and generates profit. i am looking for something that can make a minimum of 100 per day on average. ive made over 60 of my own projects and bought over 40 from the mql5 market, and dont trust any of them to work without any kind of active reversal or recovery techniques. is
Functions need in a robot: 1. Ask me whether it will work as a buy grid or a sell grid 2. Magic number choose option. 3. Price Range for Grid - 2 SL options- where the robot will suspend trading for his own orders(not the entire orders by other EA or manually placed). 1 SL option below the lowest price of the range, 1 above at the highest price of the range. Please keep in mind that the bot will start working again
Need professional programmer
50+ USD
Would it be possible to get a custom offer for creating a script that would draw trendlines for multiple timeframes both top and bottom of the candles, I would like the script to monitor the chart and provide me notification when the chart touches the trendline either top or bottom. If I have a position in the chart, the notification of provide me a notification of my position during each timeframe and well as when
Diyan
30 - 100 USD
Hello, I want to create a robot that opens trades derived from an indicator found in TradingView I will upload a file showing which indicator it is and what parameters it is set to open trades with..Please, if there is anyone who can help me with this project, contact me, thank you
I am seeking an Expert Advisor (EA) that has been independently validated and is capable of successfully passing prop firm challenges and can manage funded accounts further. It is essential that you provide a detailed explanation of the strategy employed by your EA, along with a demo version that has a 30-day expiry for the purpose of thorough back testing and, crucially, forward testing . Please only respond if you
Información sobre el proyecto
Presupuesto
35+ USD
Cliente
Encargos realizados2
Número de arbitrajes0