Strategy is based on 2 MOVING AVERAGE conditions across multiple timeframes.

MQL5 Indicadores

Termos de Referência

The strategy is based on 2 MOVING AVERAGE conditions across multiple timeframes.

The primary indicator used is the 2 MOVING AVERAGE.I  am sending videos of the strategy for clarity.


Steps to Create the Indicator

    • Use a fast and a slow moving average (e.g., 10 and 23 periods).
    • Generate a buy signal when the fast moving average crosses above the slow moving average.
    • Generate a sell signal when the fast moving average crosses below the slow moving average.
    • Display these signals on multiple timeframes.

Demo Version available is preferred so that transaction can be settled early.



Arquivos anexados:

JPG
patrex.jpg
138.2 Kb

Respondido

1
Desenvolvedor 1
Classificação
(20)
Projetos
19
11%
Arbitragem
2
50% / 50%
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(2078)
Projetos
2637
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Carregado
3
Desenvolvedor 3
Classificação
(153)
Projetos
216
22%
Arbitragem
14
64% / 21%
Expirado
1
0%
Carregado
4
Desenvolvedor 4
Classificação
(185)
Projetos
303
15%
Arbitragem
20
40% / 35%
Expirado
15
5%
Ocupado
5
Desenvolvedor 5
Classificação
(137)
Projetos
160
23%
Arbitragem
7
0% / 43%
Expirado
4
3%
Carregado
6
Desenvolvedor 6
Classificação
(17)
Projetos
23
39%
Arbitragem
0
Expirado
0
Trabalhando
7
Desenvolvedor 7
Classificação
(140)
Projetos
204
80%
Arbitragem
17
29% / 47%
Expirado
10
5%
Trabalhando
8
Desenvolvedor 8
Classificação
(90)
Projetos
111
37%
Arbitragem
8
88% / 0%
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(1)
Projetos
1
0%
Arbitragem
1
0% / 0%
Expirado
0
Trabalhando
10
Desenvolvedor 10
Classificação
(30)
Projetos
55
22%
Arbitragem
12
67% / 8%
Expirado
2
4%
Livre
11
Desenvolvedor 11
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
0
Trabalhando
12
Desenvolvedor 12
Classificação
(61)
Projetos
68
29%
Arbitragem
2
0% / 0%
Expirado
1
1%
Trabalhando
13
Desenvolvedor 13
Classificação
(2)
Projetos
2
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(12)
Projetos
16
44%
Arbitragem
1
100% / 0%
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
(166)
Projetos
168
77%
Arbitragem
2
100% / 0%
Expirado
0
Livre
16
Desenvolvedor 16
Classificação
(346)
Projetos
543
32%
Arbitragem
24
67% / 8%
Expirado
15
3%
Livre
17
Desenvolvedor 17
Classificação
(1)
Projetos
3
0%
Arbitragem
0
Expirado
0
Trabalhando
18
Desenvolvedor 18
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
19
Desenvolvedor 19
Classificação
(57)
Projetos
177
71%
Arbitragem
4
100% / 0%
Expirado
1
1%
Livre
20
Desenvolvedor 20
Classificação
(253)
Projetos
408
38%
Arbitragem
86
43% / 19%
Expirado
70
17%
Trabalhando
21
Desenvolvedor 21
Classificação
(475)
Projetos
504
53%
Arbitragem
10
60% / 20%
Expirado
3
1%
Livre
22
Desenvolvedor 22
Classificação
(13)
Projetos
18
28%
Arbitragem
2
0% / 100%
Expirado
4
22%
Livre
23
Desenvolvedor 23
Classificação
(2423)
Projetos
3044
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
24
Desenvolvedor 24
Classificação
(68)
Projetos
77
8%
Arbitragem
33
9% / 55%
Expirado
6
8%
Trabalhando
Pedidos semelhantes
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
We are seeking a talented and experienced developer to convert two sophisticated TradingView indicators to NinjaTrader 8. These indicators are crucial for our trading strategy, and we need them to function flawlessly in the new environment. The project comes with specific usage restrictions, which will be discussed in detail with the chosen developer. Requirements: Extensive experience with both TradingView and
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
Greetings, As the title suggests, I am trying to convert an indicator that calls itself via an iCustom call like this. iMAArray_Buffer[loop_1] = iCustom ( NULL , Selected_TF, MQLInfoString ( MQL_PROGRAM_NAME ), "calculate" , RPeriod, MType, MPeriod, 1 , shift); Full code will not be provided, only the position that needs fixing. I cannot get this working in MQL5 but the original code runs smoothly in MQL4. Please
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Greetings great developer, I am in search of a highly skilled developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further

Informações sobre o projeto

Orçamento
50 - 100 USD
Prazo
de 1 para 2 dias

Cliente

Pedidos postados4
Número de arbitragens0