Very simple EA required... to place a BuyStop and SellStop order at a chosen time, each with SL and TP. Then execute accordingly.

MQL4 Experts

Trabalho concluído

Tempo de execução 1 dia
Comentário do cliente
Absolutely fantastic job. A pleasure to work with Lakshan - I recommend him absolutely 100% Thanks!
Comentário do desenvolvedor
GREAT Customer, Very understanding . I would LOVE to work with you again Matt. Thanks for the Job .

Termos de Referência

So, initially I am looking for the script/EA to backtest the simple notion as follows:

Starting from a certain TIME, if price moves X pips in one direction, it can continue to do so for another X pips.

However I would ideally like it to run as an EA which would place the orders, execute the trades and close on SL or TP. SO for the purpose of this request I have assumed the latter. If it is too difficult or expensive etc then I might rather have a simple script/EA for backtesting only.

(Possible later additions may include eg a trailing stop, or and OCO for the orders).


I'd like it to work on any major/minor currency pair at least, but preferably anything for which standard charts are available in MT4.

I am specifically looking at the DAILY timeframe at the moment but would prefer it to also work on any LOWER timeframe.


Here are the input parameters, and examples in quotations;

Timezone: "GMT+2"

Start time: "00:01"


BUYSTOP order place above initial price (pips): "20"

BUYSTOP order expires: "23:30"

SELLSTOP order place below initial price (pips): "20"

SELLSTOP order expires: "23:30"

BUY trade TP (pips): "25"

BUY trade SL (pips): "20"

[if left blank = no TP]

SELL trade TP (pips): "25"

SELL trade SL (pips): "20"

[if left blank = no SL]


LOT size: "0.1"

(Account currency "GBP")

(Account size "1000")


So, from the parameters above here is what would happen;

At 1 minute after midnight (i.e. just after a new daily candle has started) the EA would place a BUYSTOP order 20 pips above the current price and a SELLSTOP order 20 pips below the current price.

The STOPLOSS for both trades in this example would be at the opening price at 00:01.

The TAKEPROFIT for each trade is 25 pips beyond the order.


I would like it to draw a short horizontal line on the chart for the entry point, each order, each SL, each TP, and preferably be able to choose colours as input parameters. AND for these to remain on the chart.


A nice but not important extra would be a box on the chart summarising the the CURRENT orders in both pips and prices, and a risk level in both currency and % (hence the parameters above which are in brackets) e.g:


START TIME: 00:01

START PRICE: 1.20201

LOTS: 0.1

EXPIRES: 23:30


BUYSTOP:

ORDER: 1.20401 (20 pips away)

TP: 1.20651 (25 pips)

SL: 1.20201 (20 pips)

RISK: 20GBP, 2%


SELLSTOP:

ORDER: 1.20001 (20 pips away)

TP: 1.19751 (25 pips)

SL: 1.20201 (20 pips)

RISK: 20GBP, 2%



Respondido

1
Desenvolvedor 1
Classificação
(587)
Projetos
919
46%
Arbitragem
31
39% / 29%
Expirado
93
10%
Livre
3
Desenvolvedor 3
Classificação
(590)
Projetos
789
71%
Arbitragem
9
33% / 33%
Expirado
22
3%
Livre
4
Desenvolvedor 4
Classificação
(196)
Projetos
200
28%
Arbitragem
0
Expirado
3
2%
Trabalhando
5
Desenvolvedor 5
Classificação
(365)
Projetos
412
36%
Arbitragem
35
26% / 57%
Expirado
63
15%
Livre
7
Desenvolvedor 7
Classificação
(362)
Projetos
496
39%
Arbitragem
27
56% / 4%
Expirado
53
11%
Livre
8
Desenvolvedor 8
Classificação
(196)
Projetos
318
35%
Arbitragem
64
13% / 56%
Expirado
82
26%
Livre
9
Desenvolvedor 9
Classificação
(563)
Projetos
932
47%
Arbitragem
301
59% / 25%
Expirado
124
13%
Trabalhando
10
Desenvolvedor 10
Classificação
(117)
Projetos
138
41%
Arbitragem
30
7% / 77%
Expirado
17
12%
Livre
11
Desenvolvedor 11
Classificação
(48)
Projetos
73
37%
Arbitragem
22
9% / 41%
Expirado
14
19%
Trabalhando
12
Desenvolvedor 12
Classificação
(879)
Projetos
1392
67%
Arbitragem
117
32% / 42%
Expirado
215
15%
Livre
14
Desenvolvedor 14
Classificação
(14)
Projetos
23
17%
Arbitragem
3
0% / 100%
Expirado
5
22%
Livre
15
Desenvolvedor 15
Classificação
(1853)
Projetos
3455
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Livre
16
Desenvolvedor 16
Classificação
(5)
Projetos
14
86%
Arbitragem
2
0% / 100%
Expirado
1
7%
Livre
17
Desenvolvedor 17
Classificação
(2422)
Projetos
3042
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
18
Desenvolvedor 18
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
19
Desenvolvedor 19
Classificação
(188)
Projetos
212
58%
Arbitragem
9
11% / 89%
Expirado
8
4%
Livre
20
Desenvolvedor 20
Classificação
(94)
Projetos
148
59%
Arbitragem
16
38% / 13%
Expirado
25
17%
Livre
Pedidos semelhantes
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

Informações sobre o projeto

Orçamento
30 - 300 USD
Desenvolvedor
27 - 270 USD