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
19
16% / 37%
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
I need a programmer that can teach me how to get historical tick data (from predownloaded csv) and make it display when back-testing in the MT4 terminal. What I need from you is to build a panel that reads in the ticks from a predefined start time up to and including the current time of the back-test. It needs to: 1. Count the total number of ticks from the predefined start time. 2. Display the current tick's ask
Hey, im looking for a person who can create an my very own version of pineconnector, which should have all the option of pineconnector and it should be user-friendly without any complications
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script
We are seeking a highly experienced Forex EA Developer for our MT4 platform. The ideal candidate must meet our following criteria: Language Proficiency: Must speak English fluently - no exceptions Must write in English proficiently - no exceptions Must understand English clearly - no exceptions Availability: Must work in the Eastern Standard Time (EST) zone Developer must be available full-time for this project with
Requirements All features of indicators, plus enter into trades (buy, sell) TP and SL according to the indicator [TP1 and TP2] Can make MT5 from MT4 indicator? Add trailing stop loss trading hours trading days Max spread Possibility of Multiple charts through one window Daily profit Target [yes/no]
hello... saya menginginkan EA GRID?AVERAGING dengan kondisi : > bisa meletakan sell&buy Limit pada nilai tertentu > bisa meletakkan sell&buy stop pada nilai tertentu > bisa melakukan order sell/buy limit/stop (sesuai setting) berdasarkan Nilai RSI > bisa membatasi jumlah order > ada fungsi TP dan SL > rangkuman hasil kerja EA selama mingguan terimakasih, semoga bisa bekerjasama dengan baik
I already have the EA completed. I just need to add 2 params and fix the feature (GV) to make sure that no order is missed for any reason. Maybe GV is not enough and need to add another feature
Need to create ea to trade in indian market by placing orders to Indian market platform through API form mqlHere's a basic outline of what script should include: Define Heikin Ashi candle pattern: Convert regular candles to Heikin Ashi candles. Order Execution: Execute orders on the open of the second candle after the signal is generated. Buy Call: When a buy call is generated, initiate a call option order. Set
I want the trade to trigger anytime it sees the opportunity on all time frames, sl tp should be automated and all trades should be trigger anytime on cpi news and etc
Добрый день. Мне нужно создать сигнального бота. У меня есть индикатор на Trading View, который выделяет точку интереса - спрос/предложение. (но я в нем не уверен, подойдет ли он для робота, возможно такой индикатор нужно будет написать). Нужно чтоб все зоны были экстримальные, то есть, если произойдет пробитие зоны то менялся тренд. Как я торгую? Индикатор выделяет зону. Мне нужно увидеть подтверждение в пределах

Project information

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