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
Hello, I have two Expert Advisors (EAs) that I'm migrating to my MQL5 VPS. I need a program that I can run on a separate chart or other interface to: - Allow EA #2 (with the magic number) to trade only during the Asian session. Therefore, EA #2 needs to be blocked during all other sessions. - Allow EA #1 to trade without restriction. Thank you
Labouchere System has many series and can transfer the Units to any other Series when needed (this function is very important). Building a dedicated SeriesManager class to handle all eight arrays would be very useful to make the unit transfers "atomic," so the logic is bulletproof and we never have to worry about data errors during the series transitions. The coders who really knows this cancellation sytem can apply
Project Overview I need an MQL5 developer to review and confirm their understanding of this project before providing a quote. Objective: Backtest an Opening Range Breakout (ORB) strategy on NAS100USD and generate detailed trade documentation. Requirements: Instrument NAS100USD only. Backtesting Run the ORB strategy on historical data. Target a minimum of 200 trades if the available data allows. Advise how much
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
Hi, We are an experienced team of quants with products top ranked in MQL5 but who needs to gain audience on 10K+ communities to advertise EA to get more traffic on mql5. Thanks
We are looking to purchase Expert Advisors (EAs) for MetaTrader 4 and MetaTrader 5. Requirements: -Minimum 6 months of history (12+ months preferred). -Forex pairs, Gold (XAUUSD), Indices, Commodities, or Crypto CFDs are all acceptable. -Fully automated. -No martingale. -No grid systems. -No lot multiplication or position size scaling based on previous wins or losses. -Not dependent on extremely low spreads/slippage
DESCRIPTION: I require an experienced MQL5 developer to build a fully automated, multi‑engine, multi‑asset trend‑following trading system for MetaTrader 5. The system includes: Multiple TrendEngine instances (one per symbol) A PortfolioController that manages all engines Volatility‑regime detection Dual‑timeframe confirmation ATR‑based breakout logic ATR‑based stop management Micropyramiding Risk‑weighted satellites
Description: I need a semi-automatic Expert Advisor (EA) developed for MetaTrader 5 (Hedging account, optimized for Exness Cent accounts) to manage my manual trades on Gold (XAUUSD) using a positive pyramiding trend-following strategy. Detailed Specifications: 1. Multi-Basket Management (Crucial): The EA does NOT open the initial trade. It waits for me to open a manual trade (Buy or Sell). If I open another manual
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
//@version=6 indicator("منظومة El_3aksiiya 0 المتكاملة", overlay=true, max_labels_count=500, max_boxes_count=500, max_lines_count=500) // الألوان color_accum = color.new(#0000FF, 85) color_manip = color.new(#FFFF00, 80) color_dist = color.new(#FFC0CB, 80) color_elliot = #FF8C00 color_fib = #FFFF00 color_entry = #00FFFF color_tp = #00FF00 rsiVal = ta.rsi(close, 14) // نموذج AMD var int barCount = 0 if