MT5 SCALPING EA TRADING ASSISTANT (minimal features only)

İş Gereklilikleri

  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.



Yanıtlandı

1
Geliştirici 1
Derecelendirme
(10)
Projeler
13
15%
Arabuluculuk
0
Süresi dolmuş
1
8%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(13)
Projeler
17
18%
Arabuluculuk
3
67% / 0%
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(1)
Projeler
2
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
4
Geliştirici 4
Derecelendirme
(465)
Projeler
913
76%
Arabuluculuk
25
16% / 68%
Süresi dolmuş
99
11%
Yüklendi
Yayınlandı: 1 makale, 6 kod
5
Geliştirici 5
Derecelendirme
(496)
Projeler
738
56%
Arabuluculuk
47
32% / 30%
Süresi dolmuş
117
16%
Çalışıyor
Yayınlandı: 1 kod
6
Geliştirici 6
Derecelendirme
(439)
Projeler
564
37%
Arabuluculuk
98
41% / 28%
Süresi dolmuş
15
3%
Meşgul
7
Geliştirici 7
Derecelendirme
(15)
Projeler
34
24%
Arabuluculuk
3
0% / 33%
Süresi dolmuş
2
6%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(322)
Projeler
498
67%
Arabuluculuk
5
40% / 0%
Süresi dolmuş
4
1%
Serbest
Yayınlandı: 8 kod
9
Geliştirici 9
Derecelendirme
(4)
Projeler
4
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
10
Geliştirici 10
Derecelendirme
(256)
Projeler
380
25%
Arabuluculuk
23
61% / 22%
Süresi dolmuş
1
0%
Çalışıyor
11
Geliştirici 11
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
12
Geliştirici 12
Derecelendirme
(574)
Projeler
945
47%
Arabuluculuk
303
59% / 25%
Süresi dolmuş
125
13%
Serbest
13
Geliştirici 13
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
14
Geliştirici 14
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
I am looking for a developer experienced in MQL5 and/or Python to build a system that automatically replicates trades from the Vantage Copy Trading section (web/app only) into an external MT5 account (different broker) . Main requirements: The system must read trades (symbol, buy/sell direction, lot size, SL/TP) from the Vantage Copy portal (accessible only via mobile app or web browser). The same trades must be
Vortex Pro – Multi-Asset Scalping EA Unlock fast, precise, and professional trading with Vortex Pro, the ultimate scalping EA for MT4 & MT5. Trade Forex, Indices, and Metals with advanced price action, momentum, and breakout detection. Works on Windows, macOS, Android & iOS Fully compatible with any broker and symbol format Optimized for M1, M5, M15, M30, and H1 Advanced trade management: SL/TP, trailing stop
Cześć, szukam programisty MQL4 do stworzenia uniwersalnego eksperta (EA) opartego na Smart Money Concepts (SMC). EA ma działać na różnych instrumentach – złocie, indeksach, walutach – ale przede wszystkim na złocie. Kluczowe jest, żeby EA otwierał zlecenia idealnie w szczytach i dołkach, czyli w punktach zwrotnych rynku. Chodzi mi o to, by wejścia były maksymalnie precyzyjne, a nie spóźnione. EA powinien używać
We are looking for an experienced developer to help us convert our existing Pine Script strategy into a functional Expert Advisor (EA) for MetaTrader. The strategy is already built and tested on TradingView, but we require a reliable EA version that can be deployed for live and demo trading. The ideal candidate should have strong expertise in both Pine Script and MQL4/MQL5, with proven experience in converting
Hello Developers, I am looking for a profitable Expert Advisor (EA) — not something based on luck, but an EA that can consistently generate profits. It should be effective for scalping trades as well as for the long run, meaning it can perform well in both short-term and long-term trading conditions. Of course, I understand there will be occasional losses, but the overall results must still be positive and profitable
i have EA file Mq4 which is not working when i applied to chart , fix it so it can work , need someone who can do Right Away ...i will only hire if you prove it worked on chart
Optimization of SAR Algo 100 - 150 USD
Description / Brief: I need a complete optimization of my SAR Expert Advisor. Requirements: Instrument: Gold (XAUUSD) only Timeframes: 5-minute (M5) and 15-minute (M15) Run a full optimization to identify the best performing settings for the EA Provide final optimized parameter sets (presets) and a short explanation of the methodology used (e.g., optimization criteria, ranges tested, etc.) Deliverables: Optimized
Hello, I'm looking for a programmer who knows the lwma indicator thoroughly. (mql5) 1, I have an mql5 EA that I start manually from the panel. I want the EA to only monitor the color change of the lwma indicator when the position is started. Only the lwma indicator color created from the data of closed candles is interesting. The color created from the unclosed - currently running - data is not interesting. So, if
BubbleFX Bot 30 - 100 USD
Build me an MT5 Expert Advisor called BubbleFX Bot to trade AUDCAD, XAUUSD, EURUSD, USDJPY, GBPUSD, USDCHF, and AUDUSD. The bot should use EMA200 on H1 as a trend filter, then enter on M15 when RSI(14) shows momentum (buy if <35 rising, sell if >65 falling) or when price breaks the last 8-bar high/low by 1.2× ATR. Stops are ATR×1.5 (2.5 for Gold) with TP at 1.5R, moving to break-even at 60% and trailing after 80%
I'm looking for an alchemist researcher for " Philosopher's Stone" because I want to turn everything into gold. No mistakes are possible, or else there will be an explosion of magical concoctions. 100% trust must be given. No errors in proportions are possible. No communication errors mistake , between us are possible. So no curious, whiny children under 300 jobs who just come to snoop around and gain strategy are

Proje bilgisi

Bütçe
30+ USD
Son teslim tarihi
from 1 to 7 gün

Müşteri

(7)
Verilmiş siparişler11
Arabuluculuk sayısı0