MT5 SCALPING EA TRADING ASSISTANT (minimal features only)

MQL5 エキスパート

仕事が完了した

実行時間14 日
依頼者からのフィードバック
The project was guided accordingly from both sides. It was a pleasure working with Umar in developing a tool that can help me with manual trading. I'm looking forward to our next projects!
開発者からのフィードバック
good customer, nice to work with :)

指定

  1. This EA is a trading assistant to make trade entries convenient and consistent.

  2. EA enters trade at bar close (00 seconds) based on time, not ticks.

  3. The trader prepares the EA to Buy/Sell by arming it using large square on-chart buttons. 

    1. BUY (prepares a buy entry at end of candle at 00 seconds)

    2. CANCEL (immediately cancels existing arming for this symbol)

    3. SELL (prepares a sell entry at end of candle at 00 seconds)

  4. Max Slippage

    1. Max Slippage (parameter default “0.5” pips)

  5. Lot Size

    1. Net Risk % (parameter default “1%”)

    2. Net Risk % is always based on account balance.

    3. EA must calculate the proper Lot size to make sure that the Net Risk % is followed.

      1. This includes all trading costs (spread, commission, max slippage)

      2. Lot size always includes max slippage value in order to not go above the established Net Risk %

  6. Stop Loss

    1. BUY SL Price is the Low of the candle that just closed.

    2. SELL SL Price is the High of the candle that just closed.

  7. Take Profit

    1. Target RRR (parameter default “3”)

      1. Take SL pip distance and multiple by “3”, this will be TP Price

    2. Min Net RRR (parameter default “2”)

      1. Because there are trading costs, we will most likely not hit the Target RRR. The Net RRR is our protection to make sure that when we achieve a minimum Net RRR per trade. In some cases, the majority of the Profit generated from hitting the Target RRR goes to trading costs. This is prevalent in scalping strategies where stop losses are tight and big lot sizes have high commission fees. If Min Net RRR is not met at 00 seconds, do not open trade. Wait for the next arming opportunity.

  8. Break Even Slide

    1. BE Slide Target (parameter default “2”)

    2. When a live trade reaches an RRR of “2”, move SL to “Entry Price + Max Slippage”

      1. This is used to minimize losses

      2. This is the only time that the EA is allowed to modify any price after trade entry.

    3. Turn off Break Even Slide functionality if parameter value is 0 or negative.

  9. Max Spread

    1. Max Spread (parameter default “1.0” pip/s)

    2. This is protection where spread widening happens during 00 seconds

    3. Use this as a trade filter when the EA attempts to open a trade. If max spread is reached, skip opening the trade. Wait for next arming.

  10. Chart Layout

    1. EA Status // result of previous arming & current action/s

    2. BUY BUTTON

    3. CANCEL BUTTON

    4. SELL BUTTON

    5. These are vertically arranged, found on the upper left of the chart.

    6. Button Size (parameter default “50” pixels)

      1. In the example: it is 50x50 pixels in size

      2. Allow the trader to adjust the size of square buttons. Let the trader choose button colors as well please.

      3. Arming for both BUY and SELL at the same time must not happen for the same symbol. Example: If a BUY is currently armed then the trader chooses to click SELL, the EA must replace the BUY arming with a SELL arming.

    7. EA Status must be easily understood by the trader. (Pass, Fail, Errors, etc.)

    8. Prior to arming: Show live SL, Target RRR, Min Net RRR, via horizontal lines on the chart for the trader’s appreciation in order to make a decision to arm the EA or not. 

      1. If and when a trade is successfully opened, show at the entry candle using a short horizontal line where the Min Net RRR is. Beside this short horizontal line, include the value of the resulting Min Net RRR.

      2. Also show the resulting Net Risk % above the SL Line beside the entry candle

  11. EA Compatibility

    1. EA must be compatible to any MT5 trading environment (broker, symbol, etc)


// Please provide complete code with line description. Reach out to clarify any trading hurdles I may have missed. Thank you.



応答済み

1
開発者 1
評価
(22)
プロジェクト
28
7%
仲裁
9
33% / 33%
期限切れ
1
4%
仕事中
2
開発者 2
評価
(17)
プロジェクト
21
19%
仲裁
5
40% / 40%
期限切れ
0
3
開発者 3
評価
(1)
プロジェクト
2
0%
仲裁
2
0% / 50%
期限切れ
0
4
開発者 4
評価
(510)
プロジェクト
977
74%
仲裁
27
19% / 67%
期限切れ
100
10%
仕事中
パブリッシュした人: 1 article, 6 codes
5
開発者 5
評価
(499)
プロジェクト
744
56%
仲裁
48
31% / 31%
期限切れ
120
16%
パブリッシュした人: 1 code
6
開発者 6
評価
(443)
プロジェクト
570
37%
仲裁
106
39% / 33%
期限切れ
17
3%
7
開発者 7
評価
(16)
プロジェクト
35
23%
仲裁
4
0% / 50%
期限切れ
2
6%
仕事中
8
開発者 8
評価
(322)
プロジェクト
499
67%
仲裁
5
40% / 0%
期限切れ
4
1%
パブリッシュした人: 8 codes
9
開発者 9
評価
(33)
プロジェクト
36
33%
仲裁
5
0% / 80%
期限切れ
0
仕事中
パブリッシュした人: 2 codes
10
開発者 10
評価
(274)
プロジェクト
403
28%
仲裁
40
40% / 50%
期限切れ
1
0%
11
開発者 11
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
12
開発者 12
評価
(574)
プロジェクト
945
47%
仲裁
309
58% / 27%
期限切れ
125
13%
13
開発者 13
評価
(4)
プロジェクト
8
0%
仲裁
3
33% / 67%
期限切れ
4
50%
14
開発者 14
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position 30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Subject: Looking for an Experienced MQL Developer for Long-Term Collaboration (Mechanical Strategy) Hello everyone, I am reposting my request from last year. Due to work commitments, I couldn't dedicate time to this project back then, but now I am fully ready to move forward. I am looking for a highly experienced, verified MQL4/MQL5 programmer to automate my trading strategy. About the project: Rule-based &
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase
Gold robot 30+ USD
Yes. This screen is asking you to write the Requirements Specification for your Gold/XAUUSD trading robot. Since you want your DEEPTHINK X10 institutional-style MT5 system , use this ready-to-paste specification: DEEPTHINK X10 GOLD ROBOT – MT5 EXPERT ADVISOR REQUIREMENTS Develop an advanced MetaTrader 5 Expert Advisor (EA) for XAUUSD (Gold) scalping based on a multi-factor DEEPTHINK X10 trading framework. 1. MARKET -

プロジェクト情報

予算
30+ USD
締め切り
最低 1 最高 7 日