Simple_AutoScaler

MQL4 专家

指定

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.

 

反馈

1
开发者 1
等级
(339)
项目
809
73%
仲裁
30
33% / 37%
逾期
194
24%
空闲
2
开发者 2
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
3
开发者 3
等级
(2370)
项目
2978
65%
仲裁
76
47% / 14%
逾期
340
11%
空闲
4
开发者 4
等级
(71)
项目
156
44%
仲裁
22
41% / 14%
逾期
16
10%
空闲
5
开发者 5
等级
(362)
项目
501
41%
仲裁
145
17% / 73%
逾期
98
20%
繁忙
6
开发者 6
等级
(541)
项目
1318
59%
仲裁
28
82% / 0%
逾期
10
1%
工作中
7
开发者 7
等级
(1847)
项目
3447
88%
仲裁
73
40% / 15%
逾期
264
8%
工作中
8
开发者 8
等级
(2047)
项目
2598
62%
仲裁
112
45% / 26%
逾期
417
16%
工作中
9
开发者 9
等级
(34)
项目
80
34%
仲裁
13
31% / 54%
逾期
19
24%
空闲
10
开发者 10
等级
(219)
项目
370
42%
仲裁
145
17% / 41%
逾期
124
34%
空闲
11
开发者 11
等级
(90)
项目
159
61%
仲裁
40
18% / 63%
逾期
70
44%
空闲
12
开发者 12
等级
(62)
项目
140
46%
仲裁
19
42% / 16%
逾期
32
23%
空闲
13
开发者 13
等级
(118)
项目
201
42%
仲裁
44
9% / 68%
逾期
47
23%
空闲
相似订单
Requesting to update article code to work with latest terminal version. Please refer to article before approaching. Article: https://www.mql5.com/en/articles/3215 Require you to please update and send new source code files back. Thank you
Requirements for programming a custom Expert Advisor (EA) for MetaTrader 5 (MT5) Summary: The following requirements describe the features and functionalities that the custom Expert Advisor for MT5 should have, including integration of functions from the POW Banker EA, trade closure options, filter and signal configuration, control panel, and specific protections. Integration of functions from the POW Banker EA: a
I have a indicator that I want to make a EA for it uses 2 moving averages to trade from I want it to have risk management dashboard features to it as well please apply if you can make good mt5 EA's and lets work
Indicators: Bollinger bands with option for adjusting the following inputs (but by default use default bb settings) Period: 20 Deviation: 2 Shift: 0 Apply to (Close) Candle criteria for entry: Sell: 1. At close of candle, the high of candle is exactly at or above the upper bollinger line price 2. Distance between candle close price and candle high price must be the same or less than the distance between candle
i currently have a indicator system that i would like modified to be able to open buy/sell trades when it has the corresponding signal. i would like to be able to adjust stoploss and takeprofit levels. i would also like it to have customisable trailling stop
ICT FVG EA 30+ USD
I need a developer who is familiar with FVG and ICT trading techniques. The EA will trade based off of Asia, London, and Pre-NY High/Low values and then place trades at specific times depending if a FVG is established. I have two videos to present to potential developers that will detail the strategy and EA
Hello I want to make a EA that uses 2 moving averages and a moving average cross to enter trades along with the Moving average indicator I want to add these buttons in this image for risk management I have a moving average indicator that I would like this EA to use this is the inputs I would like the EA to have list of things I need fixed (More then half of this is already coded in) #.1 I need the EA to take trades
Epic1776 50+ USD
I'm want to dip my toe in the water and see how it goes. I have very little money to start however plan to invest any profits I make back into these penny stocks
i only trade on gbpusd using a supply & demand combined with M & W patterns. entry criteria for a buy would maily consists of price being at a support of round number price example: 1.23000 , 1.23500, 1.24000 & so fourth as long as it is around a round price with a difference of 500 points or 50 pips with a stoploss of a maximum 25 pips e.g entry price will be at a round number of say maybe 1.23000 as an example and
Forex Expert Advisor (EA) Outline: 1. Initialization: Import necessary libraries and set up the trading environment. Define parameters such as the period for moving average (21 in this case). 2. Define Functions: Function to check Williams Percent Range (WPR) conditions for opening trades. Function to check Commodity Channel Index (CCI) conditions for opening trades. Function to check Moving Average (MA) conditions

项目信息

预算
20 - 25 USD
开发人员
18 - 22.5 USD
截止日期
 2  4 天