MT5 EA Modifications | 5 Modifications and/or Additions to be Made

Specification

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.

Same_Setup

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

Template_Order_Type


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

Price_Order_Filters


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---

Change_Column





Responded

1
Developer 1
Rating
(67)
Projects
74
7%
Arbitration
32
9% / 56%
Overdue
6
8%
Free
2
Developer 2
Rating
(48)
Projects
53
8%
Arbitration
18
17% / 39%
Overdue
3
6%
Busy
3
Developer 3
Rating
(3)
Projects
1
0%
Arbitration
2
0% / 100%
Overdue
0
Working
4
Developer 4
Rating
(356)
Projects
380
70%
Arbitration
3
100% / 0%
Overdue
2
1%
Working
Similar orders
The concept is pretty simple and straight forward. When price hit support and form a green candle and the CCI line is either in the over sold level or below the middle/zero line, then it will be a BUY. And when price hit resistance and form a RED candle and the CCI line is either in the over bought level or above the middle/zero line, then it will be a SELL. Now another condition for buy and sell. When price cross
Convert Pine Script Trading view To MT4 Convert Attach Script to mt4 with buy and sell signals on Chart and Data Window. The buy and sell signal must be the SAME signals, on the same candles. No deviation. Must Match BTC 1 hr to buy and sell signals... no deviation
hello 👋 great developer am looking for developer that will help me to convert pinescript strategy to mt4 strategy I will be looking for your bid soon Best regards Ayofe
Hello! I need to make the indicator for Forex Tester 5. The platform supports indicators/strategies/scripts which are written in .dll format and can be created in Delphi or C++ programming languages. Are you interested in the task? In the attached files the Task is explained, and in the file in Excel you can see the formulas and data. The task is to make an indicator for Forex Tester 5. If you want to fulfil the
Rules for price action bot: write me an mt5(mql5) .mq5 code expert advisor with the following rules: rules= 1.strategies-Pin Bar Strategy,Inside Bar Strategy,Engulfing Candlestick Strategy,Breakout and Retest Strategy,Trendline Trading Strategy,Hammer Candlestick Pattern,Shooting Star Candlestick Pattern,Three Inside Up Candlestick Pattern,Three Inside Down Candlestick Pattern,Morning Star Candlestick
THE DEVELOPER MUST NOT HAVE ANY PENDING JOBS TIME IS OF THE ESSENCE I ALREADY HAVE SORUCE CODE, ADD ENTRIES AND CONDITIONS TO CODE I NEED THIS DONE BY TODAY OR TOMORROW MORNING THE LATEST The MT4 EA will work simultaneously on multi pairs the broker has to offer. The opening procedure will begin as follows: In this example I will use a BUY order. The same for SELL order. When the EA is dragged/ double clicked/ added
Hi I bought FXSSI.com tools ( sentiment indicator) including the following indicator: FXSSI.Ratio.ex4 (.mq4 versions are not provided) Now I am trying to export the indicators' output values in an EA in order to generate trading signals and to backtest strategies based on various combinations of some of these indicators but I can't make it work. I use iCustom() but it always returns either: > 2147483647 if
I need someone who would use four moving averages on the mt4 and mt5 platform to create a trading robot The first moving average period would be 10, method is simple, applied to close, The second one is period 30,method is exponential, applied to close, the third one is period 50, method is simple , applied to close. The fourth one is period 200, method is simple and applied to close The 200 has to cross the rest of
I want to create dashboard Indicator to show data of “Moving Average” and “Break Out Structure” for all time frames My indicator must show data of “Moving Average” and “Break Out Structure” for all time frame For MA, show green you can Inspire and use its original script from this indicator hen MA 10 is above MA200, otherwise show red For the Breakout Of structure, show green for Bullish structure and red for bearish
The strategy is based on identifying overbought and oversold conditions across multiple timeframes. The primary indicator used is the stochastic indicator. Stochastic Settings: • %K period: 100 • %D period: 5 • Slowing: 4 •Price field : close/close For buying: • stochastic Signal line/Both Most be in the oversold zone (20 level of stochastic) on the H4, H1, 30m, 15m, 5m, and 1m timeframes. Final confirmation For a

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
to 14 day(s)