Prabu-EA

MQL4 Asesores Expertos

Tarea técnica

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

Han respondido

1
Desarrollador 1
Evaluación
(47)
Proyectos
140
49%
Arbitraje
9
56% / 0%
Caducado
27
19%
Libre
2
Desarrollador 2
Evaluación
(461)
Proyectos
902
77%
Arbitraje
25
16% / 68%
Caducado
100
11%
Libre
3
Desarrollador 3
Evaluación
(71)
Proyectos
254
53%
Arbitraje
16
50% / 38%
Caducado
83
33%
Libre
4
Desarrollador 4
Evaluación
(182)
Proyectos
342
42%
Arbitraje
118
12% / 73%
Caducado
104
30%
Libre
5
Desarrollador 5
Evaluación
(195)
Proyectos
395
28%
Arbitraje
155
20% / 52%
Caducado
112
28%
Libre
6
Desarrollador 6
Evaluación
(169)
Proyectos
218
50%
Arbitraje
6
17% / 67%
Caducado
11
5%
Libre
7
Desarrollador 7
Evaluación
(490)
Proyectos
1016
58%
Arbitraje
29
28% / 24%
Caducado
132
13%
Libre
8
Desarrollador 8
Evaluación
(18)
Proyectos
37
43%
Arbitraje
6
17% / 50%
Caducado
17
46%
Libre
9
Desarrollador 9
Evaluación
(82)
Proyectos
150
29%
Arbitraje
9
44% / 11%
Caducado
46
31%
Libre
10
Desarrollador 10
Evaluación
(548)
Proyectos
1330
59%
Arbitraje
28
82% / 0%
Caducado
10
1%
Libre
11
Desarrollador 11
Evaluación
(2)
Proyectos
5
20%
Arbitraje
2
50% / 0%
Caducado
0
Libre
12
Desarrollador 12
Evaluación
(44)
Proyectos
128
66%
Arbitraje
10
20% / 60%
Caducado
35
27%
Libre
13
Desarrollador 13
Evaluación
(1)
Proyectos
3
33%
Arbitraje
2
0% / 100%
Caducado
1
33%
Libre
14
Desarrollador 14
Evaluación
Proyectos
1
0%
Arbitraje
0
Caducado
1
100%
Libre
15
Desarrollador 15
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
16
Desarrollador 16
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
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)

Información sobre el proyecto

Presupuesto
40 - 90 USD
Para el ejecutor
36 - 81 USD
Plazo límite de ejecución
de 3 a 7 día(s)