MT5 Trade Manager/Assistant GUI

MQL5 Experts

Termos de Referência

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.

Respondido

1
Desenvolvedor 1
Classificação
(376)
Projetos
398
31%
Arbitragem
62
19% / 69%
Expirado
50
13%
Trabalhando
2
Desenvolvedor 2
Classificação
(5)
Projetos
1
100%
Arbitragem
4
0% / 75%
Expirado
0
Trabalhando
3
Desenvolvedor 3
Classificação
(28)
Projetos
47
23%
Arbitragem
13
31% / 15%
Expirado
12
26%
Livre
4
Desenvolvedor 4
Classificação
(2)
Projetos
5
0%
Arbitragem
3
0% / 100%
Expirado
3
60%
Livre
Pedidos semelhantes
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link

Informações sobre o projeto

Orçamento
80 - 100 USD
Desenvolvedor
72 - 90 USD
Prazo
de 5 para 10 dias