EA opening opposite pending orders

MQL4 エキスパート

仕事が完了した

実行時間27 分

指定

I need an EA for currencies on MT4, which upon activation (without any further signals) opens a pair of pending orders: A buy stop a specific distance (in %) above the current bid price and a sell stop the same distance (in %) below the current ask price. For both of these stop loss and take profit orders are placed. 
Once one of the orders is opened, the other one is deleted. The whole process starts again from the beginning, as soon as the open position is closed or if neither the level for the buy stop nor the sell stop has been reached after a certain period of time.
New orders should only be opened in a defined timeframe (for example from 9 am to 9 pm). The lot size is to be set automatically to a value, so that upon opening of one of the orders a given percentage of the available capital equals the margin.  (10000 € available capital, percentage=40%, margin=4000 €, margin rate = 3,33%, current price(EURUSD)=1,085 => lot size=1,11)

For example:
EURUSD is currently trading at 1,0841/1,0850. Distance for the order levels is 0.001%, Distance for take profit is 0,0008%, for stop loss 0,0004 points. 
=> Order level for the buy stop/long order is at 1.08609 with take profit/stop loss at 1,08696/1,08569.
=> Order level for the sell stop/short order is at 1,08302 with take profit/stop loss at 1,08216/1,08342.
  • If after the waiting period of 90 minutes neither a price of 1.08609 nor 1,08302 has been reached, the orders ar canceled and a new pair of orders is created according to then current prizes.
  • If a price of 1.08609 (for the buy stop/long order) is reached and the position is opened, the sell stop/short order is immediatley deleted. ...and the other way round, if the short position is opened.
  • As soon as the opened position is closed by reaching the take profit or stop loss level, a new pair of orders is created according to then current prizes.


The variables needed are:
- distance of the order leverls above and below the current prices. Input of the variable should be in percent. (for example 0.00085%)
- distance of take profit above or below the order levels. Input of the variable should again be in percent.
- distance of stop loss above or below the order levels. Input of the variable should bei in points. (for example 0.00055)
- the waiting period, after which unopened orders are deleted (in minutes)
- percentage of available capital, that is to be put up as margin. ( e.g. 45 %)
- (mr: margin rate - if MT cant't automatcally determine the margin rate, so that the lot size can be calculated, e.g. 3,33% for most forex)
- earliest hour for opening trades
- latest hour for opening trades (both hours in 24h-format)

応答済み

1
開発者 1
評価
(10)
プロジェクト
13
46%
仲裁
1
100% / 0%
期限切れ
0
2
開発者 2
評価
(68)
プロジェクト
81
11%
仲裁
12
67% / 25%
期限切れ
5
6%
3
開発者 3
評価
(155)
プロジェクト
260
15%
仲裁
17
41% / 41%
期限切れ
14
5%
多忙
4
開発者 4
評価
(27)
プロジェクト
32
16%
仲裁
4
25% / 75%
期限切れ
5
16%
5
開発者 5
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
6
開発者 6
評価
(74)
プロジェクト
121
43%
仲裁
12
33% / 50%
期限切れ
17
14%
7
開発者 7
評価
(34)
プロジェクト
42
33%
仲裁
4
0% / 25%
期限切れ
8
19%
仕事中
8
開発者 8
評価
(43)
プロジェクト
68
47%
仲裁
1
0% / 0%
期限切れ
1
1%
仕事中
9
開発者 9
評価
(10)
プロジェクト
15
27%
仲裁
3
67% / 33%
期限切れ
0
10
開発者 10
評価
(439)
プロジェクト
545
25%
仲裁
21
38% / 38%
期限切れ
83
15%
11
開発者 11
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
12
開発者 12
評価
(266)
プロジェクト
402
63%
仲裁
5
40% / 0%
期限切れ
4
1%
仕事中
13
開発者 13
評価
(565)
プロジェクト
638
41%
仲裁
21
57% / 29%
期限切れ
45
7%
取り込み中
14
開発者 14
評価
(540)
プロジェクト
1317
59%
仲裁
28
82% / 0%
期限切れ
10
1%
15
開発者 15
評価
(465)
プロジェクト
493
52%
仲裁
10
60% / 20%
期限切れ
3
1%
16
開発者 16
評価
(11)
プロジェクト
16
6%
仲裁
3
33% / 67%
期限切れ
0
17
開発者 17
評価
(366)
プロジェクト
459
40%
仲裁
82
35% / 33%
期限切れ
13
3%
取り込み中
18
開発者 18
評価
プロジェクト
0
0%
仲裁
2
0% / 100%
期限切れ
0
19
開発者 19
評価
(67)
プロジェクト
74
7%
仲裁
31
10% / 58%
期限切れ
6
8%
仕事中
20
開発者 20
評価
(118)
プロジェクト
169
38%
仲裁
9
78% / 11%
期限切れ
15
9%
仕事中
21
開発者 21
評価
(555)
プロジェクト
922
48%
仲裁
300
59% / 25%
期限切れ
123
13%
仕事中
22
開発者 22
評価
(2367)
プロジェクト
2975
65%
仲裁
76
47% / 14%
期限切れ
340
11%
23
開発者 23
評価
(309)
プロジェクト
330
70%
仲裁
4
100% / 0%
期限切れ
1
0%
仕事中
類似した注文
I have an EA that has a nasty drawdown but otherwise is quite profitable. I am looking for a developer who can improve the drawdown by closing or hedging the older open orders. You'll need to supply a demo showing that you've solved this problem rather than just claiming that you can fix it
dear developers.i want to modify my custom indicator by adding new rules for alerts and arrows,the indicator is based upon some trend following rules and the indicator should be able to send out all types of alerts.i will need demonstration...thank you
Looking for a developer of profitable EA tested for over 2 or more years time history of profits with investors read me only access as proof of usage. MT4 or MT5
Adjust MY Hedging EA 30 - 40 USD
1. Need averaging TP for my hedging EA. (Close both Buy and Sell position with TP) 2. Add function auto/manual entry. (EA will entry based on manual position(placed by trader) or auto trade based on existing setting)
I have a robot set up that sends trading signals to my telegram group and the group sends trading signals for (28 forex pairs, 3 crypto pairs, 6 commodities, 6 indexes, & 55 stocks) basically almot 100 CFDs and sends out trend price action breakout, impulse, reversal, and exit indications to each one of those CFDs on different timeframes. I want to make it so that a person can sign up and choose which alerts they
I am in search of a skilled robot developer to craft a Martingale with Hedge strategy algorithm. The ideal candidate will possess deep expertise in algorithmic trading, proficiency in programming languages, and a keen understanding of financial markets. The role entails designing and implementing an automated system capable of effectively executing the Martingale strategy while integrating a hedge mechanism to manage
Create an EA zigzag 40 - 80 USD
Zigzag EA sends notify on MT4 mobile app indicator have 2 Conditions all are explained in the pictures accurately and clearly https://drive.google.com/file/d/10Y6SrvC2A7RTT_baAJ7vOKytTDaUvRRQ/view?usp=sharing Warning: Do not send me a notification if your offer is higher than $ 100 because I did the project twice for less than $60 And I want to do the project now because there are mistakes on my part that I want to
Hello developers, Thanks in advance for checking my order. I have been creating and trying to mastering this strategies for a long time and finally it's time to automate it. I’m not sure if everything I imagined can be done. I tried my best to explain whats needed for the ea and how it should performance but due my lack of knowledge in programming probably you will have some questions soo feel free to ask.. Only
MA Crossover EA 30+ USD
I need someone to create an MA crossover EA. This program should be able to trade the crosses. We would be using the MA indicators to make decisions about buying and selling stocks or other assets. The MA crossover would help me invest my money more effectively by automatically executing trades based on these indicators. If you can create this program, please let me know as I am interested in working with you
MT4 EA 30+ USD
I have project for expert developer here.. The task is to make the EA take trades using the indicator upper line and the lower line to take trades. When the upper line appears on the chart I need the EA to take a sell at that point. Then when the lower line shows up I need the seel trade to close. The same concept applies for the lower line. I need the EA to take a buy trade when the lower line appears and close when

プロジェクト情報

予算
70 - 110 USD
VAT(付加価値税) (19%): 13.3 - 20.9 USD
合計: 83.3 - 130.9 USD
開発者用
63 - 99 USD
締め切り
最高 14 日