SMA10 + SMA20 + HiLo Setup

MQL5 Experts

Trabalho concluído

Tempo de execução 3 dias
Comentário do desenvolvedor
i had very good job with him

Termos de Referência

SMA20: Simple Moving Average 20 periods, line type

SMA10: Simple Moving Average 10 periods, line type

[edit]: SMA200: Simple Moving Average 200 periods, line type 

Gan Hi Lo Activator 10: Gann High Low Activator 10 periods, colored red for down and green for up. (I don´t have the code)

 

These rules must be applied to the 15M and 5M timeframes at the same time. If one of the timeframes does not agree with these rules at the same time, the trade will not be taken. 

 [edit]: the buy/sell order should be made at least 40 points ahead of the CLOSE price that triggered our entry, to make sure our order gets fullfilled by the market. This one I want to be able to input as a parameter. 

Buy rules:

- SMA20 must be higher than last candle SMA20 = [ SMA20(0) > SMA20(-1) ]

- SMA10 must be higher than last candle SMA10 = [ SMA10(0) > SMA10(-1) ] 

- SMA10 must be higher than SMA20 = [ SMA10(0) > SMA20(0) ]

- CLOSE of actual 5M candle must be higher than CLOSE of last candle = [ CLOSE(0) > CLOSE(-1) ]

- CLOSE of actual 5M candle must be higher than the last 15M Candle CLOSE = [ 5MCLOSE(0) > 15MCLOSE(-1) ] 

- Gann Hi Lo Activator of 10 periods going UP 

 

Sell Rules:(opposite of buy rules)

- SMA20 must be lower than last candle SMA20 = [ SMA20(0) < SMA20(-1) ]

- SMA10 must be lower than last candle SMA10 = [ SMA10(0) < SMA10(-1) ] 

- SMA10 must be lower than SMA20 = [ SMA10(0) < SMA20(0) ]

- CLOSE of actual candle must be lower than CLOSE of last candle = [ CLOSE(0) < CLOSE(-1) ]

- CLOSE of actual 5M candle must be lower than the last 15M Candle CLOSE = [ 5MCLOSE(0) < 15MCLOSE(-1) ]  

- Gann Hi Lo Activator of 10 periods going DOWN


Exit rules: 

The default exit for both rules will be when the CLOSING price of the 5M candle is bellow the Hi Lo of the last candle.

 

Need to be able to input and optimize the periods parameters of the SMA20, SMA10 and HiLo10.

Need to input time of trading interval (default will be 9:05 to 17:30).

Need to input a Stop Gain in points, default will be 100 points.

[edit]: the Stop Gain will start counting from the candle CLOSE that triggered the entry. For example: the CLOSE price that triggered our entry was 50100, but our sell order was fullfilled at 50090. Our Stop Gain should be put at 50000, not 49090.

Need to input if there´s gonna be a Stop Loss and how many points will it be. 

[edit]: will be trading futures. Need to be able to input lot size.

[edit]: will be trading at least 4 different symbols. 

If there´s anything else that needs to be described, let me now. 

 Also provide the EA´s source code. 

 

 

Respondido

1
Desenvolvedor 1
Classificação
(54)
Projetos
64
42%
Arbitragem
5
20% / 60%
Expirado
4
6%
Livre
2
Desenvolvedor 2
Classificação
(554)
Projetos
765
46%
Arbitragem
23
39% / 13%
Expirado
63
8%
Livre
3
Desenvolvedor 3
Classificação
(258)
Projetos
395
28%
Arbitragem
69
19% / 49%
Expirado
120
30%
Livre
4
Desenvolvedor 4
Classificação
(26)
Projetos
29
3%
Arbitragem
11
9% / 73%
Expirado
3
10%
Livre
5
Desenvolvedor 5
Classificação
(1)
Projetos
4
25%
Arbitragem
1
0% / 100%
Expirado
1
25%
Livre
6
Desenvolvedor 6
Classificação
(2)
Projetos
2
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(1)
Projetos
1
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
Pedidos semelhantes
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
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
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
10 - 20 USD
Desenvolvedor
9 - 18 USD
Prazo
de 1 para 3 dias