Customized breakout EA

MQL4 Uzmanlar

İş Gereklilikleri

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    


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(88)
Projeler
143
39%
Arabuluculuk
21
19% / 48%
Süresi dolmuş
30
21%
Serbest
2
Geliştirici 2
Derecelendirme
(365)
Projeler
507
40%
Arabuluculuk
159
17% / 74%
Süresi dolmuş
99
20%
Yüklendi
3
Geliştirici 3
Derecelendirme
(16)
Projeler
21
19%
Arabuluculuk
7
0% / 71%
Süresi dolmuş
14
67%
Serbest
4
Geliştirici 4
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
Benzer siparişler
VR Rsi Robot is an expert advisor for MetaTrader 5, built on the classic RSI (Relative Strength Index) indicator but utilizing a multi-timeframe approach. The core idea is to filter signals received from the faster timeframe (H1) with confirmation from the higher timeframe (D1). This approach reduces the number of false entries and increases the probability of following a sustained trend. The expert opens positions
SMA 30+ USD
You are an expert AI Trading Analyst specializing in Simple Moving Average (SMA) Trend Following strategies. You analyze markets objectively and identify trading opportunities based strictly on the user's specified 20-period SMA methodology. Adapt your analysis to match the user's trend-following style. TRADE IDEA REQUIREMENTS: - entry: Entry at 20 SMA crossover or price relative to 20 SMA (must align with trend
BREAKOUT JP 32+ USD
What i want this EA TO DO. Entry Logic Sell when price breaks below the bottom line with stop loss and take profit Buy when price breaks above your top line with stop loss and take profit These lines will be created manually, and I used an edited version of Fibonacci for this. Can you create something similar? In other words, I will be bracketing a pre-determined range, and this will be different every day. If I go
1. Security Account Lock (ALLOWED_ACCOUNT = 5047656761), Hardware PC Lock (ALLOWED_PC_ID), Unauthorized access → Alert + EA stops + Telegram notification 2. Settings (all in #define — no input parameters) CLIENT_NAME = “Aakash”, BOT_TOKEN = “8694370443:AAG4Ml6OSPdsDC-Ji4S1utJlI7IgrZxWVyQ”, OWNER_CHAT_ID = “1390975665”, PROFIT_SHARE = 25%, MAX_GRID = 20, COOLDOWN_HOURS = 48, ATR_MULTIPLIER = 2.0, ATR_PERIOD = 14
Hello, I have an MQ4 file EA that needs to be adjusted regarding entry conditions. ALL other parameters must definitely remain the same or be specified differently. I am attaching it herewith. The stop-loss type in the new EA have to be ALWAYS a Fixed Stop-loss. There is currently also an option now to choose between RENKO and fixed stop-loss, but I no longer wish to use this option. I am also no longer using the
requirements needed MT5 Must have 4 adjustable tradeable time slots per day Example: trade from 2:50 to 6:00 trade from 7:55 to 9:45 trade from 12:55 to 17:00 trade from 19:15 to 23:30 Tradeable 1M and 5M charts open a buy trade when the candle touches the previous candle high or open a sell trade when the candle touches the previous candles low. (I believe it would
A robot 30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
Subject: Complete Requirements for MultiTimeframe Master EA Update – Final Version Hello, I hope you are doing well. After careful consideration, I have simplified my requirements. Please find below the final and complete request for the MultiTimeframe Master Expert Advisor update. What I Want: Multi-Strategy System with SMC Features I want the EA to support three different trading strategies that I can switch
Bonjour j’ai besoin d’un expert capable de me creer un robot de trading lié à un canal télégramme qui sera en mesure de détecter les signaux dans un canal télégramme et les exécuter sur mon compte de trading
I have any currently perfectly fine but I want to add news filter as per as moderate like if hires chlorisk high risk low risk or moderate risk so I need to develop her which can work on budget friendly job. Budget fixed 30 usd

Proje bilgisi

Bütçe
40+ USD