MT5 Trade Manager/Assistant GUI

MQL5 Esperti

Specifiche

I need a MT5 GUI expert to help with my project.

     I should be able to enter %risk or amount risk as input on the GUI and have lines displayed on the screen to place trades by moving lines for entry, TP, SL and clicking. The lines should have handles to drag and move so that I don't have to precisely click on a small line. There should be a third line in additional serving as a "Marker" for multiple orders. 'N' orders should be placed between the entry and the "Marker" with risk equally divided across N orders, where N is given as input. The entry line should have a "Place" button to click which places the trade. (See figure)

Candles should be visible on top of the shaded areas for placing trade with SL and TP
Once a trade is placed, the EA should remember the SL and TP levels and for any future trades that are placed, the same SL and TP levels should be the default levels for the future.
If there is only one order (N=1), it will be placed at the location of "Place" line and "Marker" line is not displayed.

I need a Close% button to close any given percentage of the CURRENT PROFIT/LOSS. The percentage is given as input. (See figure)
The close% button should work in the following manner:

Say the percentage specified is x. The EA should sort all the orders according the drawdown/profit in PIPS (not USD). Assume the entries 1,2,3,4... are in sorted order now i.e 1 has more drawdown in pips than 2, 2 more drawdown in pips than 3 etc.. . First K orders of 1,2,3.. will be FULLY closed and (K+1)th order will be partially closed causing x% of current profit/loss to be secured. 

percprof= x*OpenProfit/100;
K=0
for i=1:totalorders
{
partprof = sum(profit_j); %%%j goes from 1 to i; profit_j is the profit of the entry_j
if partprof>percprof
{
break;
}
K=K+1;
}
diff =  percprof-partprof
x2= diff*100/profit_(K+1)
Now orders 1 to K and x2% of the order K+1 need to be closed. Ignore (K+1) if x2 is less than 1%. The closing need to be done in the following order:
Sort (orders 1 to K, x2%(K+1)size) according to lot size. Then close order with largest size first, smallest last.

I need a "Modify TP" functionality with a percentage input. Say x3% is specified. Then I should be able to place TP for x3% of the orders (% in profit) at the "Modify TP" line. Say the TP line is at location L

ProfitatL = sum((entry_i_location -  L)*size_i*price_per_point);% i goes across all entries.
percprof= x*ProfitatL/100;
K=0
for i=1:totalorders  %orders are sorted according to profit in pips.. 1 has least profit in pips, 2 has more pips than 1, 3 has more pips than 3
{
partprof = sum((entry_j -  location)*size_j*price_per_point); %%%j goes from 1 to i
K=K+1;
if partprof>percprof
{
K=K-1
break;
}
}
%place TP at location L for orders 1 to K (See figure for illustration)

I need a similar modify SL option, similar to above, but SL is modified for all orders with out any percentage selection.

All the functionalities shown in the figure should be implemented including the numbers appearing on the handles of lines.

Preferably should be able to show me some example of previous GUI projects the developer has worked in.

I would need the complete source code.

Con risposta

1
Sviluppatore 1
Valutazioni
(390)
Progetti
416
30%
Arbitraggio
73
19% / 70%
In ritardo
52
13%
Caricato
2
Sviluppatore 2
Valutazioni
(5)
Progetti
1
100%
Arbitraggio
4
0% / 75%
In ritardo
0
In elaborazione
3
Sviluppatore 3
Valutazioni
(29)
Progetti
49
22%
Arbitraggio
14
29% / 21%
In ritardo
13
27%
Gratuito
4
Sviluppatore 4
Valutazioni
(2)
Progetti
5
0%
Arbitraggio
3
0% / 100%
In ritardo
3
60%
Gratuito
Ordini simili
I'm looking for a skilled trader/developer to share a proven scalping strategy on M1-M5 timeframes without using Martingale, Grid trading, or Hedge. Requirements: - Minimum trade duration: 2 minutes - Lot size: <20 - Proof of skill: Provide MT4/MT5 trade history report (PDF/HTML) - No High Frequency Trades - GMT+1 timezone, flexible hours - Price negotiable, performance-based compensation possible If you're a
Create a script. The purpose of the script is to catch changes in the trend and execute a trade. We will include a single indicator that is used as a signal. The stop loss is defined. Here is the blueprint: The indicator is Donchain Channels. The parameters are Lenght 20, Offset: 0. The timeframe is 1H. Instrument is EUR/USD. Condition: use candle close as parameter to execute a BUY or SELL order. if the Donchain
MT5 30 - 50 USD
I'm looking for an experienced MQL5 developer to help with backtesting, optimization, and VPS setup for a prop firm EA on XAUUSD (Gold). Scope of work - Backtest and optimize using high-quality tick data from Dukascopy or Polygon (2020–2025) - Perform Monte Carlo and Walk-Forward testing to optimize parameters like ATR multipliers and risk % - VPS installation and configuration for continuous MT5 operation - Apply
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
Expert MQL5 Developer 30 - 200 USD
Transform Your Trading Strategy into a Powerful Automated Reality! Are you looking for a reliable developer to automate your trading edge? I specialize in creating high-performance Expert Advisors (EAs) and custom indicators for MT5, tailored exactly to your unique trading rules. Why work with me? Tailor-Made Solutions: Whether it’s SMC (Smart Money Concepts), ICT, Grid, Martingale, or Scalping—I code it all based on
💡🤝 I am open to various proposals and product ideas — cooperation, partnership, or joint ventures are welcome. 🛂✈️ I can also assist with arranging a visa or passport for a European Union country 🇪🇺 ✅🤝 I am looking for an honest, reliable, and serious partner. 🚫❌ Serious offers only, please. 📩💬 Feel free to contact me if you are genuinely interested
I am looking for an experienced MQL5 developer to create a high-performance Super Scalper EA for MetaTrader 5, designed specifically for XAUUSD trading on IC Markets. Only serious developers with proven scalping experience should apply. 🔧 General Requirements Platform: MetaTrader 5 (MT5) Instrument: XAUUSD Timeframe: M1 – M15 Broker: IC Markets Initial capital: $100–150 USD Minimum lot: 0.01 Risk per trade
Hi! I need a trading bot/robot to automate my trades. I don't need much complicated bot. I want it to enter, exit trade and can do this in matter of second or multiple times in a second. Should be able to adjust, put SL/TP in the same menu. Would appreciate your ideas! Please write to me before anything else
I need bot that will auto execute trades bases on my price-action strategies all entries on XAUUSD and fire webhooks straight into my Exness MT5 account so trades are opened, managed, and closed without manual intervention. Core logic • Entry signals come exclusively from candlestick patterns. The exact patterns (e.g. Engulfing, Doji, Hammer) can be finalised together once you are on board, but the code must make it
I am looking for an experienced specialist to assist with the installation and configuration of multiple existing trading robots for use on prop firm accounts. Requirements: Proven experience working with high-performance and profitable trading robots Strong knowledge of prop firm requirements and constraints Assistance with MT4 setup and prop account connectivity Hands-on support and availability for follow-up

Informazioni sul progetto

Budget
80 - 100 USD
Scadenze
da 5 a 10 giorno(i)