At first, the EA must draw a
rectangle highlighting the last 4:15 h of consolidation before the close of the
M15 candle past 8 GMT (London opening), these times must be configurable.
After that, the EA must apply a gap
to the trigger orders (defined as “FOLGA” in EA settings – in points not in
pips) this gap has the purpose to avoid false triggerings.
At 8:15 GMT, the EA places the
pending orders atop and above the range plus the gap (folga) and with his
respectives Take profits (configurable but with 170 points as default)
As soon as an order is activated,
the EA places another order in the same place of the contrarian order (recovery
mode) with size = first order * Multiplier 01, this order has the same TP of
the contrarian order and the stop loss of the first one.
If the price does not hit TP and
comes back towards the original order, the EA repeats the process, placing
another order in the same place of the original one with size = second order *
multiplier 1, and so on.
The EA must have an off recuperation
order multiplier, just in case that the recovery mode is off and the user
accepts the stop loss. So in any day that stop loss is hit, the subsequent day
will have the size multiplied by the multiplier 2.
In the other side, as the system
have many sequencial wins, the EA must have a take profit lot multiplier
placing a lot size in the day after a win multiplied by the multiplier 3.
About the money management, There is
3 entries: initial lot (default 0.01), money management false/true (calculates
the lot multiplier based in the balance and lot applied in field 1 before each
first trade of the day), and follow up order lot (I will explain soon).
About the Range, the settings must
allow to configure the beginning and end of the range and the gap tha will be
used.
About the parameters: the field “STOP
LOSS IGUAL AO RANGE” with value true/false must define which kind of stop will
be used, if TRUE the stop of the first order must be in the contrarian border
of the range and the recovery mode must be off, if this option is set, the EA
must erase the contrarian order too. If is FALSE the recovery mode is working
and the stop coincides with the TP of the contrarian orders.
Field TAKE PROFIT in points, with
equal size for both sides.
Field Trailing stop on/off, with his
respective trailing size and step.
The follow up order, as mentioned
above, is an alternative for the main trade system to pursuit the trend,
working independently from the main trade system and using only the initial
trigger. His size is defined in the money management section and have these
characteristics:
No TP
SL by time (default 19h) OR SL in
the contrarian border of range
Trailing Stop and trailing step
configurable.
I’m attaching an indicator to show
more or less how the boxes must be drawn and a picture in this sheet that shows
the recovery mode in a generic way.
In the chart window, the EA must
show a “HUD” with these informations in Portuguese
and small font size:
STATUS DO SISTEMA: ATIVO/DESATIVADO (green active/red
deactivated)
POSIÇÕES EM ABERTO: X.XX
(total of open positions with his directions)
MARGIN: XXXX (In currency
and percentage)
LUCRO DE HOJE: XXX.XX
(in deposit currency)
LUCRO DE ONTEM: XXX.XX (in deposit currency)
RANGE DO DIA: XXXX
(size in points of the 4:15 h range)
RECOVERY MODE: ATIVO/DESATIVADO (WHEN ACTIVE
GREEN, WHEN DEACTIVATED RED)
MULTIPLIERS: RECOVERY MULTIPLIER, LEVERAGE MULTIPLIERS
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