Convert customized MACD Strategy from Pinescript (TradingView) to MT5 advisor

Trabalho concluído

Tempo de execução 2 dias
Comentário do cliente
good!

Termos de Referência

1) You need to convert the MACD indicator strategy to MT5. ( Using exponentially moving average. In ema weighting factors decrease exponentially. It calculates by sing a formula: EMA = alpha * x + (1 - alpha) * EMA[1], where alpha = 2 / (y + 1))
2) According signs of entry or exit, make long or short.
3) Realize the profit with a limit order or realize the loss with a limit order. (fixed price and not to market)
4) If the result is loss, you must double the contract number in the next operation. Until the operation is successful and go back to the beginning. (button for enable or disable this function)

4.1) Example:

First transaction with 1 contract = Loss
Second operation must be 2 Contracts = Loss
Third operation must be with 4 Contracts = Loss
Fourth operation must be with 8 contracts = winner. (return to the beginning with 1 contract)

Respondido

1
Desenvolvedor 1
Classificação
(236)
Projetos
440
26%
Arbitragem
125
21% / 57%
Expirado
96
22%
Trabalhando
Pedidos semelhantes
Desenvolvimento de um EA que utilize o CAP channel para identificar tendencia e posicionar ordens O EA entraria comprado quando a tendencia for de alta no cap channel As ordens seriam posicionadas em grade desde a banda inferior até a mediana e o stop loss total a uma distancia da ultima ordem. Serao 3 ordens e 1 stop total. Tamanho do lote das ordens ajustavel. Distancia entre as ordens ajustavel. Distancia do Stop
Olá Já possuo um código de um EA que opera entrando e invertendo o movimento conforme o rompimento do candle. Ou seja quando o preço rompe a maxima/minima anterior, ele entra na direção do movimento. Já tenho esse código, preciso que somente seja otimizado, pois eu mesmo quem fiz. Porém minha solicitação é que ele rode em renko também, pois não consigo fazer ele rodar em renko, somente em candle, preciso que o
Hello. I open this work with the intention of changing the indicator that is present in my EA code. This is an EMA 200 code, called STR-EMA. I will send a FINAL-EMA file for the exchange to take place. Furthermore, I would like a simple modification to FINAL-EMA, which is the possibility of changing the period in X candles (it is currently set to pattern 200) Please note that the functionality of the EA should not be
//+------------------------------------------------------------------+ //| SimpleEA.mq5| //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023, MetaQuotes Software Corp." #property link " https://www.mql5.com " #property version "1.00" #property strict input int FastMAPeriod = 12; // Período da média

Informações sobre o projeto

Orçamento
30 - 50 USD
Desenvolvedor
27 - 45 USD
Prazo
de 5 para 15 dias