Hello,
I would like you to create EA executes a trade when the following three indicators agree:
1. Buy above VWAP line when Candlesticks cross and Sell below VWAP line when candlestick cross below the VWAP Line
a. It draws daily VWAP line with standard deviation lines, but you can also add weekly VWAP line .
b. VWAP line works on all timeframes
c. VWAP line has the following standard deviation lines: 0.5 1 2 3.
d. Start drawing the VWAP Line from a specific time of the day.
e. Alert when one of the VWAP Line standard deviation is touched.
AND
2. 2nd it must confirm execution of trade using MACD Crossover strategy
a. MACD crossover as an 2nd entry indicator
i. Entry signal is when the MACD line crosses over the signal line in the direction of the trend.
ii. A bullish signal is present when the MACD line crosses ABOVE the signal line and is below the zero line. When the crossover takes place, EA must confirm upward trend by waiting for the MACD line to cross over the zero line before opening a long position.
iii. Likewise, a bearish signal is present when the MACD line crosses BELOW the signal line and is above the zero line. Once again, confirmation can be seen when the MACD line crosses below the zero line.
AND
3. When confirmed by the MACD Zero Lag.
When the MACD zero lag line crosses over the signal: a buy signal can be generated.
When the MACD zero lag crosses under the signal line: a sell signal can be generated.
4. When all indicators agree a trade will be executed.
5. Lot Size Selection: 1/2
(a) Lots 1: Manual Entry 0.01
(b) Lots 2: % of balance
6. Using MQL4
7. Must include:
- Checks that will help to prevent a possible errors
-All of the algorithm "bottlenecks" should be exhaustively thought out and accurately processed
-The Expert Advisor should be able to restore its normal work after a temporary disconnection, reconnection to the account, or a reset of the client terminal.-
-If you can not set the pending or stop orders, they need to be tracked virtually, and when the price of their levels is reached, executed on the market price.
-If you can not open position on the market prices within N attempts, the maximum allowable slippage should be increased.
-At the triggering of a pending or stop order, by a level, not provided by the algorithm, and with slippage (eg, with a price gap), the levels of all of the dependent orders should be adjusted (and, perhaps, even their volumes).
-All functions that operate on the size of the deposit (for example, the calculation of the lot), should normally accept non-trade operations with a balance (balance or withdrawal).
-The Expert Advisor should work fine with different brokers, take into account the list of available instruments, their specifications, and other server settings (the maximum number of pending orders, the Stop Out levels, the opportunity to open the positions/orders in opposite directions (for MetaTrader 4 only), and so on)
8. Should work on all charts but optimized for GBPUSD
Benzer siparişler
//+------------------------------------------------------------------+ //| 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