Moving Averages in multiple timeframes

MQL5 Experts

Tâche terminée

Temps d'exécution 8 jours
Commentaires du client
An amazing programmer, best of all, he has good character. Well done!
Commentaires de l'employé
Thanks so much!!!!!

Spécifications

I want an indicator/EA that uses three timeframes (short-term, medium-term and long-term).

I would like to be able to specify the actual timeframes.E.g. short-term might be 5 minutes or 60 minutes, while medium-term might be 60 minutes or 4hrs and long-term is daily or weekly. It could be any period.

The indicator also involves 3  simple moving averages (fast, medium and slow). I would like to be able to specify the parameters for the simple moving averages.

Other indicators involved:

1.Parabolic SAR(psar)

2.Stochastics

buy signal: Current timeframe will always be the short-term. Buy if :

1. on the current timeframe, price closes above all 3 SMAs.

2. in the medium timeframe, price is above the medium and slow SMA.

3. In the long-term timeframe, price is above the slow SMA.

4. On the current (i.e. short-term) timeframe, price is above psar. The signal should be activated as soon as soon as psar gives buy signal(not at the close of the bar).

Multiple positions should be possible.

Do reverse for sell signal.


Répondu

1
Développeur 1
Évaluation
(59)
Projets
90
39%
Arbitrage
26
4% / 77%
En retard
40
44%
Gratuit
2
Développeur 2
Évaluation
(117)
Projets
138
41%
Arbitrage
30
7% / 77%
En retard
17
12%
Gratuit
3
Développeur 3
Évaluation
(173)
Projets
201
49%
Arbitrage
18
11% / 44%
En retard
1
0%
Gratuit
4
Développeur 4
Évaluation
(458)
Projets
902
77%
Arbitrage
25
16% / 68%
En retard
100
11%
Gratuit
5
Développeur 5
Évaluation
(647)
Projets
1295
67%
Arbitrage
84
26% / 49%
En retard
338
26%
Gratuit
6
Développeur 6
Évaluation
(769)
Projets
1033
44%
Arbitrage
50
8% / 50%
En retard
117
11%
Gratuit
7
Développeur 7
Évaluation
(49)
Projets
134
27%
Arbitrage
62
13% / 53%
En retard
58
43%
Gratuit
8
Développeur 8
Évaluation
(136)
Projets
195
43%
Arbitrage
17
29% / 59%
En retard
28
14%
Gratuit
9
Développeur 9
Évaluation
(67)
Projets
144
34%
Arbitrage
11
9% / 55%
En retard
26
18%
Travail
10
Développeur 10
Évaluation
(9)
Projets
10
10%
Arbitrage
4
25% / 75%
En retard
3
30%
Gratuit
11
Développeur 11
Évaluation
(2465)
Projets
3103
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Travail
12
Développeur 12
Évaluation
(560)
Projets
1348
59%
Arbitrage
28
82% / 0%
En retard
10
1%
Gratuit
13
Développeur 13
Évaluation
(564)
Projets
933
47%
Arbitrage
303
59% / 25%
En retard
125
13%
Travail
14
Développeur 14
Évaluation
(197)
Projets
320
35%
Arbitrage
64
13% / 56%
En retard
83
26%
Gratuit
15
Développeur 15
Évaluation
(46)
Projets
80
13%
Arbitrage
11
0% / 91%
En retard
51
64%
Gratuit
16
Développeur 16
Évaluation
(4)
Projets
5
0%
Arbitrage
3
0% / 67%
En retard
2
40%
Gratuit
17
Développeur 17
Évaluation
(586)
Projets
1049
49%
Arbitrage
39
28% / 41%
En retard
49
5%
Gratuit
Commandes similaires
Hello guys, I need a very good programmer to do EA buy/sell limit based on the strategy. The work you will have to do: - Coding the indicators to make them work together without any problwm. - Creating an EA based on the strategy - Constant contact - Setting indicators From my side you will receive: - permanent contact 24/h - constant assistance in solving problems - a well-paid job, adequate to do the work
Hey, I am looking for a programmer who is well experienced in the logic of a predator and can be able to modify our existing strategy as discussed with our project director, I am the manager in the company needed to hire top expert developer for this project, We already have this predator but wanted to add some much ideas to make it work as we envision, reach out if you can actually modify and add those ideas thanks
WatchMeAI 50+ USD
I would like to make this bot,so it can learn my trading patterns, and creat a market strategy and improve my candle stick trading, and market patterns with good clear graphics and chart patterns and a text communication box to be able to talk to bot about trades and bot can give replies in English
I want a simple robot made. I don't have any specific way I want the robot made, meaning martingale, hedge, etc I'll leave that up to you. As long as it's profitable. I will rit on a demo account before actually purchasing it
Develop a profitable MQL5 trading bot for MetaTrader 5. Support BTCUSD, XAUUSD, and GBPJPY pairs on the M1 timeframe. Implement any effective strategies/algorithms with flexible order types. Include take-profit (TP) and stop-loss (SL) settings. Apply risk management to limit 3% of account balance. Provide full source code upon completion
Hi, I'm a developer, and I'm looking for a freelancer to help me create a custom criterion in the OnTester function. I want this function to return the result of (Profit Factor - Z Score) . In other words, I need the OnTester function to calculate and return (Profit Factor - Z Score)
Hey, are you familiar with the trading software called PREDATOR? If yes, are you also familiar with the automated reversal fitcher? I really need to get connected with someone who's well skilled in coding to help me out, thanks
Copy signals 30+ USD
I need 2 robots that copy mt5 signals to mt5. 1 master robot that will be installed on an MT5 platform and will send entry, exit and pending order signals 1 slave robot that will be installed on another platform that will receive the signals The slave robot must also have the option to reverse orders and change the batch
Hi all talented coders among you. Very simple ask. enum Strats { RSI_Overheat = 0, //RSI Overheated CCI_Overheat = 1, //CCI Overheated Stochs_Overheat = 2, //Stochs Overheated NONE //No strategy } input Strats S1 = 0; input Strats S2 = 2; input Strats S1 = 3; //use default inputs for these built in indicators input RSI_OH = 80; input CCI_OH = 100; input Stoch_OH = 80; Declare handles Populate buffers Function for RSI
Two Phase EA 50 - 100 USD
Please, try and read till the end. Thanks. T he EA should have a customized Login Page - Account and Password protection, ownership plus Expiry Date. The EA should have 2 Buttons. (A) for "Automatic Execution” (AE) and (B) manual mode for "Send Signal Only” (SSO) Basically, it’s the same EA, but should have automated trade execution and a manual mode which will send signals, only. Both should not be activated at the

Informations sur le projet

Budget
50+ USD
Pour le développeur
45 USD
Délais
de 1 à 3 jour(s)