Writing of an Expert Advisor with pending orders

MQL5 专家 脚本

工作已完成

执行时间13 天
客户反馈
Awesome Experience!!! he is always on time or earlier, understanding requirement patiently and giving perfect solution for the problems facing.
员工反馈
Many thanks!

指定

I want a EA system with mathematical SL and TP. 

1. Opening entry is manual. Once the opening entry point detected then EA should work. 
2. If buy order detects then sell stop order should execute with 10 pip down 

Ex 
buy order: EURUSD 1Lot at 1.10823, 
                  SELL STOP 1Lot at 1.10723

3. As same if sell order detects then buy stop order should execute with 10 pip up

Ex 
Sell order : EURUSD 1Lot at 1.10823,
                    BUYSTOP 1Lot at 1.10923,

We have auto stoploss and take profit code already in hand, if you want we can configure the same your code, else you can add fresh in your system. 

AUTO SL and Take profit: 30 pip each side

Ex 
buy order: EURUSD 1Lot at 1.10823, SL at 1.10523 TP at 1.11123,
                  SELL STOP 1Lot at 1.10723, SL at 1.11023 TP at 1.10423

If you need any further clarification then I can show it in team viewer 


this EA will place orders in a loop until any of the trade hits TP 


Please FIND Below Trade Logic to create loops

PAIR BUY/SELL LOT SIZE ENTRY TP (15 PIPS)
SL (30 PIPS)
GBPUSD BUY 1 1.29426 1.29576 1.29126
GBPUSD SELL STOP 2 1.29276 1.29126 1.29576
GBPUSD BUY STOP       4 1.29426 1.29576 1.29126
GBPUSD SELL STOP       6 1.29276 1.29126 1.29576
GBPUSD BUY STOP      12 1.29426 1.29576 1.29126
GBPUSD SELL STOP      24 1.29276 1.29126 1.29576
GBPUSD BUY STOP      48 1.29426 1.29576 1.29126
GBPUSD SELL STOP      96 1.29276 1.29126 1.29576
GBPUSD BUY STOP     192 1.29426 1.29576 1.29126
GBPUSD SELL STOP     398 1.29276 1.29126 1.29576



反馈

1
开发者 1
等级
(586)
项目
918
46%
仲裁
31
39% / 29%
逾期
93
10%
工作中
2
开发者 2
等级
(5)
项目
6
17%
仲裁
2
0% / 50%
逾期
0
空闲
3
开发者 3
等级
(590)
项目
789
71%
仲裁
9
33% / 33%
逾期
22
3%
空闲
4
开发者 4
等级
(2422)
项目
3042
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
5
开发者 5
等级
(1127)
项目
1429
62%
仲裁
21
57% / 10%
逾期
43
3%
空闲
6
开发者 6
等级
(563)
项目
932
47%
仲裁
301
59% / 25%
逾期
124
13%
工作中
7
开发者 7
等级
(466)
项目
697
56%
仲裁
43
30% / 33%
逾期
113
16%
工作中
8
开发者 8
等级
(137)
项目
167
35%
仲裁
11
91% / 0%
逾期
0
空闲
9
开发者 9
等级
项目
0
0%
仲裁
0
逾期
0
空闲
10
开发者 10
等级
(1853)
项目
3455
88%
仲裁
73
40% / 15%
逾期
265
8%
空闲
11
开发者 11
等级
(3)
项目
2
0%
仲裁
7
0% / 86%
逾期
0
空闲
12
开发者 12
等级
(55)
项目
74
45%
仲裁
21
14% / 67%
逾期
8
11%
空闲
13
开发者 13
等级
(475)
项目
504
53%
仲裁
10
60% / 20%
逾期
3
1%
空闲
14
开发者 14
等级
(586)
项目
1047
49%
仲裁
39
28% / 41%
逾期
49
5%
空闲
15
开发者 15
等级
(2077)
项目
2636
61%
仲裁
113
45% / 26%
逾期
418
16%
工作中
相似订单
Create script to move multiple take profits (from multiple trades) at one time. Typically for a single currency pair Summary: There are multiple trades in 1 currency pair There are multiple take profits, 1 for each trade I want a script to be built to modify all the take profits at one time There may be up to 20 take profits, from 20 different trades that I want to be able to move/adjust all at one time, very easily
Hi there - Overview We are seeking an experienced developer to create a Forex Robot Expert Advisor (EA) tailored to specific trading strategies and conditions. The EA will focus on the London trading session and will automate trades based on pre-defined calculations and market movements. *Responsibilities:* 1. *London Session Analysis:* - Develop functionality to highlight the London trading session on the forex
Dear Freelancers, I'm seeking a skilled MT4/MT5 developer to collaborate on a valuable trading indicator. Project Description: I'm looking to develop a powerful Elliott Wave indicator compatible with the MT4 and MT5 trading platforms. This indicator will be based on the highly successful [LuxAlgo] indicator currently available on TradingView. Key Features: In-indicator Alerts: The ability to receive pop-up
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
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
i am looking for experienced programmer to create indicator for me. i am willing to pay for the service. and if it works amazingly like i expected. i will tip more money
High Low intraday ticker to display the most recent high low of up to 40 stock symbols. As a stock makes an intraday high low it will populate at the top and so on. Regardless of chart that's display it will continue to track high lows of the 40 stocks inputed. The 40 stocks can by manually changed. A high will display as green with the time (hour:minute:second), symbol, and last price. A low will be displayed as red
Modify an existing Python bot to trade bollinger bands, with iqoption api Currently the bot strategy is wrong, I am limited in my knowledge here and hope to fix this Hope to work with more experience people out there in relation to iqoption api and python
I need an EA to automate Tradingview alerts on MT4 using webhook alerts. The bridge/connector should be python based GUI. Required features at a minimum Mapping Tradingview alert formats to MT4 Automating market, limit and stop orders with entry price, stop loss, multiple TPs and trailing stop Lot sizing - fixed/% of balance/fixed amount breakeven, partial close and trailing stop Mapping pair name prefixes/suffixes
hi guys, I have a script, that I have been struggling to work. most of the work is done, just final touch of an expert is needed. The script Is using Fibonacci and Pivot standard in its base. look forward to hear from an expert! Best regards Sina

项目信息

预算
30 - 200 USD
开发人员
27 - 180 USD
截止日期
 1  5 天