An Expert Advisor based on swing highs and swing lows

MQL4 Experts

Spécifications

Good day 


I am looking to create an expert advisor specific for currencies , which sells when the price reaches the high of the previous day and buys when it reaches the low of the previous , really simple and straightforward . 


The stop loss shall be placed above the market entry by 35 pips and the take profit is 4 pips . 


There will be also some guidelines required regarding the trading time of the EA since i do not want it to be operating overnight . 


If the price goes over or under the high/low price of the previous day before the trading time of the EA starts then no trade shall take place this day .


Thank you 

Répondu

1
Développeur 1
Évaluation
(39)
Projets
55
13%
Arbitrage
5
20% / 20%
En retard
6
11%
Gratuit
2
Développeur 2
Évaluation
(173)
Projets
201
49%
Arbitrage
18
11% / 44%
En retard
1
0%
Gratuit
3
Développeur 3
Évaluation
(3)
Projets
4
50%
Arbitrage
1
100% / 0%
En retard
2
50%
Gratuit
4
Développeur 4
Évaluation
(16)
Projets
19
11%
Arbitrage
3
0% / 100%
En retard
2
11%
Gratuit
5
Développeur 5
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
6
Développeur 6
Évaluation
(96)
Projets
143
76%
Arbitrage
0
En retard
2
1%
Gratuit
7
Développeur 7
Évaluation
(356)
Projets
632
26%
Arbitrage
89
73% / 13%
En retard
12
2%
Gratuit
8
Développeur 8
Évaluation
(2411)
Projets
3028
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Gratuit
9
Développeur 9
Évaluation
(253)
Projets
406
38%
Arbitrage
84
43% / 19%
En retard
70
17%
Travail
10
Développeur 10
Évaluation
(12)
Projets
14
14%
Arbitrage
1
0% / 100%
En retard
3
21%
Gratuit
11
Développeur 11
Évaluation
(590)
Projets
789
71%
Arbitrage
9
33% / 33%
En retard
22
3%
Gratuit
12
Développeur 12
Évaluation
(263)
Projets
537
50%
Arbitrage
55
40% / 36%
En retard
224
42%
Travail
13
Développeur 13
Évaluation
(445)
Projets
504
33%
Arbitrage
25
40% / 48%
En retard
7
1%
Chargé
14
Développeur 14
Évaluation
(408)
Projets
536
75%
Arbitrage
9
44% / 0%
En retard
24
4%
Gratuit
15
Développeur 15
Évaluation
(1085)
Projets
1434
45%
Arbitrage
48
73% / 13%
En retard
35
2%
Travail
16
Développeur 16
Évaluation
Projets
1
0%
Arbitrage
0
En retard
1
100%
Gratuit
17
Développeur 17
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
18
Développeur 18
Évaluation
(135)
Projets
163
40%
Arbitrage
11
27% / 73%
En retard
25
15%
Gratuit
19
Développeur 19
Évaluation
(2067)
Projets
2625
62%
Arbitrage
113
45% / 26%
En retard
418
16%
Chargé
20
Développeur 20
Évaluation
(87)
Projets
114
26%
Arbitrage
7
29% / 57%
En retard
5
4%
Gratuit
21
Développeur 21
Évaluation
(66)
Projets
143
34%
Arbitrage
10
10% / 60%
En retard
26
18%
Gratuit
Commandes similaires
I'm looking for an experienced developer to convert a TradingView indicator script into an MT4 (MetaTrader 4) compatible format. The script, written in Pine Script version 5, includes custom indicators and graphical elements such as lines, boxes, and labels that we need to be accurately replicated in MT4
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The

Informations sur le projet

Budget
50 - 150 USD
Pour le développeur
45 - 135 USD
Délais
de 1 à 10 jour(s)