指定
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 article, 6 codes
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 code
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 code
31
評価
プロジェクト
243
31%
仲裁
0
期限切れ
3
1%
暇
パブリッシュした人: 2 codes
32
評価
プロジェクト
11
18%
仲裁
1
0%
/
0%
期限切れ
1
9%
暇
33
評価
プロジェクト
1
0%
仲裁
0
期限切れ
0
暇
類似した注文
⸻ I have an Expert Advisor called NeuroTrendX_Pro v7.9 ULTRA (NTX Pro). I need a reliable and experienced MQL5 developer to finalize and correct it without removing or disabling any existing logic. Scope of work (included in the fixed budget): • Fix all existing compile/runtime errors (not just one). • Keep the entire current logic intact (do not remove or change modules). • Implement and confirm the following
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