MT5 EA | 5 Modifications and/or Additions to be Made
1. New rule independent of the existing ones on "RULES
2. Make the Expert Advisor (EA) in MetaTrader 5 (MT5) open a template when an EA signal is activated
3. Filter that make EA review the price before opening new orders after the first one, and only open orders with prices lower (in the case of BUY) or higher (in the case of SELL) than the first existing order.
4. Filter for the EA to check if the candle in another time frame is bullish or bearish, current or closed.
5. Add the option to review Profit and Stop Loss for each open order by Amount or Percentage and close them when the conditions are met.
All Modifications and/or Additions must be implemented so that they have the possibility of working independently.
That is, the BUY settings can be different or the same as those of SELL.
When the "Same_Setup" option is True, the SELL settings are copied from the BUY settings. It is optimized for BUY when this is the case. When False, the settings are independent.

The EA works with two indicators and the price, Bollinger Bands and Volatility Bands.
The source code of EA and Volatility Bands will be provided to whoever is assigned the work to make the modifications and/or additions. Bollinger and Volatility Bands are open source.
1. New rule independent of the existing ones on "RULES"
The EA currently uses separate settings for BUY and for SELL on the Bollinger Bands or Volatility Bands indicator (Depending on which one you choose) and the Bar/price/open/close.
To implement the new rule it is necessary to add another couple of FULL BANDS settings, One for BUY and another for SELL.
The new rule consists of how a bar/price open/close interacts with two independent bands. The rule is the same but inverse to BUY/SELL.
The details of the rule are reserved for whoever is assigned the job.
2. Make the Expert Advisor (EA) in MetaTrader 5 (MT5) open a template when an EA signal is activated on "Order_Type"
It is necessary to add a field that allows entering the name of the "Template" and add the option to the "ENUM" menu, BUy_Template and SELL_Template

3.Filter that make EA review the price before opening new orders after the first one, and only open orders with prices lower (in the case of BUY) or higher (in the case of SELL) than the first existing order.
As an example, in the image below with the filter activated, only 2 SELL orders and 1 BUY order should have been opened.
Price_Order_Filter_BUY True/False
Price_Order_Filter_SELL True/False

4.Filter for the EA to check if the candle in another time frame is bullish or bearish, current or closed.
TimeFrame_Filter_BUY True/False
TimeFrame_for_Filter_BUY by Enum: TimeFrames
Bullish_or_Bearish_BUY by Enum: Bullish or Bearish
Candle_Filter_BUY 0 current, 1 closed
TimeFrame_Filter_SELL True/False
TimeFrame_for_Filter_SELL by Enum: TimeFrames
Bullish_or_Bearish_SELL by Enum: Bullish or Bearish
Candle_Filter_SELL 0 current, 1 closed
5. Add the option to review Profit and Stop Loss for each open order by Amount or Percentage and close them when the conditions are met.
Check_Profit_BUY True/False
By_ChangePR_BUY 2.11 % 0 Inactive, Active >= 0.01 %
By_MountPR_BUY $10.00 0 Inactive, Active >= $ 0.01
Check_StopLost_BUY True/False
By_ChangeSL_BUY -3.20 % 0 Inactive, Active <= -0.01 %
By_MountSL_BUY $-10.00 0 Inactive, Active <= $ -0.01
Check_Profit_SELL True/False
By_ChangePR_SELL 2.11 % 0 Inactive, Active >= 0.01 %
By_MountPR_SELL $10.00 0 Inactive, Active >= $ 0.01
Check_StopLost_SELL True/False
By_ChangeSL_SELL -3.20 % 0 Inactive, Active <= -0.01 %
By_MountSL_SELL $-10.00 0 Inactive, Active <= $ -0.01
---[close price] - [open price] ) / [open price] as a percentage on “Change” Column---

Ordini simili
i want to add the 30m time frame in the ema section high ema is 1h low ema is 5m i want u to add a mid ema so i can use 3 time frames
I’ve been following your profile and I'm interested in your expertise with the ATAS API and C# development. I have a clear technical scope for a high-performance M1 indicator focused on Binary Options and Scalping. The core logic is based on institutional Order Flow convergence: Stacked Imbalances: 300% ratio with a minimum of 3 consecutive levels. Delta/Price Divergence: Filtering for market exhaustion (New Highs
Hello, Please read the full specification before applying. This project is NOT about building an EA from scratch. I already have a fully working MT5 Expert Advisor. The EA already includes a dashboard, risk management, and some protection systems, but it needs a few more features . So I need an experienced MQL5 developer to modify my existing MT5 EA by replacing the current entry logic with a new breakout strategy
Copying third party from telegram. I have quite a number of them There is many different of them, I will consolidate all of them and send you Usually is a price range, so when hit the range will trigger Option for both fix or scale with equity I would like to have both, option to choose to follow the SL/TP signal provided or not This copier will trigger my DCA bot function. So don’t need set max position limit and
can you help me with editing the existing ATR Trailing Stop Indicator to include a logic to include additional script, where my ninZaRenko bars when it closes above OR below the dynamic stop line, I will be out of trade. Please remember, in this Indicator, now when the price touches the stop line, I am stopped out .. . I want to edit the script, in lieu of the price touch, I like to update this logic to when the bar
The robot should use different indicators for a example smart money indicator and market structure structure and break indicators in order for it to enter the market, it should also be able to tell false breakouts is the Bollinger indicator, and if the market is confirmed to be profitable,the robot should rebuy or resell the market according to the predictions made, it should execute the trades if the market reverses
I need an advisor created that opens a position with 0.10 lot size when a bull cross arrow appears on the m5 time frame and closes the trade after exactly one candle stick, the ea does the same thing over and over, a bull cross appear on m5 timeframe, and it opens 1 position with 0.10 lot size, and closes it after one candlestick on m5... If possible, provide a demo version
Description I am looking for an experienced MQL5 developer to investigate and fix a suspected memory or resource usage issue in my MT5 Expert Advisor. The EA itself works correctly from a strategy and trading logic perspective . The trading model must remain exactly as it currently operates. I am not looking for any changes or optimisation to the strategy . The goal of this job is purely to identify and fix a
Busco un robot para trading de scalping en oro o forex, el robot debe ser rentable en esos mercados, podemos automatizar mi estrategia basada en medias móviles con estrategia de scalping o bien si él desarollador tiene uno que funcione así y sea rentable podemos ver la opción de un demo o cuenta de lectura para estar seguros de la rentabilidad en el robot
MT4 EA TO TAKE TRADES FROM (A) HYDRA TREND RIDER AND (B) IQ GOLD GANN LEVELS ON MQL5.COM The MT4 version of these two indicators can be found on the mql5.com website with the following links: Hydra Trend Rider: https://www.mql5.com/en/market/product/111010?source=Site +Profile+Seller IQ Gold Gann Levels: https://www.mql5.com/en/market/product/134335?source=Site +Profile+Seller (1) ENTRY (a) Hydra Trend Rider