1‐ Printing on Chart: As per attached picture
2‐ Optimize code for fastest testing possible
3‐ Fix trading after stoploss bug as indicated in the pictures – after stoploss EA to start trading using original cycle and not exit
strategy.
4‐ EA Functionality:
a. Trading start with Original Cycle using “original Cycle slope “by choosing trading with every candle or by no. of pips. If by
no. of pips then EA to open cycle immediately after previous cycle is closed and not wait for more pips to be achieved.
b. If Positions Close, then start new cycle (step a)
c. EA will start “Exit Strategy “and start using “Exit strategy Slope” if any of the 2 following conditions are achieved combined
or separately:
i. Parameter: No. of Positions exceed set number (Condition 1)
ii. Parameter: Drawdown to activate (Condition 2)
d. If Cycle Close, then start new cycle (step a)
e. StopLoss : EA will close cycle by profit or loss if any of the following 3 conditions meet combined or separately:
i. Parameter: No. of open positions exceed set number (Condition 1)
ii. Parameter: Drawdown reach certain amount in Dollars (Condition 2)
iii. Parameter: Slope Direction Line indicator is reversed ‐ Original Cycle Slope (Condition 3)
f. EA to start new cycle (step a)
Parameters:
Time Filter:
1‐ Weekly Start Day : Drop Down list Monday to Friday – First day in the week to open new positions
2‐ Weekly End Day : Drop Down list Monday to Friday – Last Day in the week to open new positions
3‐ Daily Start Hour : hour when EA will start opening new positions
4‐ Daily End Hour : Hour when EA will stop opening new cycles and will keep and manage existing ones as per “Close ALL by end hour”
parameter
5‐ Close All by Daily End Hour: TRUE OR FALSE
6‐ Weekly Close All: TRUE OR FALSE –
a. if True then EA will close all positions at loss or profit by two parameters:
i. Weekly End Day (2)
ii. Weekly Close Hour (7)
7‐ Weekly Close All Hour: Close all positions by this hour and wait for new Weekly start day (1) and weekly start hour to start opening
positions again.
Original Cycle
1‐ Slope direction line period: Buy or Sell as per slope direction line color
2‐ Trading Style (drop down list):
a. Open every candle: ( Open position at the open price of every candle )
b. Open by no. of pips: ( Open positions after number of pips distance – parameter no. (3)
3‐ No. of Pips: (distance between each position ‐ if 0 then not active)
4‐ TP of Cycle $ : Desired take profit value of total cycle in dollars
5‐ Sell below slope only: (True or False) – check attached pictures
6‐ Buy above slope only: (True or False) – check attached pictures
Exit Strategy:
1‐ No. of positions to activate Exit : ( if 0 then not active)
2‐ Drawdown $ to activate Exit : ( if 0 then not active)
3‐ Slope direction line period:
4‐ Exit Strategy TP : (if zero then no profit needed or breakeven with last account equity)
5‐ Exit Strategy every position TP
Stop Loss :
1‐ No. of open positions to activate SL : ( if 0 then not active)
2‐ Drawdown $ to activate SL: ( if 0 then not active)
3‐ Slope Direction Line reversal: ( if 0 then not active)
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