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
I want to create an EA that will help me stack trades. I'll set the price line and anytime the market goes at that price line it should execute the trade be it but or sell also the bot will have a timed finish and a timed start. That means I can set a time(during sessions, I'll specify more) when I want a trade to be executed instantly and also a time I want a trade to automatically close itself
I am looking for a reliable and well-developed Expert Advisor (EA) that demonstrates low drawdown and consistent profitability on a real trading account . If you have already built such an EA, I would be interested in evaluating it. I would require: Verified backtest results Forward testing performance (demo or real account preferred) Ideally, a live track record (Myfxbook / FXBlue or similar) I am serious about
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
i am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes. The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
I would like to develop a bot that allows me to manually input trades based on the Masaniello money management system, which I will configure at the outset. Within this setup, I will be able to define all the key parameters of the Masaniello strategy, including the total number of events, expected winning events, stake ratio (i.e. the TP/SL ratio), and the initial capital. Once the Masaniello parameters are set, the
ZigZag based on oscillators is needed The idea of the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that