I need an Expert Advisor

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 12 horas
Comentario del Cliente
Very patient and helpful. He ranks top 5% of programmers I have worked with.I will not hesitate in giving him future jobs

Tarea técnica

I need an EA that open a first trade at market and simultaneously opens a pending order in the opposite direction at a distance to the open trade.  This is how the EA will operate:

Trade will be managed in cycles in which there will be levels. A level is a trade and a cycle contains one or more levels. The first trade is level 1, second trade is Level2, etc

First trade:

Only the first trade needs any logic.  Subsequent trades in a cycle depend on the point of first trade.

I use an oscillator to determine the first Buy/Sell.  When the oscillator signals Buy, the first Buy trade will be fired in the cycle, thereafter, the oscillator is not used in the decision for the other trades in the cycle.

How to enter a trade

Buy:

1st Buy at market with TP = 30 pips and SL = 60 pips and simultaneously

Pending Sell (Sell Stop) 30 pips below market price TP = 30 and SL = 60 pips.

Scenario 1:  If the first trade hits Take profit, that is the end of that cycle.  The EA must wait for another trading opportunity.

Scenario 2: If the first trade  moves down by 30 pips it will obviously hit the pending sell order.  It means at this stage we will have a buy and a sell open.  At that stage, a pending Buy Stop must be open 30 pips above current price with TP = 30 and SL = 60.  If price moves down by 30 pips, the following things will happen

First trade will hit stop loss @ 60 pips

Second trade will hit take profit @ 30 pips

The Pending Buy Stop will not get filled and must be deleted

Scenario 3: In this scenario we have the first trade Buy, Second trade Sell and price has moved again to fill another Buy.  It means we will have 2 buy open and one sell.  At this point, a Pending Sell Stop must be opened 30 pips away from the most current order opened.

Scenario 4, etc:  This cycle of opening a trade and simultaneously placing a pending order in the opposite direction must continue until all open orders have closed.  At that stage, the cycle has bee completed and no pending order must exist for that currency pair anymore.

 Correct working of this EA must ensure that once a trade in a cycle has hit Take profit, no other order (pending or open) must still be in existence.  This is because the SL for Buy is the TP for Sell and vice versa. The EA must delete all open order for a pair once this is achieved.

In summary

If Level1 is a buy, then level2 must be a Sell then level 3 is a Buy and Level4 is a Sell, and so on

When the first entry is fired, level2 will be a pending order. 

When Level 2 gets filled Level3 is pending

When Level 3 gets filled Level4 is pending

When Level4 gets filled Level5 is pending, etc

Lot size increment

Let the first lot size be a user input.  It should increase using the following factor, x1 represents the first trade.

X1, x3,x6,x12,x24,x48,etc.  Apart from the second trade which is 3 multiples of the one preceding it, the other trades will be double the one before it.  By coding, this should increment to infinity

Entry prices

Apart from the first entry which is determined with Trix, subsequent prices must follow a pattern well defined like this:

Level 1, Level3,Level5, Level7, Level9,(every other level) must be the same prices both for entry, Take Profit and Stop Loss. Same also for Levels 2,4,6,8,etc.

Other Issues to take into consideration

Once a take profit is hit, pending order for that currency must be deleted.

A new cycle starts once a cycle closes in profit.  Any other pending order for that pair at that time must be deleted. 

Han respondido

1
Desarrollador 1
Evaluación
(182)
Proyectos
342
42%
Arbitraje
118
12% / 73%
Caducado
104
30%
Libre
2
Desarrollador 2
Evaluación
(41)
Proyectos
160
45%
Arbitraje
16
13% / 50%
Caducado
48
30%
Libre
3
Desarrollador 3
Evaluación
(339)
Proyectos
809
73%
Arbitraje
30
33% / 37%
Caducado
194
24%
Libre
4
Desarrollador 4
Evaluación
(1235)
Proyectos
2820
80%
Arbitraje
156
22% / 43%
Caducado
488
17%
Libre
5
Desarrollador 5
Evaluación
(9)
Proyectos
20
70%
Arbitraje
1
0% / 100%
Caducado
9
45%
Libre
6
Desarrollador 6
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
7
Desarrollador 7
Evaluación
(273)
Proyectos
395
63%
Arbitraje
70
53% / 26%
Caducado
198
50%
Libre
8
Desarrollador 8
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
9
Desarrollador 9
Evaluación
(3)
Proyectos
6
17%
Arbitraje
1
100% / 0%
Caducado
0
Libre
10
Desarrollador 10
Evaluación
(49)
Proyectos
134
27%
Arbitraje
62
13% / 53%
Caducado
58
43%
Libre
11
Desarrollador 11
Evaluación
(20)
Proyectos
46
54%
Arbitraje
3
67% / 0%
Caducado
14
30%
Libre
12
Desarrollador 12
Evaluación
(4)
Proyectos
7
43%
Arbitraje
5
0% / 60%
Caducado
3
43%
Libre
13
Desarrollador 13
Evaluación
(54)
Proyectos
164
43%
Arbitraje
43
47% / 16%
Caducado
58
35%
Libre
Solicitudes similares
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
Trade Manger EA 30+ USD
Hello Programmer! I am looking to build an EA that will place my trade and manage it. Once i have manually found my setup, I will want an EA to open the trade, set the R:R and manage it according to my specifications. please take a look at the attached to get an Idea of what I would like. I will require the source code once completed
Hello there i need someone who will create a robot that will calculate the movement between buy/sell and show where to take profit the robot should work with all currency and indices including stock
EA to send account history to web request. It should send every 5 mins or when there is an update. It then sends the json to a web request where gain, drawdown, balance, equity will be displayed
I have a full strategy based on indicator and candle based on . i would like to make it into a robot which will trade for me on a specific time and specific rules. i need a person who can do this project for me. If you have done this type of job . you are most welcome for this. Apply only if you know binary trading option and binomo trading platform well and how it works

Información sobre el proyecto

Presupuesto
50 - 100 USD
Para el ejecutor
45 - 90 USD
Plazo límite de ejecución
de 3 a 7 día(s)