EA modification

MQL4 Эксперты

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

Good da, i would like for you to modify an EA.

here are the modifications i want you to make:

- the current EA opens trades from a combination of 2 or more indicators and closes them on opposite arrow of these combined indicators,

but i want to change this. i want the EA to open trades whenever each arrow appear from the combined indicator. i.e: if i combine 2 indicators and for every combined arrow, the EA should open a  trade.

 - then the EA should close the trade on opposite arrow of the combined indicators and then open another trade simultaneously.


:-  the chart above shows two combined indicators: bolitouche and NonLagMA_v7.1.

     -the current setup of the EA is to open a buy trade whenever the green arrow shows on chart,

     -and to close whenever the blue arrow shows up and open a sell trade on the blue and close whenever the green arrow shows.

-  i want that, the EA should open a buy trade for every green arrow that appears on the chart,

-  and to close when  a blue sell arrow appears and then open a sell trade simultaneously.



take a look at the image above which i explained in the description already. The red rectangle 1, shows two signals which results from the combination of the up buffers of both indicators.

this is what the ea does in the background and the combiner does this to display on the chart.

so test the current ea i sent you and it opens a buy trade when the first green arrow appears in rectangle 1 and closes the trade when the sell arrow appears on rectangle 3 and opens a sell trade simultaneously.

==>but what i want is that the ea should open a buy trade every time a green arrow or buy signal appears i.e:

==>3 buy trades should be opened on the three green arrows in red box 1-2, and this trade should close when the blue signal appears that's in box 3 and then open A sell simultaneously just like the original ea does.


this ea can take any indicator and trade it as long as the indicator has up and down buffers even it they are line onchart indicators or histogram or arrow signal indicators.

the ea combines up buffers of both indicators to produce an up signal and combines both down buffers to produce a sell signal in the background,

so the combiner just displays on the chart how the ea combines or behaves in the backgroud to help you.

if you open the Ea:  

you see here that it loads both indicators, so this ea combines buffer 3 of bolitouche and buffere 1 of nonlagma to produce an up arrow or signal and combines buffer of  bolitouche  an buffer 2 of nonlagma to produce a sell signal and opens a trade. so if you load 3 indicators and their buffers, each corresponding to thier up and down signals, the ea will combine them and open a trade based on the arrow produced.

so i sent you the combiner so you can see on the chart how the ea combines both indicators in the background to open trades because the ea uses the same combiner in its code.

note that, the indicators i sent are just for testing purposes, you can test with any indicator.

hope this explains my ask very well


Файлы:

MQ4
combiner.mq4
20.0 Kb
MQ4
EA.mq4
92.9 Kb

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

1
Разработчик 1
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
2
Разработчик 2
Оценка
(11)
Проекты
16
0%
Арбитраж
2
50% / 0%
Просрочено
1
6%
Загружен
3
Разработчик 3
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Работает
4
Разработчик 4
Оценка
(2)
Проекты
2
0%
Арбитраж
0
Просрочено
1
50%
Свободен
5
Разработчик 5
Оценка
Проекты
2
0%
Арбитраж
1
100% / 0%
Просрочено
1
50%
Свободен
6
Разработчик 6
Оценка
(3)
Проекты
2
0%
Арбитраж
1
0% / 0%
Просрочено
1
50%
Свободен
7
Разработчик 7
Оценка
Проекты
1
0%
Арбитраж
3
0% / 33%
Просрочено
0
Работает
Похожие заказы
Hi, I am looking to create an expert adviser to grow a account from 100 to 10000 eur/usd in 40 days can someone help me with this? must usd ADX, CCI and have sniper entry's with all the MM and risk management built in. new filters and more scalping and trend strategy's only Thanks, Stephen
News trading 30 - 200 USD
Developing a news trading strategy as described involves combining technical indicators (e.g., MACD, RSI, ATR) with a dynamic risk management approach to capitalize on volatility during high-impact news events. Here's how you can implement this step-by-step: --- Key Components 1. Data Sources Historical Price Data: For backtesting major currency pairs (EUR/USD, GBP/USD, USD/JPY, etc.). News Event Data: Includes
Seeking for professional MQL4 Developers for Custom Forex & Indices EA Based on a Simple Strategy. The EA will include the following key features: Pending Orders Placement : Automated placement of Buy Stop and Sell Stop orders based on user-defined parameters. Stop Loss and Take Profit : Configurable SL and TP values, with advanced TP adjustment logic. Trailing Stop Functionality : Dynamic trailing stop activation
This trading robot will use a combination of trend analysis, moving averages (MAs), RSI, and CCI to detect trends, confirm entries, and manage trades effectively. The robot will implement a trend continuation and breakout strategy using the outlined conditions. Main Chart Indicators 1. Moving Averages (MAs) : • 9-period EMA • 13-period EMA • 50-period EMA Usage: • Detect trends and confirm end-of-retracement points
Please show me profitable EA that is working on preferable H4 time frame or higher. Grid, martingale etc. not recommened, but if you will prove that it works then okay, I accept this. Only serious offers please
Forex Bull 30+ USD
From lot size of 0.01 and above depends on the account balance .must trade any time when it's the right to trades. The bot must take trades and excute it's self. The bot must only stick to profits no loses
The bot must enter or take the trades anytime and execute when the order is moving against it. It must use any lot size that could not damage an account
I need an MQL5 Expert Advisor (EA) that trades based on the following conditions: Buy Condition: 1. RSI (14) crosses below 30 (oversold) and then moves above 30. 2. The price is above the 50 EMA. 3. A buy stop order should be placed 5 pips above the high of the crossover candle. Sell Condition: 1. RSI (14) crosses above 70 (overbought) and then moves below 70. 2. The price is below the 50 EMA. 3. A sell stop order
Hi, I am currently using a martingale EA, and would like to know whether you could make some adjustments. I need the EA for Metatrader 4. First of all, the EA will continuously open new positions, either buy or sell. Please also give initial lot option and auto lot (can be set 0 if I don’t want to use it.) And give lot multiplier option. There is fix distance and dynamic distance option, where I can set fix
Task: Implement Trailing Stop Loss in the Expert Advisor Objective: Add a trailing stop loss feature to the EA that will dynamically adjust the stop loss as the market moves in a profitable direction. The trailing stop should: Start moving the stop loss only after a specified profit level is reached (trailing start). Adjust the stop loss at predefined intervals (trailing step/width). Visually display the stop loss as

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

Бюджет
30+ USD
VAT (21%): 6.3 USD
Итого: 36 USD
Исполнителю
27 USD

Заказчик

(3)
Размещено заказов10
Количество арбитражей0