Making an ea from my strategy

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 3 giorni

Specifiche

Hello,


i want to make an ea from my strategy


my strategy is


Buy:


when there are 3 red candles and after them comes green candle and after them the ninth candle in one condition, if the ninth candle one of its points at least is between the highest of the 3 red candles to the lowest of the 3 red candles then make buy order and also if the ninth candle close is not over the highest of the 3 red candles.


close all buy orders if there is new sell order and only close the orders with profit and keep the loss orders open


if the loss orders reached down for example 200 points ( make it variable ) then make new sell order with triple size of the buy order lot and make TP and SL for the new sell and if it reached TP or SL close also the buy order


...................................


Sell:


when there are 3 green candles and after them comes red candle and after them the ninth candle in one condition, if the ninth candle one of its points at least is between the highest of the 3 green candles to the lowest of the 3 green candles then make sell order and also if the ninth candle close is not lower the lowest of the 3 green candles.


close all sell orders if there is new buy order and only close the orders with profit and keep the loss orders open


if the loss orders reached up for example 200 points ( make it variable ) then make new buy order with triple size of the sell order lot and make TP and SL for the new buy and if it reached TP or SL close also the sell order



..................



add auto lot size for example i put 0.01 or 0.02 lot size for each 100 usd


thank you



Con risposta

1
Sviluppatore 1
Valutazioni
(55)
Progetti
96
40%
Arbitraggio
13
38% / 62%
In ritardo
25
26%
Gratuito
2
Sviluppatore 2
Valutazioni
(161)
Progetti
217
30%
Arbitraggio
4
50% / 25%
In ritardo
4
2%
Gratuito
3
Sviluppatore 3
Valutazioni
(2077)
Progetti
2636
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
4
Sviluppatore 4
Valutazioni
(116)
Progetti
137
36%
Arbitraggio
15
13% / 67%
In ritardo
9
7%
Gratuito
5
Sviluppatore 5
Valutazioni
(294)
Progetti
371
21%
Arbitraggio
43
60% / 23%
In ritardo
43
12%
Caricato
6
Sviluppatore 6
Valutazioni
(24)
Progetti
28
32%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(236)
Progetti
440
26%
Arbitraggio
125
21% / 57%
In ritardo
96
22%
In elaborazione
8
Sviluppatore 8
Valutazioni
(195)
Progetti
395
28%
Arbitraggio
155
20% / 52%
In ritardo
112
28%
Gratuito
9
Sviluppatore 9
Valutazioni
(100)
Progetti
125
23%
Arbitraggio
12
0% / 75%
In ritardo
22
18%
Gratuito
10
Sviluppatore 10
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
11
Sviluppatore 11
Valutazioni
(236)
Progetti
418
34%
Arbitraggio
53
36% / 40%
In ritardo
153
37%
Occupato
12
Sviluppatore 12
Valutazioni
(204)
Progetti
281
34%
Arbitraggio
34
32% / 29%
In ritardo
75
27%
In elaborazione
13
Sviluppatore 13
Valutazioni
(2)
Progetti
3
67%
Arbitraggio
0
In ritardo
0
Gratuito
14
Sviluppatore 14
Valutazioni
(21)
Progetti
35
54%
Arbitraggio
8
63% / 38%
In ritardo
1
3%
Gratuito
15
Sviluppatore 15
Valutazioni
(333)
Progetti
352
71%
Arbitraggio
4
100% / 0%
In ritardo
1
0%
In elaborazione
16
Sviluppatore 16
Valutazioni
(2422)
Progetti
3042
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
17
Sviluppatore 17
Valutazioni
(3)
Progetti
3
67%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
Ordini simili
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
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 want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
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

Informazioni sul progetto

Budget
70+ USD
Per lo sviluppatore
63 USD
Scadenze
da 1 a 3 giorno(i)