EA Order positions

MQL4 エキスパート

指定

Hello,
I would like an Expert Advisor that positions orders Buy / Sell based on the parameters set.
The parameters that can be set to be the following:
- Initial price
- Lots
- Range in pips between orders
- Take profit
- Magic number (to avoid conflicts with other EA or manual orders)
- Number of orders (indicates the number of orders that must be positioned, above and below the initial price)

For example, assuming the market EUR / USD:
- Initial price: 1.20000
- Lots: 0.01
- Range in pips between the orders: 50
- Take profit: 50
- Magic number: 20152015
- Number of orders: 10

As long as the current price is higher than the initial price, the EA should place orders Sell Limit and Sell Stop every 50 pips from the initial price. Each order must have a TP of 50 pips.
As long as the current price is (or becomes) lower than or equal to the initial price, the EA should place orders Buy Limit and Buy Stop every 50 pips from the initial price. Each order must have a TP of 50 pips. 10 orders must be placed above the current price, and 10 orders below the current price

Practical example with current price EUR / USD at 1.1775:
The EA has to place 10 orders above this price and 10 orders below. The orders in this case should be the following:

Sell limit 0.01 at 1.22500 TP: 1.22000
Sell limit 0.01 at 1.22000 TP: 1.21500
Sell limit 0.01 at 1.21500 TP: 1.21000
Sell limit 0.01 at 1.21000 TP: 1.20500
Sell limit 0.01 at 1.20500 TP: 1.20000
Buy stop 0.01 at 1.20000 TP: 1.20500
Buy stop 0.01 at 1.19500 TP: 1.20000
Buy stop 0.01 at 1.19000 TP: 1.19500
Buy stop 0.01 at 1.18500 TP: 1.19000
Buy stop 0.01 at 1.18000 TP: 1.18500

Buy limit 0.01 at 1.17500 TP: 1.18000
Buy limit 0.01 at 1.17000 TP: 1.17500
Buy limit 0.01 at 1.16500 TP: 1.17000
Buy limit 0.01 at 1.16000 TP: 1.16500
Buy limit 0.01 at 1.15500 TP: 1.16000
Buy limit 0.01 at 1.15000 TP: 1.15500
Buy limit 0.01 at 1.14500 TP: 1.15000
Buy limit 0.01 at 1.14000 TP: 1.14500
Buy limit 0.01 at 1.13500 TP: 1.14000
Buy limit 0.01 at 1.13000 TP: 1.13500

When an order is executed the EA should provide modify pending orders to do so that there are always placed 10 orders above this price and 10 orders below.

Control of open positions
I would like to do so that they controlled the Take Profit of open positions, because sometimes in times of high volatility some brokers burn TP and in this way the positions remain open even after exceeding the TP. I would make sure that EA scrutiny as to whether the TP positions is reset in which case the ripristinasse or if the position has exceeded the TP wished had been closed.

Thanks

応答済み

1
開発者 1
評価
(2434)
プロジェクト
3065
66%
仲裁
77
48% / 14%
期限切れ
340
11%
仕事中
2
開発者 2
評価
(2089)
プロジェクト
2650
61%
仲裁
113
45% / 26%
期限切れ
419
16%
取り込み中
3
開発者 3
評価
(27)
プロジェクト
36
19%
仲裁
14
21% / 71%
期限切れ
12
33%
4
開発者 4
評価
(1)
プロジェクト
1
100%
仲裁
0
期限切れ
0
5
開発者 5
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
6
開発者 6
評価
(491)
プロジェクト
1017
58%
仲裁
29
28% / 24%
期限切れ
132
13%
7
開発者 7
評価
(90)
プロジェクト
159
61%
仲裁
40
18% / 63%
期限切れ
70
44%
8
開発者 8
評価
(121)
プロジェクト
134
66%
仲裁
36
25% / 56%
期限切れ
22
16%
類似した注文
I have an indicator with two lines | want an EA the buy when the fast line crosses the slow line from below one important thing> the slow line must at least a specific distance below the last cross through the fast line from above take profit is between 1 or 3 times more than stoploss the stop loss is the last low the sell order is the opposite for buy Thanks
want to create a EA 1- break out candle ( T F customized) and customized SL TP 2- breakout fib zone 3- supertrend and candle stick patterns 4 Heikein Ashi and Renko charts
**Project Title:** Development of a Complex High-Performance EA for Step Index **Project Overview:** I need an advanced Expert Advisor (EA) for trading the Step Index on MetaTrader 5. The EA should use multiple indicators and advanced risk management techniques to enhance profitability and manage risks effectively. **Trading Strategy Details:** Indicators: - 50-period EMA - 200-period EMA - RSI with 14 periods - MACD
NEED IT WITHIN ONE HOUR Adding a counter for open trades. When closed counter gets to 0 and starts runs till the input again. Also a option to just let it run once a day or for the whole day non stops My past developer wasn't able to get the close function end of the day working. The function works as follow: MONDAY TUESDAY etc.... TRUE OR FALSE When trades have been opened on MONDAY TRUE it lets them run on TUESDAY
My needs I need powerful robots to avoid losses as well as a business strategy or whether it is buying or selling in the market or any strategy that exists in the business sector
Need a dashboard, which can monitor up to 30 selected pairs in selected time frames. It monitors AO, MACD and stochastic. In the cells of dashboard, if AO is positive in the relevant symbol/tf, it writes "UP". When one of AO is above 0 level AND Stochastic is in OS zone it writes "UPUP". When AO is above 0 and when stochastics is oversold minimum of two times,it will alert UPU2 if AO is negative below 0 in the
Fx Kidds 80 - 120 USD
Can l have a EA that can run 24/5 on gold and GBPUSD and stocks. Trilling stop loss. No expireing date. Must make 5% minimum in returns. It can take losses but it must not blow the account minimum deposit must be 35usd
200 pip EA 100 - 200 USD
I require an EA that can deliver on a consistent basis 200 pips per month. The EA must do this with the money management setting where 1 pip = 1 USD
Hello All , Please Create API Bridge MT4 To Web Terminal on Priority basis. MT4 EA to below platform all details shared. https://trade.ivt-markets.com/trade/placeorder.php?type=market&amp ;bs=buy&lot=0.1&sl=111&target=222222&symbol=X:BTCUSD&token=XXXXXXXXXX&clicked=yes 1. MT4 To Web Terminal Api Needed
1st Scenario: 4-Candle Setup (Breakout and Retest) Step 1: Breakout Candle: The price breaks above the EMA 50. Step 2: Retest Candle: After the breakout, look for a bearish (red) candle that touches the EMA. Step 3: Entry Candle: Identify a bullish (green) candle that closes above the EMA. Step 4: Trade Candle: Enter the trade when the price crosses 2 pips above the high of the bullish entry candle. RSI Confirmation

プロジェクト情報

予算
20 - 50 USD
VAT(付加価値税) (22%): 4.4 - 11 USD
合計: 24.4 - 61 USD
開発者用
18 - 45 USD
締め切り
最低 1 最高 15 日