指定
Please build me an EA tha can do the following: Normally I when executed buy (0.01)trade, I place sell (0.03) stop order for in case I predicted wrong, and when this sell is triggered, I place buy (0.07) stop on the initial buy, and the circle go on until I Tp is hit, all these trades I set TP and SL on them and they correspond, for sells will have same TP and Same SL, and all buys triggered after initial will have same TP and SL but the initial Buy will have its original TP but SL is the same to new triggered buys.
So my question is, can you be able to make an EA that place follow up pending orders when the initial pending order i placed is triggered?, from the above scenario, the first Order EA must place will be Buy (0.07) with the same SL as the initial buy (0.01) trade and TP is different, TP will be the number of Pips or Points from Sell (0.03).
And finally when 0.07 hit TP, obviously all sell (0.03) trades will close and there will be buy (0.01) still running, I will need the EA to place a pending sell (0.03) order on the price of the one that's just closed, and be deleted instantly as soon as buy (0.01) hit TP.
反馈
1
等级
项目
137
17%
仲裁
4
50%
/
25%
逾期
12
9%
工作中
2
等级
项目
10
20%
仲裁
0
逾期
0
繁忙
3
等级
项目
277
46%
仲裁
22
73%
/
23%
逾期
37
13%
工作中
4
等级
项目
574
53%
仲裁
30
53%
/
23%
逾期
7
1%
已载入
5
等级
项目
8
13%
仲裁
1
0%
/
0%
逾期
1
13%
工作中
6
等级
项目
15
0%
仲裁
1
0%
/
0%
逾期
0
工作中
7
等级
项目
466
18%
仲裁
29
48%
/
24%
逾期
29
6%
已载入
8
等级
项目
38
11%
仲裁
2
50%
/
50%
逾期
2
5%
工作中
9
等级
项目
73
21%
仲裁
11
18%
/
27%
逾期
6
8%
工作中
10
等级
项目
377
25%
仲裁
22
59%
/
23%
逾期
1
0%
已载入
11
等级
项目
0
0%
仲裁
0
逾期
0
工作中
12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
等级
项目
907
76%
仲裁
25
16%
/
68%
逾期
99
11%
空闲
发布者: 1 文章, 6 代码
14
等级
项目
656
33%
仲裁
31
74%
/
6%
逾期
20
3%
空闲
15
等级
项目
12
0%
仲裁
22
0%
/
77%
逾期
4
33%
空闲
16
等级
项目
1
100%
仲裁
0
逾期
0
空闲
17
等级
项目
31
32%
仲裁
8
50%
/
25%
逾期
3
10%
工作中
18
等级
项目
11
18%
仲裁
6
17%
/
0%
逾期
3
27%
工作中
19
等级
项目
2
0%
仲裁
1
0%
/
0%
逾期
1
50%
工作中
20
等级
项目
115
70%
仲裁
5
80%
/
0%
逾期
11
10%
空闲
21
等级
项目
137
43%
仲裁
8
38%
/
38%
逾期
6
4%
空闲
22
等级
项目
945
47%
仲裁
303
59%
/
25%
逾期
125
13%
空闲
23
等级
项目
293
70%
仲裁
2
100%
/
0%
逾期
0
空闲
发布者: 1 代码
24
等级
项目
521
36%
仲裁
62
34%
/
35%
逾期
187
36%
已载入
25
等级
项目
16
31%
仲裁
3
67%
/
0%
逾期
0
空闲
26
等级
项目
3
0%
仲裁
0
逾期
0
繁忙
27
等级
项目
17
41%
仲裁
1
0%
/
100%
逾期
3
18%
工作中
28
等级
项目
0
0%
仲裁
0
逾期
0
空闲
29
等级
项目
0
0%
仲裁
0
逾期
0
空闲
30
等级
项目
637
26%
仲裁
91
71%
/
13%
逾期
12
2%
已载入
发布者: 1 代码
31
等级
项目
243
31%
仲裁
0
逾期
3
1%
空闲
发布者: 2 代码
32
等级
项目
11
18%
仲裁
1
0%
/
0%
逾期
1
9%
空闲
33
等级
项目
1
0%
仲裁
0
逾期
0
空闲
相似订单
Looking for Profitable Ready Made EA
30 - 50 USD
I need a profitable trading EA that can maximize a profitable trade for daily uses. An EA that can trade all kinds of of currencies and must be an existing EA with 70-80% guarantee
Thabo-killerbot
30 - 1000 USD
//+------------------------------------------------------------------+ //| SimpleMA.mq5 | //| Auto trading bot example | //+------------------------------------------------------------------+ #property copyright "ChatGPT" #property link "" #property version "1.00" #property strict input int FastMAPeriod = 10; input int SlowMAPeriod = 30; input double Lots = 0.1; int fastMAHandle; int slowMAHandle; double fastMA[];
Automate my strategy
30 - 70 USD
🚀 Looking for a Trading Bot Coder 🚀 I’m searching for an experienced developer to help automate my trading strategies. Requirements: Strong knowledge in MQL5 / MT5 (or TradingView Pine Script, depending on platform) Experience with price action & strategy automation Ability to integrate custom risk management & alerts 💡 If you’re a skilled coder who can turn trading ideas into a profitable bot, let’s connect
Create a Ninjatrader Indicator
100+ USD
Hey there, I’m looking to get a custom NinjaTrader indicator/plugin/tool developed. It’s very similar to Riley Coleman’s “Candlestick Trader” indicator (you can see a walkthrough of it in this YouTube video at timestamp 6:52: https://www.youtube.com/watch?v=NjCUZveXtLo& ;t=303s ). Please take a look at that video for reference, as I’d like most of the core features replicated. To summarize, the key functions I
Profitable MT4 EA suitable for prop firms
30 - 100 USD
I am looking for an experience MQL4 developer for making a profitable prop firm compatible MT4 gold scalper EA on a 5 Minute time frame. The EA should have a win rate of not less than 90% on back testing. The EA should be able to pass all prop firm challenges like Funded Next, FTMO, Funding Pips within 1-2 weeks. The EA should also work on live funded account. Any strategy can be used to develop the EA. Proper risk
I’m looking for a profitable Expert Advisor (EA) — the real beast that can deliver strong results on MT4/MT5. If you have a proven EA with good performance and risk management, kindly reach out with details and results
Modify my MT5 EA
30 - 40 USD
I am looking for an MQL5 programmer who can modify and customize my personal MT5 EA. There is problem in placing stop loss but still the EA is profitable on back testing. I also want to add news filter and prop firm compatible. The details will be shared to the developer personally
Hi, I am looking for readymade EA/a developer who can build it one for me. Feel free to contact me if you can fulfill my requirement. But be sure my a developer must have capability to develop complex EA with robust architecture. Especially on sophisticated trading methodology i.e. ICT/SMC etc
Breakout and Retest/Supply and Demand Strategies for EA Expert Advisors, on MQL5 1. *Breakout Strategy*: Identify key levels of support/resistance and enter trades upon breakout. 2. *Retest Strategy*: Wait for price to retest previously broken levels before entering trades. 3. *Supply and Demand Strategy*: Identify areas of strong buying/selling interest (supply/demand zones). *Best Practices* 1. Define clear
Stratagy: breakout and retest strategy base on price action technic.on a high time frame simple plug and play expert advisors EA. Options for lots adjustment options for buy and sell only option for pending order sl/to/trailing stop
项目信息
预算
30+ USD
截止日期
从 1 到 5 天
客户
所下订单7
仲裁计数0