Project is about Hull MA in Multi time frames
Here are the requirments:
The code will be written in MQL4 and MQL5
At the end of project the complete code will be delivered.
Strategy based on HMA-MTF signals.
Allow more then one trade per currency pair
Default time period is 1H.
** All values & parameters can be changed and turned ON/OFF in EA input configuration.
Indicators:
1) Hull Moving average - HMA 8,5, D1, HMA 8,5 4H, HMA 13,0 1H.
2) Pivot points - 1W.
Conditions (wait for all HMA's to be on the same slope):
1) If signal, in all HMA's, is slope down open SELL position.
2) If signal, in all HMA's, is slope up open BUY position.
3) Spread <= 2.2Pips
4) Stop level <= 3Pips
Entry:
1) Open position one candle after slope change occured.
2) TP / SL:
a) TakeProfit - minimum 20Pips or on nearest pivot line (Pivot line 1W).
b) StopLoss - minimum 35Pips or on nearest pivot line ( Pivot line 1W ).
Exit:
1) Close position if HMA change slope direction.
2) If in profit move stop loss (Trailing stop).
3) If in profit move TakeProfit with Trailing stop.
4) Close all positions if equity target reached.
5) Can be closed on end of day.
Supplemants:
1) Label on Open , TakeProfit, StopLoss lines that show current Pips and profit/loss ($).
2) Info board (upper right corner)
3) Alerts & sound when open / close positions
4) Log & Email when open / close position:
a) current date time
b) Account Equity
c) Current spread
d) Current StopLevel
e) Current swap buy/sell
f) current open, TP, SL - Pips & profit/loss ($).
g) Currancy pair & EA name
5) Count down clock for 4 hour, 1 hour.
Solicitudes similares
//+------------------------------------------------------------------+ //| ProTradingEA MT5 | //| Fully MT5-compliant with MACD, Trailing Stop, Break-Even | //+------------------------------------------------------------------+ #include <Trade\Trade.mqh> CTrade trade; // Optional override input string SymbolOverride = ""; // leave blank to auto-detect struct EASettings { int
I have access to an MT5 account. I have investor access. I would like to know if someone could help me create a bot that copies only the trades made on XAU/USD in that account but in my MT4 account. In that account, many trades are made across various pairs, and I realize that the conditions of their account are not very favorable for the type of trading they do, as the commissions are very high. I have an account
Good day, I would like to have an expert advisor for my MT4 indicator (Major key alert) that can scan and provide push notification messages for entry opportunities across different time frames when a when a signal is identified
"I need an MT5 EA based on price action — liquidity sweep + hammer/shooting star reversal strategy. TREND: Identified by HH/HL for uptrend, LL/LH for downtrend on selected timeframe. No trade in ranging conditions. BUY SETUP: In uptrend, price retraces to swing low zone, wicks below it (liquidity sweep), hammer forms (lower wick min 2x body, closes above swept low). Buy stop entry at hammer high. SL below hammer
I need a professional MQL5 developer to finalize a Gold (XAUUSD) trading bot. The core layering and support-filter logic is already drafted. Key Requirements: Refine a hybrid Martingale/Layering volume calculation (1-10 / 11-20 reset logic). Implement a robust "Safety Mode" based on Daily Low price breaks. Ensure precise 6:00 AM Server Time reset for logic variables. Add professional error handling (Slippage
I want a gold order management ea that should be like the below... Pending orders When I open one manual order, ea should be able to set 3 pending orders at x amount of pips below (if buy order) or above (if sell order) manual order entry. So like this Pending order 1 true or false Pending order pips away: 20. Pending order lot size:0.3 Pending order 2 true or false Pending order pips away: 40 Pending order lot
EA SPECIFICATION SHEET OBJECTIVE: Build a transparent, non-martingale, non-grid breakout EA for XAUUSD that trades only high‑quality breakouts during London + New York sessions. 1. TRADING INSTRUMENT - XAUUSD only - MT4 platform - 5‑digit ECN broker 2. CORE STRATEGY LOGIC (BREAKOUT + CONFIRMATION) A trade is allowed ONLY when ALL conditions are true: - Candle closes beyond previous high/low (no wick breakouts) -
I am looking to develop a custom Expert Advisor (EA) for MetaTrader (MT4/MT5) based on a defined technical analysis strategy and flexible risk management rules. The EA should operate on a chart and timeframe that I manually specify, with the ability to adapt its behavior dynamically when the timeframe is changed. Core Strategy Logic The EA will execute trades based on predefined technical analysis zones
make an api for mt5 and a trade copier eith the api thst uses local computer no cloud trader api ea mt5 that saves all trade data nd logs time and entry and exit tp sl logs delted pending order api that uses market execution not pending orfer
Hello, we have an existing EA, and are building a new one. We want our EA to connect via API to an AI provider like Chat GPT, Claude, or perplexity. Can you connect a meta trader EA to an AI agent? if you can then i would like to speak. The system is quite simple, for example the EA would ask perplexity where the support is on EURUSD then place a trade, thank you, Rob