SMA10 + SMA20 + HiLo Setup

MQL5 Experts

Tâche terminée

Temps d'exécution 3 jours
Commentaires de l'employé
i had very good job with him

Spécifications

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. 

 

 

Répondu

1
Développeur 1
Évaluation
(54)
Projets
64
42%
Arbitrage
5
20% / 60%
En retard
4
6%
Gratuit
2
Développeur 2
Évaluation
(546)
Projets
756
46%
Arbitrage
23
39% / 13%
En retard
63
8%
Travail
3
Développeur 3
Évaluation
(258)
Projets
395
28%
Arbitrage
69
19% / 49%
En retard
120
30%
Gratuit
4
Développeur 4
Évaluation
(26)
Projets
29
3%
Arbitrage
11
9% / 73%
En retard
3
10%
Gratuit
5
Développeur 5
Évaluation
(1)
Projets
4
25%
Arbitrage
1
0% / 100%
En retard
1
25%
Gratuit
6
Développeur 6
Évaluation
(2)
Projets
2
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
7
Développeur 7
Évaluation
(1)
Projets
1
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
Commandes similaires
Hi there, I currently have a scalping strategy based of 3 thrid party indicators that I would like automated. This would help me with running the strategy through the strategy tester. Two of the indicators dont have iCustom functionality to pull the data in, so another way would have to be devised. The strategy incorpates trading activity, sentiment in the for of the ratio of traders in profit, and a third techincal
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one

Informations sur le projet

Budget
10 - 20 USD
Pour le développeur
9 - 18 USD
Délais
de 1 à 3 jour(s)