Expert Advisor para gerenciamento de risco

MQL5 Experts

Spécifications

Preciso de um Painel de Negociação com um design bem minimalista (simples, limpo e objetivo), para operar o Índice Nasdaq.

LAYOUT

A primeira informação deve conter o botão de minimizar ou fechar o painel (canto superior direito);

Abaixo terá um campo de informações sobre a conta, se ela é conta demo ou conta real.

Abaixo o nome do ativo a ser negociado.

Abaixo, o número referente ao valor de compra e venda a mercado. Um ao lado do outro.

Abaixo, haverão 3 botões, 1 no lado direto superior que será o botão de SELL (VENDA), 1 no canto superior esquerdo será o botão BUY (COMPRA) e uma janela no meio editável para informar o lote que será operado com a opção de + e - para edição do lote.

Abaixo do campo editável terá um botão de CLOSE (FECHAR).

Abaixo terá uma escrita no canto esquerdo TAKE PROFIT e logo a frente um campo editável para informar em pontos o limite de ganho durante uma operação.

Abaixo terá uma escrita no canto esquerdo STOP LOSS e logo a frente um campo editável para informar em pontos o limite de perda naquela operação.

Abaixo terá um escrita no canto esquerdo TRAILINGSTOP e logo a frente um campo editável para informar em pontos que a partir dalí a linha de stop loss deve se mover para o zero.



FUNÇÕES DO ROBÔ

A funcionalidade do robô é simples, uma vez que o trader efetue uma compra ou venda, a ordem entra de acordo com os parâmetros pré-definidos e o trailingstop, que se movimenta de acordo com os parâmetros pré definidos. Exemplo: Caso os parâmetros sejam preenchidos com, TAKE PROFIT em 1000 pontos o STOP LOSS em 1000 pontos e o TRAILINGSTOP em 500 pontos, uma vez efetuada uma compra ou venda, uma ordem deve entrar com os parâmetros pré definidos.

O trailingstop sempre terá que se mover de 100 em 100 pontos. O primeiro acionamento (já definido em pontos sem layout) o stop loss sairá do ponto estabelecido e irá para o zero. Quando o mercado correr mais 100 pontos do ponto de acionamento do trailingstop, o trailingstop é acionado novamente e ele se move para 100 pontos positivo da sua entrada. Exemplo, se eu determinar que o trailingstop será acionado quando o mercado estiver a 600 pontos da minha entrada, quando o mercado chegar a 600 pontos o meu stop loss que estava, por exemplo, em 1000 pontos, deverá subir para o zero. Quando o mercado chegar a 700 pontos, o trailingstop é acionado novamente levando o meu stop loss que estava no zero, para 100 pontos positivos, e assim sucessivamente até o mercado atingir o TAKE PROFIT ou ele retornar e atingir o trailingstop

PARÂMETROS PARA SEREM PREENCHIDOS ANTES DO ROBÔ SER ABERTO

Haverá uma aba escrita, PARÂMETROS DE ENTRADA.

Abaixo um campo escrito FINANCEIRO DE TAKE PROFIT DO DIA, logo a frente um campo editável para informar o valor de ganho financeiro do dia.

Abaixo um campo escrito FINANCEIRO DE STOP LOSS DO DIA, logo a frente um campo editável para informar o valor de perda financeira do dia.

Abaixo um campo escrito TECLAS DE ATALHO, logo a frente um campo editável para informar se irá utilizar ou não o atalho do teclado (verdadeiro / falso).

Abaixo um campo escrito TECLA DE COMPRA, logo a frente um campo editável para informar qual letra será utilizada.

Abaixo um campo escrito TECLA DE VENDA, logo a frente um campo editável para informar qual letra será utilizada.

Abaixo um campo escrito TECLA DE FECHAR ORDEM, logo a frente um campo editável para informar qual letra será utilizada.



INFORMAÇÕES EXTRAS PARA O FUNCIONAMENTO DO ROBÔ

O objetivo do preenchimento dos parâmetros financeiros de take profit e de stop loss são importantes para que uma vez atingido o valor determinado, o MetaTrader deve ser fechado e bloqueado, sendo possível reabri-lo somente após a virado do dia no gráfico.
Caso tenha alguma dúvida por gentileza pergunta.
Muito obrigado.

Dossiers :

PNG
Exemplo.png
4.2 Kb

Répondu

1
Développeur 1
Évaluation
(74)
Projets
121
43%
Arbitrage
12
33% / 50%
En retard
17
14%
Gratuit
Commandes similaires
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
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. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
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

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD