MT5 EA that trades using combination of MACD + RSI Indicators

指定

EA will open trades based on the following rules:


BUY (see image 001 for example)

RSI crosses through 50 and closes above 50 for previous bar

+

MACD Histogram is greater than 0


Sell (See image 002 for example)

RSI crosses through 50 and closes below 50 for previous bar

+

MACD Histogram is less than 0


The following features must be supported in the followig gorupings:


Heading  Feature  Options / Selections  Notes for developer 
 INITIAL TRADE SETTINGS Trade Direction Buy
Sell
Both
 Will determine whether trades are opened in 1 or both directions
  Initial lots Fixed lotsize
Lots per $1,000 balance
How the position size for the initial trade in the series will be calculated. Is either a fixed value set by the user, or a value determined by the size of the account
  Fixed Lot Free text Is the size of each initial trade for each new series, eg: 0.01
  Lots per $1,000 balance Free text Is the rule which will calculate the initial trade size for each new series. Eg: if balance = $2,000 and value in field is 0.01, then initial trade size will be 0.02
  Max lots (0 disabled) Free text Is the maximum lotsize that can be opened for the initial trade. Eg: if set to 1, then the EA will never open an initial trade greater than 1 lot.
  Comission per lot Free text The amount of comission paid per lot traded, for example 1 lot = $7, a micro lot =$.08
  Close on Opposite Signal True
False
Will close open trades if a reversal signal is generated
  Open trade for every signal True
False
Will open a new trade each time a valid signal is generated, even if there is already a trade open. Does not take into account grid. See image EA 003/EA 004
       
 INITIAL TRADE STRATEGY Activate MACD True
False
Will set whther the MACD settings are used to determine an appropriate open for a trade.
If set to true then the MACD will be used to help filter new initial trades
If set to false then the MACD will not be used to filter trades
  Fast EMA Free text
 
  Slow EMA Free text
 
  MACD SMA Free text
 
  Apply to Close 
Open
 
       
       
  Activate RSI True
False
Will set wither the RSI settings are used to determine an appropriate open for a trade
If set to true then the RSI will be used to help filter new initial trades
If set to false then the RSI will not be used to filter trades
  RSI Signal level Free text (numbers) This is the signal generator for the RSI. For example, if set to 50, then when the RSI crosses and closes above or below 50, a different signal will be generated that will be validated by the MACD, if enabled.
  Traditional RSI Buy (0 disable) Free text If set then a Buy trade will be opened when this level is hit. Can be used in conjunction with RSI signal level
  Tradition RSI Sell (0 disable) Free Text If set then a Sell trade will be opened when this level is hit. Can be used in conjunction with RSI signal level
       
 GRID SETTINGS  Max Grid trades (0 disabled) Free text The maximum number of grid trades that can be opened in a series. 0 means no grid
  Grid Type Fixed distance

Custom
Fixed distance applies the same number of points to each subsequent grid trade. for example, if set to 200 points, the first grid would be opened 200 points from the initial trade, the second @ 400 points, the 3rd at 600 points etc etc

The user can specify their grid distances
  Fixed distance (points) Free text  The distance each new grid will be opened for the fixed grid option
  Custom Grid Disance Free text  User is able to enter their grid settings, for example 100;200;300;400;500;600. This would cause the first grid trade to be opened 100 points from the inital trade, the second grid trade to be opened 200 points from the initial trade etc etc
  Open new Grid trade on new candle only True
False
If true new grid trades will only be opened on a new candle where the grid distance is valid
If false grid trades will be opened when the grid distance is met
  Lot multiplier for Grid Multiple
Add Lots
Fixed Lots
Multiple will use a multiplier to set next trade value
Will add a set number of lots to each subsequent order
Will used a fixed value for all grid traes
  Multiplier value Free text Is the value that will be used to multiply by most recent trade to determine value of next trade. for example: if initial trade is 1.0, and multiplier is 1.5, then first grid trade will be 1.5 lots, second grid will be 2.25 lots etc.
When max lots is reached then all new trades will be opened at the maximum size until maximum number of grids has been opened.
  Add lots Free text Will add the value provided to the previous trade volume. For example: if initial trade is 0.01 and value for 'add lots' is 0.01, then the first grid trade will be opened at 0.02 lots
  Fixed lots Free text Sets the value for all grid trades. For example, if set to 0.75, all grid trades opened will be 0.75, regardless of the value of the initial trade
       
 PROFT & LOSS Take Profit Individal
Averaging
Will close each trade individually as they hit TP
Will close all open trades in a given direction (or both) once average TP hit
  Averaging behaviour Single direction
All trades
Single Side: Will average profit for all trades in a single direction. For example, if there are 4 BUY trades opened, 2 at a loss and 2 in profit, if profit value is reached then close all 4 trades
All Trades: Will average profit for all trades currently opened. For example: if there are 3 BUY and 1 SELL trades opened with 1 in profit and 3 at loss, if profit value is reached, close all trades.
  Individual TP Free text The TP in points for each opened trade
  Averaging TP Free text The TP in points when averaging
  Stop Loss Individal
Averaging
Individual will assign a SL to each trade individually and if hit the single trade will be closed
Averaging will close all open trades when the 'average' stop loss is hit
  Averaging behaviour
Single direction
All trades
As above for TP
  Trailing Stop Enable
Disable
Will enable or disable trailing stop
  Trail Start Free text The value in points that the trade must be in profit before trail will begin. for example, if set to 50, when trade is 50 points in profit the trail will begin waiting for the first step
  Trail Step Free text The size of the step for the trailing stop. For example, if set to 50, then once a trade reaches 100 points profit the trailing stop will move to 50 points (because trail start was set to 50)
       
Trade Settings Trade Sunday True
False
 
  Trade Monday   True
False
 
  Trade Tuesday   True
False
 
  Trade Wednesday   True
False
 
  Trade Thursday   True
False
 
  Trade Friday   True
False
 
  Trade Saturday   True
False
 
       
 EA Config Max Spread free text the maximum allowable spread. If spread is higher than this value, EA will not open trade
  Magic Number free text  
  Initial Trade Comment free text  
  Grid trade comment free text  
       
 EA Info Display  Display info panel True
False
Will display the info panel on the chart. See attached image EA Display for design
  Display positioning TLHS
BLHS
TRHS
BRHS
Top Left Hand Side
Bottom Left Hand Side
Top Right Hand Side
Bottom Right Hand Side
  Font size (0 auto) free text  
  font colour Colour picker  
  Show trade lines True
False
Will draw line between open and close price when trade is closed
       


附加的文件:

JPG
EA_001.jpg
107.5 Kb
PNG
EA_002.png
20.2 Kb
PNG
EA_003.png
52.3 Kb
PNG
EA_004.png
29.5 Kb

反馈

1
开发者 1
等级
(116)
项目
137
36%
仲裁
16
13% / 69%
逾期
9
7%
空闲
2
开发者 2
等级
(21)
项目
23
0%
仲裁
6
17% / 83%
逾期
2
9%
空闲
3
开发者 3
等级
(174)
项目
199
12%
仲裁
38
37% / 34%
逾期
5
3%
工作中
发布者: 2 代码
4
开发者 4
等级
(219)
项目
370
42%
仲裁
145
17% / 41%
逾期
124
34%
空闲
发布者: 38 代码
5
开发者 5
等级
(52)
项目
89
25%
仲裁
8
75% / 13%
逾期
44
49%
空闲
6
开发者 6
等级
(1927)
项目
3545
88%
仲裁
73
40% / 15%
逾期
268
8%
空闲
相似订单
Here are the ThinkScript codes from ThinkorSwim in a Text (.txt) file- I placed a hashmark (#) by the name of each indicator or system with the code underneath - let me know if you have any questions as you convert these into TradingView - thanks i will be looking for graet developer to build for this project
Automated Trading BOT 50 - 75 USD
🔹 Project: Auto Execution Bot for XAUUSD 🔹 Platform: TradingView + Broker (MT5/Exness) 🔹 Script Language: TradingView Pine Script v5 + webhook/API integration 🔹 Strategy: Price action based entry/exit logic 🔹 Requirements: • Auto execute trades based on price action signals • Stop loss / Take profit logic • Session filters, risk management • Alerts with webhooks to broker bridge • Backtesting + live
I want to buy EA which works in proper sl and target by taking 0.5% or 1% per risk per trade,, no grid, no martingle,, i want minimum 10% to 25% profit monthly,, i want it for investor accoubt handling purpose,, it may follow any stategy or indicator i dont matter,, but i want consisten and maximum draqdown it can have 40 to 50% no prblm but i want regular monthly 10 to 25% return,, 👉 I want you to provide me ex5
Ones EA start just buy at market order with input varibale "initial lot size",, example 0.01 lot,, and immedetely put target and stoploss by "input varible "distance points",, example 1000 points,,, if target hit then immediately take another buy order at market price with same points"distance points",, if tp hit this process keep on goes,, But if sl hit then immediately take sell order with lot size 0.03 with sl
GoldTrade EA 40+ USD
تمام، إليك وصف جاهز بالإنجليزية لنسخه في صفحة "Publish New Job" على موقع *mql5.com*: --- *Job Title:* *MT5 EA for Funded Accounts – XAUUSD – 3 Targets – Daily Loss Limit* --- *Description:* I need a professional MQL5 developer to create an Expert Advisor (EA) for trading *XAUUSD (Gold)* on a *5-minute chart* for *funded prop firm accounts*. *Main Features:* - *Lot Size*: 1% of available balance per trade -
Hello, I’m interested in buying a solid, profitable EA with verified results. Before purchasing, I’d like to test it first—either a time-limited demo version or another limited evaluation option (for example, a demo-only license or restricted lot size). If you’re selling an EA and can offer something like this, please share the details (strategy type, recommended pairs/timeframes, risk settings, and any live/backtest
Signal Logic - Swing points detected correctly (Fractals or N-bar) - BOS triggers only on bar close beyond swing level (+ optional min break distance) - FVG zones detected correctly (3-candle gap) and stored with clear boundaries - FVG invalidation works as configured (full fill / partial fill / timeout) Entry & Execution - Entry only after BOS (if enabled) and on return to active FVG zone - Bar-close confirmation
Hi, I’m searching for a developer who already has a high‑performance Gold EA that can beat the results shown in my screenshot. If you have such an EA, please reply with: - A brief description of how it works (grid, scalping, SMC, etc.) - Backtest results and the set files you used - Whether you’re willing to make minor tweaks so I can use it as my own If the performance looks good, we can discuss adjustments and next
Need a HFT scalping EA 30 - 100 USD
Require the development of a high-speed HFT, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically
Looking for an experienced MQL4/MQL5 developer. Task: EX4 → MQ4 recovery Modify EA logic Convert MQ4 → MQ5 (fully working) Must understand MT4 vs MT5 differences and deliver clean, tested code. This is a paid job, with possible follow-up work if things go well. DM me with your experience and examples of similar work

项目信息

预算
50 - 150 USD
截止日期
 5  20 天