Hi! I need someone to add some money management functions to my existing EA

工作已完成

执行时间2 天
客户反馈
The dev integrated its lines of code to my existing EA without changing much of my work and the problems were resolved quickly.

指定

*** I will add my EA as a reference. Feel free to modify it. Note that I am primarily a trader and not a programmer!

First, I would like the EA to manage several position at the same time (3 per trade & up to 6) . Therefore, different targets (TP), but the same stoploss (SL) based on the ATR. Parameters must be variable.

Example: //Inputs

//Money Management

sinput string MoneyManagement;

input bool takebuytakesells=true;  // (If I have a sell signal, while i am in buys, I want to be able to take it too)

input double TotalRiskPercentage=3;

input double p1risk=50; double Pone=TotalRiskPercentage*(p1risk/100);

input double p2risk=25; double Ptwo=TotalRiskPercentage*(p1risk/100);

input double p3risk=25; double Pthree=TotalRiskPercentage*(p1risk/100);

sinput string ATRin;

input int ATRperiod=8;

input double ATRmultiplierForStops=1,75;

input double ATRmultiplierForTP1=0.50;

input double ATRmultiplierForTP2=1;

sinput P3trail;

input TrailStep=100;

When P1 reaches its target, I want to move the stops of p2 and p3 to break even + commissions (1.5pips).

When P2 hits its target, I want p3 to trail 10 pips.

Finally, I want the EA to wait to exit the trade before taking another. (Not two buy signal at the same time)

***ATR calculation must work on all pairs.

Thanks!


附加的文件:

MQ5
Bounce.mq5
11.0 Kb

反馈

1
开发者 1
等级
(71)
项目
103
20%
仲裁
6
0% / 83%
逾期
3
3%
空闲
2
开发者 2
等级
(188)
项目
212
58%
仲裁
9
11% / 89%
逾期
8
4%
空闲
3
开发者 3
等级
(443)
项目
570
37%
仲裁
106
39% / 33%
逾期
17
3%
空闲
4
开发者 4
等级
(174)
项目
200
12%
仲裁
39
38% / 33%
逾期
5
3%
空闲
发布者: 2 代码
5
开发者 5
等级
(65)
项目
71
30%
仲裁
8
0% / 88%
逾期
5
7%
空闲
相似订单
Hello, I have a custom indicator with a specific line. Logic I want: 1. When a candle closes and crosses the indicator line (I will tell you the buffer number of this line), start counting. 2. After the cross, wait for 3 consecutive candles with the same color / same direction. 3. If the 3 candles are bullish, open a BUY trade on the next candle open. 4. If the 3 candles are bearish, open a SELL trade on the
I need I trading robot with a dashboard for stop and start working 99%accurate profit while scalping me the user only putting password of mt5 then I run it that doesn't take a long time to process a trade and always making sure that altlest it makes 500dollars per day using 0.05 lot size
Require an EA that opens trades at preselected RSI values. The EA will then monitor the gain/loss of the open positions and close them as specified in terms of points gain/loss. Once a position closes, the action will trigger the opening of other positions as specified
Look at this chart. The ellipses that I have identified show reversals and liquidity was I am trying to find a good way to identify these areas an indicator that automatically detects the sweep and reversal Look at this chart. The ellipses that I have identified show reversals and liquidity was
Anyone with experience in trading bots? I'm using TraderBlox ( https://traderblox.com/ ) and the AI assistant generated a bot with RSI that's showing a 68% win rate in backtesting. However, the generated code has some parts " Important: I will only reply to those who send me a photo of their project and have read this; this way I rule out bots. "I don't fully understand (especially order management and dynamic
Ich möchte einen professionellen Expert Advisor (EA) für MetaTrader 5 entwickeln lassen, der sich funktional am ThunderGold Scalper orientiert. Instrument: XAUUSD / GOLD Zeitrahmen: M15 Plattform: MetaTrader 5 / MQL5 Der EA soll eine eigene, nachprogrammierte Strategie verwenden und keine geschützten Quellcodes oder proprietären Dateien des Originalprodukts kopieren. Gewünschte Funktionen: automatischer Handel auf
I need a fully automated Expert Advisor (EA) written in MQL5 for MetaTrader 5. The EA must work directly inside MT5 and must NOT require TradingView, PineConnector, webhooks, or another external connector to place trades. Trading Instrument Primary symbol: XAGUSD (Silver) My broker may display the symbol as XAGUSD-ECN, so the EA should work with the broker’s available XAGUSD symbol. Main entry timeframe: 5-minute
Hi, I am looking for a profitable manual strategy for trading in forex, no bot no EA , only EA. I want to make good profit.If any one has please let me know, i will test it and if satisfied only i will make the payment. Regards
SmartMove_EA 30+ USD
I need a EA programer to program my EA for MLQ5 to sell at the last candle before impulses to the downside(-) and buy on the last candle before the upside(+) movement. For the take profit we target the nearest high for buy and target nearest low for sell.Stop loss on the last weak of the order block
GoldTrade EA 89+ USD
//+------------------------------------------------------------------+ //| XAUUSD Wolfe + SMC Quick Profit EA | //| MT5 / MQL5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS //================================================================== //--- General

项目信息

预算
100 - 300 USD
截止日期
 1  5 天