Simple Moving Average Crossover EA

MQL5 Experts

Trabalho concluído

Tempo de execução 6 dias
Comentário do cliente
Pleasure working with you Artem! Very happy with job u did!
Comentário do desenvolvedor
Thanks for Your patience!

Termos de Referência

The order will consist out of 2 similar sub projects all in separate EA.

Project 1.

Conditions:

A signal to open a position if the following conditions is fulfilled:

For BUY:

The fast MA value on the last formed bar is higher than the one of the slow MA.


For SELL:

The fast MA value on the last formed bar is lower than that of the slow MA.


To CLOSE position:

For BUY position will be when the fast MA last formed bar is lower than the slow MA.

For SELL position will be when the fast MA last bar formed is higher than the slow MA.

Or Stoploss/takeprofit/Trailingstop functions are triggered


But important: when a buy/sell position is closed due to MA that crosses a opposite position should be taken.

For example a BUY position is opened and then fast MA crosses slow MA downwards the BUY position should be closed on the last formed

bar that crosses the slow MA and a new SELL position should be created on the last formed bar that crosses the slow MA.


The following input parameters should be present:


Trade settings

  • RiskPercentage- The percentage of free margin to risk in a trade. 
  • TakeProfit- The fixed take profit value in points. If 0 then no take profit will be set.
  • StopLoss- The fixed stop loss value in points. If 0 then no stop loss will be set.

Settings for trailing stop;

  • AllowTrailingStop- This setting must be set to true if trailing stop is to activate.
  • TrailDistance- The trailing stop will be this distance in points away from the price.
  • TrailTrigger- The trailing stop will only start when the trade is at least this number of points in profit.
  • TrailStep- After the trailing is active, a new modification will only occur when there is at least a change of this points. This prevents too many trade modifications on every little price change and hence saves on memory usage.

Fast MA settings:

  • Ma1period- Period value for first MA.
  • Ma1shift- Shift value for first MA.
  • Ma1method- Moving average method. Set 0 for simple, 1 for exponential, 2 for smoothed and 3 for linear weighted.
  • Ma1appliedPrice- Moving average applied price. Set 0 for close price, 1 for open price, 2 for maximum price, 3 for minimum price, 4 for median price, 5 for typical price and 6 for weighted close price.

Slow MA settings:

  • Ma2period- Period value for second MA.
  • Ma2shift- Shift value for second MA.
  • Ma2method- Moving average method. Set 0 for simple, 1 for exponential, 2 for smoothed and 3 for linear weighted.
  • Ma2appliedPrice- Moving average applied price. Set 0 for close price, 1 for open price, 2 for maximum price, 3 for minimum price, 4 for median price, 5 for typical price and 6 for weighted close price.

The EA should be able to trade all currency pairs (major,minor and exotic) +Indices (DE30, AUS200, EU50, F40, UK100)+ Metals(all availible on MT5)+Energies(UK +US oil) + US indices(US Tech, US 500, US30)+all US, UK and EU

shares available on Metatrader 5.

I would also have possession of the code.


Project 2

Would be identical to project 1 except for:

Consist of push notifications only to notify when a BUY or SELL position should be opened or closed.

Should not open or close buy or sell positions but rather send notification via email or other platform to user notifying that a position should be opened(BUY/SELL) or closed.

Message should be in following format:

Position size: X

Symbol() for example usdgbp

Either BUY/SELL/CLOSE



Respondido

1
Desenvolvedor 1
Classificação
(229)
Projetos
339
49%
Arbitragem
21
5% / 33%
Expirado
24
7%
Livre
2
Desenvolvedor 2
Classificação
(563)
Projetos
932
47%
Arbitragem
302
59% / 25%
Expirado
124
13%
Carregado
3
Desenvolvedor 3
Classificação
(3)
Projetos
7
29%
Arbitragem
1
100% / 0%
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(1130)
Projetos
1432
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
5
Desenvolvedor 5
Classificação
(3)
Projetos
8
13%
Arbitragem
10
10% / 70%
Expirado
2
25%
Livre
6
Desenvolvedor 6
Classificação
(1)
Projetos
2
0%
Arbitragem
0
Expirado
1
50%
Livre
Pedidos semelhantes
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Trade methodology based on Red and Green lines entering Overbought / Oversold zone. Using confluence of Higher time frame, Moving Average a trade can enter when there is a strong slope angle. Market Base Line is used to determine overall market sentiment. This is designed to be an established trend scalping strategy on lower time frames. To be used initially on demo then real account when settings have been fine
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true)
Description: I am seeking an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 based on a specific trend-following strategy. The strategy includes precise risk management, advanced trade management features, and additional risk management tools. The EA should be adaptable to any timeframe on which it is attached. Below are the detailed requirements and parameters for the EA: Strategy
I need an EA trading frequently (HFT or something like), and it sould have some features below: 1、Have a clear trading logic 2、Have a good backtest result 3、Have a demonstrated benefitable result in a live account trading 4、Can avoid the news time period or not sensitive to news
Tenho um EA mql4 que está com funcionalidades funcionando e outras com funcionalidades sem funcionar. Tenho um vídeo do EA funcionando como deve funcionar perfeitamente. O meu não consegue seguir o mesmo programa pois quando coloca os pontos de parada e retirada são bem diferentes. Não tenho pressa para tempo, só queria que conseguisse renovar o EA. O arquivo do grafico anexo é como ele se encontra agora. O certo é
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD
Prazo
de 1 para 10 dias