Expert Advisor for MT4

MQL4 エキスパート

指定

The idea is to be able to create trading sequences by accumulating positions.

The opening of the positions is conditional on the previous position.


Example :

Position 1à I place a sell limit order eurusd 1.0315 with SL of 1.0320

2 possibilities :

- The position stops à automatically a new order at 1.0315 with SL of 1.0320 is set up

- The market goes down 5 points (1.0310) I open a new position (2) sell 1.0310 with SL 1.0315

 

Position 2 à it is now open at 1.0310 and SL 1.0315 (in addition to position 1 of 1.0315 and SL of 1.0320

3 possibilities:

- The position is stopped à automatically a new order at 1.0310 with SL of 1.0315 is set up

- The market goes up strongly my 2 positions are stopped (so SL at 1.0315 and 1.0320), I automatically replace the scenario of the first position à automatically a new order at 1.0315 with SL of 1.0320 is put in place

- The market continues to descend a 3rd position opens at 1.0305 and SL 1.0310

 

Position 3 à so on ………

 

So I need the robot that allows me to set my conditions:

-Number of positions per sequence

- setting of rate deviations for opening the next position (independent for each position)

-Automatic SL for each position

-Automatic TP

- stop the robot to take the manual hand to change the SL when I want

- be able to make different settings for each product EURUSD – XAUD ….

 

 

Example :

Scenario 1

position

price

SL

situation

 

1

1.0315

1.0320

we start again as soon as we get stopped to reopen same position

Scenarion 2

position

price

SL

situation

 

1

1.0315

1.0320

step down 5 points

 

2

1.0310

1.0315

we get stopped we start again the 2nd position, if first stop we come back scenario 1

scenario 3

position

price

SL

situation

 

1

1.0315

1.0320

step down 5 points

 

2

1.0310

1.0315

step down 5 points

 

3

1.0305

1.0310

we get stopped we start again the 3rd position, if position 2 stop we come back scenario 2

 

 

scenario 4

scenario 5

scenario 6

scenario 7

scenario 8

scenario 9

scenario 10

scenario 11

 

Thanks

David

応答済み

1
開発者 1
評価
(588)
プロジェクト
920
46%
仲裁
31
39% / 29%
期限切れ
93
10%
仕事中
2
開発者 2
評価
(196)
プロジェクト
200
28%
仲裁
0
期限切れ
3
2%
仕事中
3
開発者 3
評価
(255)
プロジェクト
312
37%
仲裁
6
50% / 17%
期限切れ
7
2%
4
開発者 4
評価
(237)
プロジェクト
419
34%
仲裁
53
36% / 40%
期限切れ
154
37%
取り込み中
5
開発者 5
評価
(568)
プロジェクト
641
41%
仲裁
21
57% / 29%
期限切れ
47
7%
仕事中
6
開発者 6
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
7
開発者 7
評価
(166)
プロジェクト
168
77%
仲裁
2
100% / 0%
期限切れ
0
8
開発者 8
評価
(119)
プロジェクト
169
38%
仲裁
9
78% / 22%
期限切れ
15
9%
9
開発者 9
評価
(236)
プロジェクト
440
26%
仲裁
125
21% / 57%
期限切れ
96
22%
仕事中
10
開発者 10
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
11
開発者 11
評価
(548)
プロジェクト
1330
59%
仲裁
28
82% / 0%
期限切れ
10
1%
12
開発者 12
評価
(73)
プロジェクト
85
56%
仲裁
0
期限切れ
0
13
開発者 13
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
類似した注文
I want to convert a small script from mql5 to pinescript of tradingview. The final script must work fine in tradingview, i will test it first if its ok i pay the developper. Script wil be send to developper in private because i cant post it here. If you have question you can ask me. Tnaks
MT4 EA Trade one zigzags 100 - 150 USD
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing
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

プロジェクト情報

予算
100+ USD
開発者用
90 USD