A pending order EA needed..

工作已完成

执行时间21 小时
客户反馈
very fast and exact solution. great job.

指定

Hi, I want a pending order EA which is like this; (it will work on 5 digits platform)

I want to write a price range in the EA manually, for example for EURUSD pair 1,14400-1,14520.

Then i will choose the direction of trade; for example SELL.

The EA will divide the range into pieces. I will write how many pieces will the range be divided manually in the EA.

When price enters into the range, the EA will open trades automatically. Lot sizes will be calculated according to loss in dollars for each trade. For example i will write “50” in the total loss section of the EA, then EA should calculate the lot size according to difference between entry level and stoploss level (it will be written manually in the EA, as 30,40 or 50 pips beyond the range)

And EA close the trades according to loss or total profit in dollars as i write in the EA manually. For example; I will write Total Profit:200, Total loss:50, then EA will close all trades as total loss or total profit occurs.

EA will put all the stoplosses beyond 30-40 pips (this will be also entered manually) of the range. 

An example: Lets say i defined a range in to the EA as follows:

Pair: EURUSD

Range: 1.14400-1,14520

Pieces: 3

Trade: SELL

LOSS for each trade: 25 (dollars)

Total Profit: 200 (dollars)

Present price: 1,14050

Stop loss: 40 (pips above the range because trade is SELL, if it was a BUY then it will be 40 pips below the range)

 

EA will divide the range in to 3 pieces and will calculate entry levels itself: 1.14520-1.14400= 120 pips.

12/3= 40 pips. (Range between trades)

The entry levels will begin from the bottom of the range because present price is below the range: then they will be as follows: 1.14400, 1.14440, and 1,14480. (If the trade was BUY and present price was above the range, then trades will begin from the top of the range of course.)

Stoploss will be 1.14560 (1.14520+40 pips=1,14560)

And lot sizes will be calculated as: 

0,1562 lot SELL from 1.14400 (according to 25 dollars loss at the stoploss point-1,14560)

0,208 lot SELL from 1.14440 (according to 25 dollars loss at the stoploss point-1,14560) and

0,312 lot from 1.14480 (according to 25 dollars loss at the stoploss point-1,14560)

 EA will start to open SELL trades when price comes up to 1.14400 level.

In this example our stoploss is 1,14560 (Top of the range+stoploss = 1,14520 + 40 pips=1,14560)

Lets say price hit the 1,14500 level at max then started to fall. Then, our EA has opened 3 orders;

When price comes 1.14150 level our profit will be;

102,96 USD from the trade opened at 14480 level with 0,312 lot

60,32 USD from the trade opened at 14440 level with 0,208 lot and

39,05 USD from the trade opened at 14400 level with 00,1562 lot.

Total profit is 202,33 USD.

 Total profit has been written as 200 dollars ins the EA as you see above, so EA should close all trades approximately this point.

i will give some examples and explanations to help you about the EA.

An examlpe;

lets say a buy trade entry level is 1.14050 (A) and stoploss is 1.14000(B). And i want to lose 100 dollars if SL hits.  Each 1 lot gets or lose 10 dollars for each 10 pip in EURUSD . Range between A and B is 1.14050-1.14000=50 pips. So, by 1 lot i will lose 50 dollars. Then the EA should open trade with 2 lots, because i write 100 dollars to Total loss.

The EA should place pending orders after i activate it.

Number of pending orders will be the same with pieces of the defined range.

For example I want to buy EURUSD between 1.14050-1.14250 range and and i want to buy in 4 pieces. I want to lose 25 dollars for each trade. I want to close trades automatically when Total profit is 200 dollars. So the EA will close the trades when it sees 200 dollars profit. EA will calculate the lot size for each trade according to 25 dollars loss.

Also present price is the price on the chart. For example now EURUSD is 1,13470. If i define a range between 1.14050-1.14250 and if i choose BUY in the EA, then EA should put buystop orders to that range. Because the present price is lower than the range. If the present price was higher than the range and i want to buy in that range than EA should place Buylimit orders to the range. Same is true if i want to SELL in a range. If the present price on the chart is lower than the range and i choose SELL in tihe EA in that range, EA should place selllimit orders to that range. If the present price on the chart is above the range that i defined and if i choose SELL on the EA, then EA should place sellstop orders in that range.

I want EA to put stoploss point of buylimit and buystop orders as “40 pips” (for example) below the minimum edge of the defined range (1.14050-1.14250). (In this example when i write “40” in the stoploss section, EA will put all buylimit and buystop orders’s stoploss to 1,14010 level, because the minimum edge of the range is 1.14050.) On the other hand, EA will put sellstop and sell limit orders’s stoploss above 40 pips of the  maximum level of the range.

How many trades will be opened is not important for closing the trades. Maybe just 1 buylimit will be executed or maybe all 4 of them will be executed. This depends on the price movement. For example Price may fall from 1.14500 level to 1.14250 level and then rise to 1.14500 level again. So we will have only one trade. EA will close that trade if it sees 200 dollars profit. Or i can close it manually.

There should be a “pieces” section. For example I will write 4 in that section. Then EA will divide 1,14050-1,14250 range into 4 pieces. The difference between the edges of the range is 200 pips. So the pips between pieces will be 200/4= 50 pips. And robot will put pending orders according to that range between pieces.

For a total example; lets say present price on the chart is 1.14500 and i opened the EA and i write “upper edge of the range” as 1.14250 and “lower edge of the range” as 1.14050, choose “BUY”,  write 4 in the “pieces” section, write 25 in the “loss for each trade” section,  write 200 in the  total profit” section, write 40 in the “stoploss section”. Then EA will put buylimits to 1,14250, 1,14200, 1,14150 and 1,14100 levels. According to my entries EA will put stoploss level as 1.14010. EA will calculate the lot size for the first trade (1.14250) as 0,104 lot. (1.14250-1.14010=240, 25 dollars/240 pips=0,104 lot). Same as other trades. For the last trade (1.1405) lot size will be calculated as 0,625 lot. (1.14050-1.14010=40, 25 dollars/40 pips =0,625 lots)

As a result;

I want to write on the EA’s interface;

1-Range (The maximum and the minimum edges of trade area)

2-Number of pieces that the range will be divided

3-Loss for each trade

4-Totalprofit

5-Choose SELL or BUY

6-Stoploss as pips (below/above of the range)

EA will do;

1-Calculate the range as pips,

2-Define entry levels according to number of pieces

2-Calculate the lot sizes for each trade according to loss for each trade,

3- Place pending orders,

4-Put all pending orders’ stoploss to SL level (Buylimit and buystop orders’s stoploss will be below the minimum edge of the range, and selllimit and sellstop orders’s stoploss will be above the maximum edge of the range)

5-Close orders when stoploss hit or the totalprofit occurs.

 


反馈

1
开发者 1
等级
(33)
项目
35
40%
仲裁
11
9% / 91%
逾期
4
11%
空闲
2
开发者 2
等级
(878)
项目
1391
67%
仲裁
117
32% / 42%
逾期
215
15%
空闲
3
开发者 3
等级
(5)
项目
7
0%
仲裁
1
100% / 0%
逾期
5
71%
空闲
4
开发者 4
等级
(365)
项目
412
36%
仲裁
35
26% / 57%
逾期
63
15%
空闲
5
开发者 5
等级
(98)
项目
129
40%
仲裁
19
16% / 53%
逾期
19
15%
繁忙
6
开发者 6
等级
(188)
项目
212
58%
仲裁
9
11% / 89%
逾期
8
4%
空闲
7
开发者 7
等级
(1853)
项目
3455
88%
仲裁
73
40% / 15%
逾期
265
8%
空闲
8
开发者 8
等级
(647)
项目
1295
67%
仲裁
84
26% / 49%
逾期
338
26%
空闲
9
开发者 9
等级
项目
0
0%
仲裁
0
逾期
0
空闲
10
开发者 10
等级
(94)
项目
148
59%
仲裁
16
38% / 13%
逾期
25
17%
空闲
相似订单
i Want to convert this Trading View Code to Mt4 Indicator indicator("NEOM Smart Money Concepts ", "NEOM Smart Money Concepts " , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) //-----------------------------------------------------------------------------{ //Constants //-----------------------------------------------------------------------------{ color
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let Negotiate in the contact box best regards
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let negotitate in the contact box best regartds
Hi I need a software like Mirror trade copier ( https://www.antonnel.net/mirror/ ) which directly connect to the Accounts over api with out MT4 terminal and copies trades from mater to client. I want the same and possible improvement like can be accessed over a url and dashboard for some basic metrics (optional)
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello great developer Can you build this indicator for Quantower. If positive, then how much will it cost to make automated strategy from the indicator? i will be looking for great developer to build for this project best regards
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
I want to have an EA for MT4 from 2 simple indicators: 1st indicator is a supertrend with buy/sell signals 2nd indicator is a histogram that act as a filter out falls signals Options in the EA: 1. the input options of both indicators 2. turn filter (2nd indicator histogram) ON/OFF 2. Lot 3. TP/SL in pips (if input is 0, TP/SL is off) 4. Close trade with opposite signal ON/OFF delivery of EA with mql file

项目信息

预算
100 - 200 USD
开发人员
90 - 180 USD
截止日期
 1  8 天