StepMa indicator filtering arrows

MQL4 Indicateurs

Tâche terminée

Temps d'exécution 1 jour
Commentaires du client
Highly recommended

Spécifications

Hello,

I would like to modify a StepMa indicator with arrows to filter out some of the arrows. I will provide the indicator to work with it.


We load the StepMa into the chart and set the Sensitivity value to 12. In this example, this will be called `StepMa1’ with sensitivity 12 and bigger arrows

Then we load the StepMa again into the chart and set the Sensitivity value to 3. In this example, this will be called `StepMa2’ with sensitivity 3 and smaller arrows.


I would like to filter the arrows of StepMa2 using StepMa1. So, StepMa1 would be exactly as the original one but it will be used as a filter for StepMa2.

When StepMa1 shows a blue line buffer then StepMa2 will only draw the blue arrows but it will not draw the red arrows. In this case, StepMa2 buffer arrowUp will DRAW_ARROW but the buffer arrowDn will DRAW_NONE

When StepMa1 shows a red line buffer then StepMa2 will only draw the red arrows but it will not draw the blue arrows. In this case, StepMa2 buffer arrowDn will DRAW_ARROW but the buffer arrowUp will DRAW_NONE

I attach several images to show it in detail.


The key in StepMa2 is to DRAW_ARROW if the conditions are met or DRAW_NONE if the conditions are not met. The rest of the indicator must be the same and it have to work exactly the same.

It would be great if we could combine both StepMa indcators into one single indicator.

If it is not possible to combine both indicators into one single indicator (displaying bigger and smaller filtered arrows) then I would need the StepMa2. I would need a filtered version of the StepMa indicator that will only display the filtered arrows as stated before.

I attach another image to show.



Dossiers :

PNG
example1.png
51.6 Kb
PNG
example2.png
51.9 Kb
PNG
example3.png
62.0 Kb
PNG
example4.png
82.3 Kb
PNG
example5.png
64.5 Kb
PNG
code.png
47.7 Kb

Répondu

1
Développeur 1
Évaluation
(590)
Projets
789
71%
Arbitrage
9
33% / 33%
En retard
22
3%
Gratuit
2
Développeur 2
Évaluation
(1092)
Projets
1448
45%
Arbitrage
49
73% / 12%
En retard
36
2%
Gratuit
3
Développeur 3
Évaluation
(350)
Projets
553
32%
Arbitrage
24
67% / 8%
En retard
16
3%
Gratuit
4
Développeur 4
Évaluation
(463)
Projets
524
33%
Arbitrage
28
39% / 43%
En retard
7
1%
Occupé
5
Développeur 5
Évaluation
(725)
Projets
1045
39%
Arbitrage
47
49% / 23%
En retard
84
8%
Gratuit
6
Développeur 6
Évaluation
(409)
Projets
537
75%
Arbitrage
9
44% / 0%
En retard
24
4%
Gratuit
7
Développeur 7
Évaluation
(23)
Projets
45
20%
Arbitrage
24
29% / 46%
En retard
12
27%
Gratuit
8
Développeur 8
Évaluation
(185)
Projets
327
32%
Arbitrage
33
42% / 27%
En retard
98
30%
Travail
9
Développeur 9
Évaluation
(563)
Projets
932
47%
Arbitrage
302
59% / 25%
En retard
124
13%
Chargé
10
Développeur 10
Évaluation
(26)
Projets
41
24%
Arbitrage
3
33% / 67%
En retard
12
29%
Gratuit
11
Développeur 11
Évaluation
(96)
Projets
143
76%
Arbitrage
0
En retard
2
1%
Gratuit
12
Développeur 12
Évaluation
(349)
Projets
463
51%
Arbitrage
41
24% / 49%
En retard
149
32%
Gratuit
13
Développeur 13
Évaluation
(430)
Projets
606
55%
Arbitrage
48
23% / 56%
En retard
178
29%
Gratuit
14
Développeur 14
Évaluation
(82)
Projets
86
57%
Arbitrage
25
0% / 84%
En retard
19
22%
Gratuit
15
Développeur 15
Évaluation
(586)
Projets
1048
49%
Arbitrage
39
28% / 41%
En retard
49
5%
Gratuit
16
Développeur 16
Évaluation
(2428)
Projets
3057
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Travail
17
Développeur 17
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
Commandes similaires
Connect from Mt5 via binary deriv account api I have mt5 indicator, need to connect with binary deriv account through api. If anyone can setup via API then contact me. everything control mt5
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Hi, I have 2 indicators which are based on the super trend , the alerts on indicator (1) does not work at all , and on the other indicator the alerts do not come on time on time, which is kind of delayed. see attached file below
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to
I urgently require swift assistance to convert a complex indicator into a fully functional scanner, capable of automatically sending real-time data, alerts, and notifications via email, ensuring seamless integration and prompt delivery of critical information to facilitate informed decision-making and timely action
I need to improve the code of an indicator that is too heavy and slow when running and when used with iCustom in an EA. No other changes to the indicator are requested: the original features of the indicator should remain as theay are. I'll provide the indicator after job acceptance. I request final source code mq5 file. Thank you Regards
I have a mt5 indicator that is working perfectly but I will like to make it an expert advisor to have an automated trade. I will be glad if I can get a well experienced developer to execute this project. Thanks
O TRABALHO CONSISTE NA MUDANÇA DO HISTOGRAMA DO INDICADOR TREDN DIRECTION AND FORCE DSEMA SMOOTHED PARA O HISTOGRAMA DA FOTO ANEXA, OBEDECENDO AS TRES CORES VERDE (UP, VERMELHOR(DOWN) E CINZA(TREND). O MESMO TEM QUE ODECER O MESMO CALCULO E COLORIR DA MESMA FORMA POREM COM HISTOGRAMA DDE FORMATO DIFERENTE

Informations sur le projet

Budget
60 - 100 USD
TVA (21%): 12.6 - 21 USD
Total: 72.6 - 121 USD
Pour le développeur
54 - 90 USD