EA based on Candlestick Closure

MQL5 エキスパート

指定

EA Specification (Updated with Risk Control Options)

1. General Concept

The Expert Advisor (EA) should open trades at the close of a candlestick, based on:

  • The market bias (user-defined: Buy or Sell only).

  • The timeframe selected by the trader.

The EA should include a dashboard panel on the chart that allows the trader to interact with and control the EA’s behavior.


2. Dashboard / User Interface

The on-chart dashboard should include:

  1. Market Bias Selection – Buy Only / Sell Only.

  2. Global TP and SL – in pips or price levels.

  3. Number of Positions per Signal – how many trades to open per valid signal.

  4. Floating PnL Display – real-time sum of EA trades.

  5. Close All Trades Button – closes all EA trades instantly.


3. Trading Logic

  • Check conditions at candle close.

  • If bias = Buy → open defined number of Buy trades.

  • If bias = Sell → open defined number of Sell trades.

  • Each trade uses Global TP/SL (unless overridden by risk-control options).

  • No opposite trades allowed.


4. Inputs / Parameters

  • Lot size (fixed).

  • Global Take Profit (pips/price).

  • Global Stop Loss (pips/price).

  • Number of positions per signal (integer).

  • Magic Number (to identify EA trades).

  • Maximum number of trades allowed (optional risk limit).


5. Trade Management

  • Each trade uses the configured TP/SL.

  • Close All” button closes all EA trades (Magic Number filter).

  • Floating PnL displayed on dashboard in real-time.


6. Additional Risk-Control Options (Optional Enhancements)

The EA can include the following advanced trade management options for handling multiple positions:

  1. Staggered Take Profit (Partial Exit)

    • Allow the trader to set different TP levels for multiple trades opened in the same signal.

    • Example: If 3 Buy trades are opened, TP1 = 20 pips, TP2 = 40 pips, TP3 = 60 pips.

    • Helps secure profits gradually while leaving positions to run.

  2. Break-Even Function

    • After X pips in profit (user-defined), automatically move SL to entry price (or entry + buffer).

    • Applies to all open positions or individually.

  3. Trailing Stop

    • Option to enable a trailing stop (user can define step and distance).

    • This replaces fixed SL once activated.

  4. Equity-Based Exit

    • A global condition to close all trades if account profit/loss reaches a certain threshold.

    • Example: Close all when floating profit ≥ $100, or when floating loss ≥ $50.

  5. Max Drawdown Protection

    • Prevent new trades from being opened if floating loss exceeds a user-defined percentage of account balance/equity.


7. Additional Notes

  • Dashboard updates dynamically.

  • No automatic bias detection — trader sets Buy/Sell manually.

  • EA must work on both MQL4 and MQL5 (or be specified for one platform).



応答済み

1
開発者 1
評価
(462)
プロジェクト
907
76%
仲裁
25
16% / 68%
期限切れ
99
11%
パブリッシュした人: 1 article, 6 codes
2
開発者 2
評価
(8)
プロジェクト
10
20%
仲裁
0
期限切れ
0
多忙
3
開発者 3
評価
(230)
プロジェクト
286
27%
仲裁
14
50% / 36%
期限切れ
9
3%
取り込み中
4
開発者 4
評価
(14)
プロジェクト
15
0%
仲裁
1
0% / 0%
期限切れ
0
仕事中
5
開発者 5
評価
(13)
プロジェクト
17
18%
仲裁
3
67% / 0%
期限切れ
0
6
開発者 6
評価
(75)
プロジェクト
123
43%
仲裁
12
33% / 50%
期限切れ
17
14%
7
開発者 7
評価
(50)
プロジェクト
73
21%
仲裁
11
18% / 27%
期限切れ
6
8%
仕事中
8
開発者 8
評価
(395)
プロジェクト
574
53%
仲裁
30
53% / 23%
期限切れ
7
1%
取り込み中
9
開発者 9
評価
(109)
プロジェクト
137
43%
仲裁
8
38% / 38%
期限切れ
6
4%
10
開発者 10
評価
(426)
プロジェクト
750
49%
仲裁
62
16% / 48%
期限切れ
136
18%
取り込み中
11
開発者 11
評価
(325)
プロジェクト
535
67%
仲裁
52
21% / 38%
期限切れ
169
32%
仕事中
パブリッシュした人: 1 code
12
開発者 12
評価
(368)
プロジェクト
472
24%
仲裁
51
61% / 20%
期限切れ
53
11%
取り込み中
13
開発者 13
評価
(36)
プロジェクト
38
11%
仲裁
2
50% / 50%
期限切れ
2
5%
仕事中
14
開発者 14
評価
(302)
プロジェクト
466
18%
仲裁
29
48% / 24%
期限切れ
29
6%
取り込み中
15
開発者 15
評価
(6)
プロジェクト
6
17%
仲裁
2
0% / 0%
期限切れ
1
17%
取り込み中
16
開発者 16
評価
(8)
プロジェクト
12
0%
仲裁
22
0% / 77%
期限切れ
4
33%
17
開発者 17
評価
(5)
プロジェクト
4
25%
仲裁
1
0% / 100%
期限切れ
0
18
開発者 18
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
19
開発者 19
評価
(11)
プロジェクト
11
0%
仲裁
4
25% / 50%
期限切れ
2
18%
20
開発者 20
評価
(4)
プロジェクト
2
0%
仲裁
1
0% / 0%
期限切れ
1
50%
仕事中
21
開発者 21
評価
(84)
プロジェクト
115
70%
仲裁
5
80% / 0%
期限切れ
11
10%
22
開発者 22
評価
(51)
プロジェクト
69
35%
仲裁
1
100% / 0%
期限切れ
0
23
開発者 23
評価
(3)
プロジェクト
3
0%
仲裁
0
期限切れ
0
多忙
24
開発者 24
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
25
開発者 25
評価
(2596)
プロジェクト
3275
67%
仲裁
77
48% / 14%
期限切れ
342
10%
パブリッシュした人: 1 code
26
開発者 26
評価
(291)
プロジェクト
521
36%
仲裁
62
34% / 35%
期限切れ
187
36%
取り込み中
27
開発者 27
評価
(279)
プロジェクト
330
51%
仲裁
12
42% / 0%
期限切れ
18
5%
取り込み中
28
開発者 28
評価
(43)
プロジェクト
65
11%
仲裁
12
58% / 42%
期限切れ
1
2%
29
開発者 29
評価
(2248)
プロジェクト
2835
62%
仲裁
118
46% / 25%
期限切れ
428
15%
30
開発者 30
評価
(287)
プロジェクト
293
70%
仲裁
2
100% / 0%
期限切れ
0
パブリッシュした人: 1 code
31
開発者 31
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
32
開発者 32
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
33
開発者 33
評価
(156)
プロジェクト
280
35%
仲裁
14
29% / 50%
期限切れ
42
15%
34
開発者 34
評価
(450)
プロジェクト
560
26%
仲裁
22
41% / 36%
期限切れ
85
15%
パブリッシュした人: 6 codes
35
開発者 35
評価
(77)
プロジェクト
232
73%
仲裁
6
100% / 0%
期限切れ
1
0%
類似した注文
Hello, I run a service providing Expert Advisors (EAs) and trading tools to clients, and I am looking for a skilled developer to partner with on a long-term basis. The key requirements include: MT4/MT5 Development – Creating new EAs, editing existing ones, and managing licensing. TradingView Indicators – Developing and modifying indicators with licensing solutions. As my client base grows, there will be a steady flow
1. Project Overview Name : BB Channel Trading EA Objective : Execute reversal trades based on price action (engulfing patterns and liquidity sweeps) at the extremes defined by Bollinger Bands. Trades will be taken when price breaks volatility bounds, indicating potential exhaustion and reversal. 2. Functional Components 2.1 Bollinger Bands Channel Purpose : Identify overbought and oversold zones. Indicator : Custom
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
Description: I'm looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for trading the MNQ100 Micro E-mini Nasdaq futures on MetaTrader 5 , specifically tailored for use on a funded prop firm account . The EA will be running unattended, so it must have reliable built-in risk management and strict protections to comply with typical prop firm rules (such as daily loss limits, max
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
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
I’m looking to hire an experienced MQL5 developer to help me build a custom Expert Advisor (EA) that combines three trading strategies into one smart, modular EA: ✅ Price Action-Based Entries ✅ Trendline Continuation or Breakout Recognition ✅ Structure Breakout & Retest Entries 📈 EA Concept Overview: The EA will: Analyze market structure (HH, HL, LH, LL) Auto-draw or simulate trendlines using swing highs/lows Detect
I want to generate analysis that gives me trades based on these examples from the developer youtube side Some extra info how i see refinement of analysis Ultimate Top Down Analysis Strategy (Step by Step) https://youtu.be/GKN-iVjJpyA?si=rJpX8YWzzlY6N1Pb some inducement entry model https://youtu.be/86wSTni7B14?si=4By5LiHMWk11p0Dr This entry model will change how you trade…

プロジェクト情報

予算
50 - 100 USD
締め切り
最低 1 最高 3 日

依頼者

出された注文1
裁定取引数0