A Simple EA bases on Moving average and Adx Wilder

MQL5 Indicators Experts

Job finished

Execution time 8 days

Specification

This simple EA will monitor 2 indicators , Indicator 1  Moving average (MA)  settings Example period (8) , method (smoothed) apply to (low) Indicator 2 Average Directional Movement Index  Wilder (ADX Wilder ) Example period 1  ,+DI (indicate Long/buy), -DI (indicate short /sell and when certain condition are met  , it will place a trade either long (buy) or short  (sell)  only when the specific conditions are met.

Indicator 1

 We want the EA to place a long (buy) trade when the candle   crosses above and upward the moving average (position 8) and the price is close above.  It will place a short (sell) when the candle is cross below and downward and the price is close below the Moving average (period 8).

Indicator 2

We also want the other indicator Average Directional Movement index Wilder (ADX Wilder) with a period Example (1).  To help us determine the momentum and trend of the market. To achieve this we will only place a long/ buy trade when the +DI is moving in and upward direction.  We will place a short/sell trade if the -DI is moving in and upward direction.

There will be no trade if both indicator conditions are not met.

Example of a confirm buy trade - if the candle cross upward and above the MA (8) and the Adx Wilder +DI is in an upward direction then a trade is confirm and a long /buy is entered .

Example of a confirm sell trade - if the candle cross downward  and go below the MA(8) and ADX Wilder -DI is in a moving is in an upward direction then the trade is confirmed and a sell/short is entered.

In the description are the detail . the  for both indicators , however  i would like  when the candle crosses the MA is confirm  , the Adx wilder should confirm after the +DI or -DI after crossing example level (20) .  +DI would confirm entry if candle is above MA and -DI would confirm and entry if candle cross below MA .

We will not trade if both conditions are not met.

 We want to able to adjust the perimeter of the indicator (example levels) in addition to number of entries (up to 4); each entry should have its own individual stop loss, take profit and trailing stops.

We also want the EA to look for buy/ sell opportunities only when a new candle has been formed. And will only make entries when condition is met and we do not have any previous positions open. Position can only be close at take profit, stop loss or trailing stop loss.

Additional information will be provided once we commence the creation of this EA .   

 Other negotiations are available base on expert input and advise to make EA more accurate and profiting

Thank you


Responded

1
Developer 1
Rating
(27)
Projects
27
26%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(258)
Projects
269
29%
Arbitration
1
100% / 0%
Overdue
3
1%
Working
Published: 2 codes
3
Developer 3
Rating
(515)
Projects
554
53%
Arbitration
13
69% / 15%
Overdue
3
1%
Free
4
Developer 4
Rating
(159)
Projects
215
76%
Arbitration
4
50% / 25%
Overdue
18
8%
Free
Published: 2 articles
5
Developer 5
Rating
(7)
Projects
14
21%
Arbitration
1
0% / 100%
Overdue
3
21%
Free
6
Developer 6
Rating
(298)
Projects
427
26%
Arbitration
18
61% / 33%
Overdue
26
6%
Free
Published: 8 codes
7
Developer 7
Rating
(319)
Projects
569
35%
Arbitration
83
30% / 45%
Overdue
206
36%
Working
8
Developer 8
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
9
Developer 9
Rating
(209)
Projects
272
21%
Arbitration
24
54% / 17%
Overdue
0
Working
10
Developer 10
Rating
(885)
Projects
1410
67%
Arbitration
123
32% / 41%
Overdue
217
15%
Free
Published: 1 code
Similar orders
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0

Project information

Budget
50 - 100 USD
Deadline
from 1 to 4 day(s)