Prabu-EA

MQL4 Experts

Termos de Referência

If anybody is interested in developing the code for this EA, which needs to run in MT4 platform, Please give your quote.

External Selections:

Currency Pair:

Lot:   e.g. (from (0.01) (1000 Unit))

Time Frame:

No. of Bars / candlestick:

Stop:   e.g.Distance from MVG (PIPS in 5 decimals: 0.00010):

Target:

Trailing Stop:

Buy only:

Sell only:

Buy & Sell:

Strategy Overview:

EA should accommodate any currency pair, any lot size (units also), any time frame (even from 1 minute TF) and only buys or sells or both as per the external selection. Trailing stop (TS) based on the Distance from MVG. (PIPS in 5 decimals: 0.00010)

Only one currency pair should allow to trade as per the selection.

  1. Only one position at a time. E.g Buy or Sell.
  2. Trailing stop and Reverse Order should be at the same rate always. That means, if Trailing stop triggers, simultaneously Reverse entry order should also trigger. i.e. Trailing Stop and Reverse orders should be independent, one order for Trailing stop and other for Reverse order. After Reverse order triggered, again Reverse order should have Trailing stop order. It should be a continuous process.
  3. Trailing Stop orders should place separately as some of the Brokers do not allow Trailing stop orders placed together.

EA Conditions:

E.g. Simple Moving Average (SMA) is 100 and Time Frame (chart) 1 Hour for EURUSD pair.  SMA Price is 1.42505 and the Distance from MVG (external Value) is 0.00100 (PIPS in 5 decimals).

1. EA should confirm first that there is no open position before placing fresh orders.  If there is any open position, e.g. Long Open position, EA should place only Stop Loss (sell) order and a Reverse order (sell) as per the below conditions.

2. For New order EA should place a BUY order at 1.42605 (1.42505 + 0.00100) and immediately place Trailing Stop (TS) order (SELL) at 1.42405 (1.42505 – 0.00100) and a SELL order at 1.42405 (1.42505 - 0.00100) and immediately place Trailing Stop (TS) order (BUY) at 1.42605 (1.42505 + 0.00100).

3. If Buy order triggered, Trailing stop order and Reverse order must always be on the SMA Price. E.g If the SMA rate was changed to 1.42755 by next 1 hour, TS (SELL) should be (1.42755 - 0.00100) = 1.42655 and SELL order should be (1.42755 – 0.00100) = 1.4265 and its Trailing Stop (BUY) should be (1.42755 + 0.00100) = 1.42855.

4. If the first BUY order Trailing Stop triggered and position closed, simultaneously SELL order also be triggered and SELL position opens with a Trailing Stop.  EA should open n BUY order, as the previous BUY order is closed. Like this, EA should continuously open orders. (That means, always there should be an open position with a Trailing Stop and a reverse order with a Trailing Stop.)

5. A very important point is that the Trailing Stop which is initially placed should always move in favour, even if SMA moves in the opposite direction. That means, BUY order triggered at 1.42605 and Trailing Stop is 1.42405, if the SMA is 1.42505. After opening the position SMA moves to 1.42455, actual Trailing Stop is 1.42355 (1.42455 – 0.00100), this should NOT be allowed as this will increase the loss from 20 pips to 25 pips and more. Maximum Stop Loss should always be 20 pips. Trailing Stop should always move in favor and not in opposite direction. Reverse order should also have the same logic as Trailing Stop and Reverse order rates are always the same.

6. EA should have Money Manager.

If any clarification, please contact email: sprabusg@gmail.com

Thanks & regards

Prabu

Respondido

1
Desenvolvedor 1
Classificação
(47)
Projetos
140
49%
Arbitragem
9
56% / 0%
Expirado
27
19%
Livre
2
Desenvolvedor 2
Classificação
(461)
Projetos
902
77%
Arbitragem
25
16% / 68%
Expirado
100
11%
Livre
3
Desenvolvedor 3
Classificação
(71)
Projetos
254
53%
Arbitragem
16
50% / 38%
Expirado
83
33%
Livre
4
Desenvolvedor 4
Classificação
(182)
Projetos
342
42%
Arbitragem
118
12% / 73%
Expirado
104
30%
Livre
5
Desenvolvedor 5
Classificação
(195)
Projetos
395
28%
Arbitragem
155
20% / 52%
Expirado
112
28%
Livre
6
Desenvolvedor 6
Classificação
(169)
Projetos
218
50%
Arbitragem
6
17% / 67%
Expirado
11
5%
Livre
7
Desenvolvedor 7
Classificação
(490)
Projetos
1016
58%
Arbitragem
29
28% / 24%
Expirado
132
13%
Livre
8
Desenvolvedor 8
Classificação
(18)
Projetos
37
43%
Arbitragem
6
17% / 50%
Expirado
17
46%
Livre
9
Desenvolvedor 9
Classificação
(82)
Projetos
150
29%
Arbitragem
9
44% / 11%
Expirado
46
31%
Livre
10
Desenvolvedor 10
Classificação
(548)
Projetos
1330
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
11
Desenvolvedor 11
Classificação
(2)
Projetos
5
20%
Arbitragem
2
50% / 0%
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(44)
Projetos
128
66%
Arbitragem
10
20% / 60%
Expirado
35
27%
Livre
13
Desenvolvedor 13
Classificação
(1)
Projetos
3
33%
Arbitragem
2
0% / 100%
Expirado
1
33%
Livre
14
Desenvolvedor 14
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
1
100%
Livre
15
Desenvolvedor 15
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
16
Desenvolvedor 16
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
I need A Ea For Parabolic SAR With Default Settings And That Ea Including Take Profit And Stoploss Levels. Take profit : 50 points Stop loss : 50 points I have been seen that ea in Mql5 Market I tested it but that ea stop loss and take profits not activated that's why I came here I need a demo for testing process if you gave demo 1st and I will set you as a person to create a ea
Modifying an expert advisor written in mql5 and adding new indicators to it. The result must work both on strategy testing and on live, with no compilation errors and no warnings
see trade open on every tick seconde ok forex pair us us30 if is current running at 40170.00 so open 2 trade buy stop and sell stop both in every tick pending order of buy stop will 40171.00 and sell stop pending order will be 40169.00 buy stop will open at 40171.00 and tp will be 40173.00 and SL will be 40169.50 ok if buy stop hit sell stop order automatically will be close now if sell stop order open at 40169.00 so
Hi, I have an indicator from my friend, I want to copy it to MT5 can you do that for me. Here is the link
I'm seeking assistance in developing a sophisticated trading robot with the following features: Core strategy: Harmonic pattern recognition Supply and demand analysis Fibonacci zigzag for trade optimization Additional components: News filter Dashboard for easy monitoring Customizable settings: Lot size Trailing stop Trading session parameters Maximum number of orders Option to use market or limit orders Resources
1. Add Feature For (SPREAD) Normal trading Hours Spread or User set trading Hours Spread True or false Set to true or False When set to true EA will only create or develop a trade if spread is in this window allowing it to and EA will follow a window in which it can trade based on spread so if spread is to high and outside of this window it will not create a trade It
Hi, I have an indicator from my friend, I want to copy it to MT5 can you do that for me. Here is the link
Hi, I have a working MQ4 EA (With a few warnings but works fine), I need the warnings cleared and converted to MQ5. But I would also like a few improvements first. Firstly: Fix warnings in MT4 code (return value of 'OrderSelect'/'OrderModify' should be checked). Add following features: Magic number modifiable variable (It's currently hard coded) Is it possible to have a stop loss dollar amount instead of lots if
i create a robot which help with order blocks and detection of spikes ....simply it analyses the market for you and if you are using it you wont need much skill to start operating it well you just need to know and understand how it works
I need an experienced programmer to create an automated EA that will open trades based on different candle stick formation strategies and indicators. The EA will first scan the market, find a current market trend and define area of support and resistance. On ranging market the EA doesn’t place trades . (1) EA should use a straddle strategy from either the S/R level, (2) indecision Doji candle from the S/R area, (3)

Informações sobre o projeto

Orçamento
40 - 90 USD
Desenvolvedor
36 - 81 USD
Prazo
de 3 para 7 dias