Simple_AutoScaler

MQL4 Asesores Expertos

Tarea técnica

Either manual or robot initiates A pending buy position is opened at 10:00.00Hrs order /ticket number 312098 lot 0.01 price 1.23400 expiration time 13:00.00Hrs

Market price is 1.23080 at 10:00.00Hrs

Fifteen minutes later 10:15.00Hrs market price reaches and activates pending buy position entry price.

The EA being requested should be able to do as follows to when an example of the above happens:

The EA should be able to place a maximum of five pending orders. The five pending orders that can be placed should be subdivided into two categories. Category A having ability for placing two pending orders and Category B having ability for placing three pending orders.

EA should have input parameter for each pending order to be opened.

1-      Distance in pips from initial buy position in our example order/ticket number 312098

2-      Stop Loss  Take Profit Break Even for the pending order

3-      Lot

4-      Timing

 Category A pending orders should be placed at once or immediately that the initial manual pending order is placed. Category A pending order should close also if the initial manual pending order expires or closes.

Category B pending orders should wait for market price to activate the initial manual pending order. Once the initial pending order is activated, Category B pending orders should be placed thirty or sixty seconds from the initial buy pending order having been activated by market price.

FOLLOWING THE PENDING BUY ORDER EXAMPLE STATED ABOVE, BELOW PARAMETERS ARE INPUT INTO EA

Example pending order No.1 is to 4 pips with SL 14 TP20 BE 12 lot0.02 CATEGORY B

Pending order No.2 is be 5 pips with SL 17 TP20 BE 12 lot0.02 CATEGORY B

Pending order No.3 is to be 7pips with SL20  TP 20 BE 12 lot0.02 CATEGORY B

PendingorderNo4 is to be 60pip with SL20 TP 150 BE 0 lot 0.01  CATEGORY A

PendingorderNo5 is to be 90pip with SL20 TP 150 BE 0 lot 0.01  CATEGORY A

 

Following our example set

 

PO 1 =1.23440 lot 0.02 SL 1.23300 to be placed at10:15.30

PO 2=1.23450 lot 0.01 SL 1.23280 to be placed at 10:15.30

PO 3=1.23470 lot 0.03 SL 1.23170 to be placed at 10:15.30

 PO 4 =1.24000 LOT 0.01 SL 1.23980 to be placed at 10:00.00

PO 5=1.24300  lot 0.01 SL 1.24280 to be placed at 10:00.00

 

Should market price Retraces sharply and going below the entry price of order number 312098 and knocking out the Stop Losses of the activated PO1/2/3/4/5. The EA should place new pending orders in the same price the earlier ones have been knocked out from. Let us say the time the above PO’s knocked out is 11:22.13

 

Example the above Pending Orders are repeated.

PO 1 =1.23440 lot 0.02 SL 1.23300 to be placed at11:22.43

PO 2=1.23450 lot 0.01 SL 1.23280 to be placed at 11:22.43

PO 3=1.23470 lot 0.03 SL 1.23170 to be placed at 11:22.43

If PO4/5 were activated and stopped they should be placed

 

If market price continues retracing until it also knocks out the initial buy position order number 312098 then any pending orders relating to this order number should also close.

 

Han respondido

1
Desarrollador 1
Evaluación
(339)
Proyectos
809
73%
Arbitraje
30
33% / 37%
Caducado
194
24%
Libre
2
Desarrollador 2
Evaluación
(769)
Proyectos
1033
44%
Arbitraje
50
8% / 50%
Caducado
117
11%
Libre
3
Desarrollador 3
Evaluación
(2422)
Proyectos
3042
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
4
Desarrollador 4
Evaluación
(71)
Proyectos
156
44%
Arbitraje
22
41% / 14%
Caducado
16
10%
Libre
5
Desarrollador 5
Evaluación
(362)
Proyectos
504
40%
Arbitraje
147
18% / 72%
Caducado
98
19%
Ocupado
6
Desarrollador 6
Evaluación
(548)
Proyectos
1330
59%
Arbitraje
28
82% / 0%
Caducado
10
1%
Libre
7
Desarrollador 7
Evaluación
(1853)
Proyectos
3455
88%
Arbitraje
73
40% / 15%
Caducado
265
8%
Libre
8
Desarrollador 8
Evaluación
(2077)
Proyectos
2636
61%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabaja
9
Desarrollador 9
Evaluación
(34)
Proyectos
80
34%
Arbitraje
13
31% / 54%
Caducado
19
24%
Libre
10
Desarrollador 10
Evaluación
(219)
Proyectos
370
42%
Arbitraje
145
17% / 41%
Caducado
124
34%
Libre
11
Desarrollador 11
Evaluación
(90)
Proyectos
159
61%
Arbitraje
40
18% / 63%
Caducado
70
44%
Libre
12
Desarrollador 12
Evaluación
(62)
Proyectos
140
46%
Arbitraje
19
42% / 16%
Caducado
32
23%
Libre
13
Desarrollador 13
Evaluación
(118)
Proyectos
201
42%
Arbitraje
44
9% / 68%
Caducado
47
23%
Libre
Solicitudes similares
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time

Información sobre el proyecto

Presupuesto
20 - 25 USD
Para el ejecutor
18 - 22.5 USD
Plazo límite de ejecución
de 2 a 4 día(s)