Equity protector Modifications needed for an mt5 EA

MQL5 指标 专家

工作已完成

执行时间3 天
客户反馈
Great coder! highly recommended!!!
员工反馈
Good job !

指定

below is the changes and format i need for my mt5 EA - aswell as ALL the below features, i need the ea too work so if running multiple pairs on the same account, they will all close down TOGETHER if max loss or profit target is hit. 


--------------------- Equity protector settings ------------------------


Maximum Loss % (Based on equity)                        0                                 *** IF HIT, EA WILL CLOSE ALL OPEN TRADES AND NEVER OPEN AGAIN***

Max Daily Running Loss (In currency)                     0                                 *** IF DAILY RUNNING LOSS IS HIT, EA WILL AUTOMATICALLY RESTART NEXT DAY IF RESTART NEXT DAY FEATURE IS TRUE***

Profit Close % (Based on equity)                            0                                 *** IF HIT, EA WILL CLOSE ALL OPEN TRADES AND NEVER OPEN AGAIN***

Restart EA if daily loss hit                               TRUE/FALSE

Time of restart (Hour)                                          2

Time of restart (Minute)                                       0


---------------------------------------------------------------------------------------------------------


Maximum Loss % (Based on equity)

Based on the difference of the initial starting balance VS the overall loss in equity.

Example;

Starting Balance =  $100,000

Maximum Loss % Based on equity) = 10

We could lose $1000 a day for 10 days = $90,000 = Max loss hit 

or we could loose $5000 in first day, then second day we have open loss of $5000 = equity now would be $90,000 = Max loss hit


When the account equity hits $90,000 EA will close ALL open trades on the account and EA (s) will NEVER turn back on.

-------------------------------------------------------------------------------------------------------------------------------------------------------------

Max Daily Running Loss (In currency)

Based on OPEN running loss in currency 

Example;

Max Daily Running Loss (In currency) = 4500 

When we have an open loss/open drawdown of -$4500 EA will close ALL trades & Restart next day.

We ignore closed profit, This is just based of OPEN running loss.

when running EA on multiple pairs on the same account, ALL EA's need to close down together if ''Max daily loss'' hits, then all restart at the same time the next day if the ''restart ea input is set to true''


-------------------------------------------------------------------------------------------------------------------------------------------------------------

Profit Close % (Based on equity)


Based on the difference of the initial starting balance VS the overall profit made in equity.

Example;

Starting Balance =  $100,000

Profit Close % (Based on equity) = 10

We make $1000 a day for 10 days = $110,000 = Profit close target hit 

OR 

we could make $9000 in first day, second day we make $2000 but we have -$2000 running loss  (equity now would be $109,000) so we now wait for open loss to reduce to 1k OR to make an extra $1000 so equity would be $110,000 = EA close all open trades and NEVER turn back on.


When the account equity hits $110,000 EA will close ALL open trades on the account and ea 's' will NEVER turn back on.


---------------------------------------------------------------------------------------------------------------------------------------------------------------

Restart EA if daily loss hit                               TRUE/FALSE

Time of restart (Hour)                                          2

Time of restart (Minute)                                       0





Restart ea if daily loss hit = The ea will automatically turn back on and resume trading the next day if the daily loss is hit

time of hour and minute =  

hour = 2
minute = 0         = ea will restart next day at 02:00

附加的文件:

TXT
mods.txt
259 b

反馈

1
开发者 1
等级
(3)
项目
4
0%
仲裁
2
0% / 100%
逾期
1
25%
空闲
2
开发者 2
等级
(361)
项目
644
26%
仲裁
92
72% / 14%
逾期
12
2%
工作中
发布者: 1 代码
3
开发者 3
等级
(332)
项目
485
40%
仲裁
82
11% / 63%
逾期
77
16%
空闲
发布者: 1 代码
相似订单
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
I have a EA/indicator that I want built. I should say 1st off dont know how to code myself so I will be using AI to verify that the source code is complete and matches the documents spec or if better so if you can not truly do the job do not waste either of out time. This is a idea I came.up wit and used AI to produce a framework for it.... and of course AI isn't 100% accurate so I need a knowledgeable quantitative
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy

项目信息

预算
30 - 70 USD