Update EA MT4

MQL4 Эксперты

Работа завершена

Время выполнения 1 день
Отзыв от исполнителя
Cool and friendly employer - it's been a pleasure to work with him.
Отзыв от заказчика
Phillips is very nice professional and efficient in your work! Approved 100%

Техническое задание

I am new in MQL, I need  of update EA MT4!

 

In one of these forums of the life,  I found a EA that  seems to be promising, but it needs some filters not to get into all the conditions set by the algorithm.

1. The Stop Loss System is fixed,  distance between support and resistance, where  the SL is set in the  High  price of the candle to Short Order , and is  fixed in the Low price of the candle to Long Order.
I want to create an external parameter to increase this SL.
example:
StopLoss = 2
Long  Order: if the distance between the Resistance and Low price of the candle in the bottom of the Support  line is 20 PIP 
Stop Loss: 20 * 2 = 40

Stop Loss = 1
To Short Order: if the distance between theSupport  and High   price of the  candle on top of the  Resistance  line is 30 PIP
Stop Loss: 30 * 1 = 30

  2. Create a parameter external to break even.
example:
Breakeven = 30 PIP
EA entry to a short order, the price moved 30 PIP to the bottom, then EA  drags the Stop Loss to opening price of the short order

3.  Insert the William's Percent Range indicator to filter the long order and short order
External Parameter
PeriodWilliam: 48
LevelSell: -60
LevelBuy: -40
Examples
When price is above the -60 level, the EA does not perform Short Order (SELL)
When the price is below the -40 level, the EA does not perform Long Order (BUY)

PeriodWilliam: 48
LevelSell: -40
LevelBuy: -60
When price is above the -40 level, the EA does not perform Short Order (SELL)
When the price is below the -60 level, the EA does not perform Long Order (BUY)

PeriodWilliam: 48
LevelSell: -50
LevelBuy: -50
When price is above the -50level, the EA does not perform Short Order (SELL)
When the price is below the -50 level, the EA does not perform Long Order (BUY)

As I understand it, the Ea opens a  resistance line and a support line , when the price is crossing a of  lines  at some point, will be opened a BUY or SELL order.

Let us illustrate:
PeriodWilliam: 48
LevelSell: -50
LevelBuy: -50
When price is above the -50 level, the EA does not perform Short Order (SELL)
When the price is below the -50 level, the EA does not perform Long Order (BUY)

Let's follow the hypothesis that there is a sign for Short Order (SELL), but the price is racing above the -50 level, so EA will not open an DEAL.  But in the next candled (bar) the price is closing below of  -50 level.  THE EA DOESN'T OPEN SHORT ORDER!!!!!

It is the same to LONG ORDER  (buy)!!!!

 

 

Откликнулись

1
Разработчик 1
Оценка
(71)
Проекты
254
53%
Арбитраж
16
50% / 38%
Просрочено
83
33%
Свободен
2
Разработчик 2
Оценка
(48)
Проекты
91
31%
Арбитраж
28
29% / 43%
Просрочено
42
46%
Свободен
3
Разработчик 3
Оценка
(15)
Проекты
65
58%
Арбитраж
6
17% / 33%
Просрочено
39
60%
Свободен
4
Разработчик 4
Оценка
(62)
Проекты
140
46%
Арбитраж
19
42% / 16%
Просрочено
32
23%
Свободен
5
Разработчик 5
Оценка
(1)
Проекты
2
0%
Арбитраж
1
0% / 100%
Просрочено
1
50%
Свободен
Похожие заказы
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Информация о проекте

Бюджет