EA with OBV and Moving Average

Specification

Hi.

I need an EA based on the indicator OBV and the Moving Average (simple, exponencial, smoothed and linear weighted).

Buy signal = OBV crossing upwards the MA;

Sell signal = OBV crossing downwards the MA;

If a position is closed by the signal, the EA should open another one in the opposite direction.


The EA should have the following parameters included:

 - time to start;

 - time to finish;

 - end position before closing;

 - type of stop loss, take profit and trailing stop (in points or percentage);

 - stop loss, take profit and trailing stop;

 - type of moving average (simple, exponencial, smoothed and linear weighted);

The orders should only be executed during the working hours of the EA, even if is a stops loss or take profit order.


Responded

1
Developer 1
Rating
(7)
Projects
8
38%
Arbitration
3
33% / 33%
Overdue
2
25%
Free
2
Developer 2
Rating
(2423)
Projects
3045
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Free
3
Developer 3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
4
Developer 4
Rating
(563)
Projects
932
47%
Arbitration
301
59% / 25%
Overdue
124
13%
Working
Similar orders
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
Preciso criar set para meus Ea , operando Mini Indice e Mini Dolar B3. Objetivo: Busco otimizar e criar conjuntos de parâmetros (sets) para meus Expert Advisors (EAs) que operam no mercado de Mini Índice (WIN) e Mini Dólar (WDO) da Bolsa de Valores B3. O objetivo é maximizar a eficiência e os lucros das operações automatizadas, minimizando riscos e drawdowns. Contexto: Estou utilizando EAs no MetaTrader 5 para
//+------------------------------------------------------------------+ //| 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

Project information

Budget
30 - 60 USD
For the developer
27 - 54 USD
Deadline
to 10 day(s)