Looking for A developer to Create Complex and MultiSymbol Divergence EA with News Filter

MQL4 Experts

Termos de Referência

I will share the strategy and commence work with anyone that could correct this stochastic divergence function and has a good track record.                                                         bool CheckStochasticDivergence() {
    // Get the current swing high/low in price
    double currentPriceHigh = iHigh(_Symbol, _Period, 0);
    double currentPriceLow = iLow(_Symbol, _Period, 0);

    // Loop through the last X candles to find the previous swing high/low in price
    double prevPriceHigh = currentPriceHigh;
    double prevPriceLow = currentPriceLow;
    double currentStochK = iStochastic(_Symbol, _Period, KPeriod, DPeriod, Slowing, MODE_SMA, 0, MODE_MAIN, 0);
    double prevStochKHigh = currentStochK;
    double prevStochKLow = currentStochK;

    for (int i = 1; i <= CandlesToRetrace; i++) {
        if (iHigh(_Symbol, _Period, i) > prevPriceHigh) {
            prevPriceHigh = iHigh(_Symbol, _Period, i);
        }
        if (iLow(_Symbol, _Period, i) < prevPriceLow) {
            prevPriceLow = iLow(_Symbol, _Period, i);
        }
        double stochKValue = iStochastic(_Symbol, _Period, KPeriod, DPeriod, Slowing, MODE_SMA, 0, MODE_MAIN, i);
        if (stochKValue > prevStochKHigh) {
            prevStochKHigh = stochKValue;
        }
        if (stochKValue < prevStochKLow) {
            prevStochKLow = stochKValue;
        }
    }

    // Check for bullish divergence
    if (currentPriceLow < prevPriceLow && currentStochK > prevStochKLow) {
        return true; // Bullish divergence
    }
    // Check for bearish divergence
    else if (currentPriceHigh > prevPriceHigh && currentStochK < prevStochKHigh) {
        return true; // Bearish divergence
    }
    else {
        return false; // No divergence
    }
}

Respondido

1
Desenvolvedor 1
Classificação
(10)
Projetos
25
28%
Arbitragem
1
0% / 0%
Expirado
1
4%
Carregado
2
Desenvolvedor 2
Classificação
(68)
Projetos
79
9%
Arbitragem
33
9% / 55%
Expirado
6
8%
Carregado
3
Desenvolvedor 3
Classificação
(339)
Projetos
457
52%
Arbitragem
22
50% / 27%
Expirado
5
1%
Carregado
4
Desenvolvedor 4
Classificação
(188)
Projetos
308
15%
Arbitragem
20
40% / 35%
Expirado
16
5%
Ocupado
5
Desenvolvedor 5
Classificação
(16)
Projetos
24
17%
Arbitragem
2
0% / 50%
Expirado
1
4%
Livre
6
Desenvolvedor 6
Classificação
(119)
Projetos
169
38%
Arbitragem
9
78% / 22%
Expirado
15
9%
Livre
7
Desenvolvedor 7
Classificação
(58)
Projetos
82
54%
Arbitragem
9
33% / 33%
Expirado
7
9%
Livre
8
Desenvolvedor 8
Classificação
(87)
Projetos
107
24%
Arbitragem
8
38% / 25%
Expirado
8
7%
Trabalhando
9
Desenvolvedor 9
Classificação
(32)
Projetos
35
54%
Arbitragem
0
Expirado
1
3%
Livre
10
Desenvolvedor 10
Classificação
(58)
Projetos
178
71%
Arbitragem
4
100% / 0%
Expirado
1
1%
Trabalhando
11
Desenvolvedor 11
Classificação
(23)
Projetos
45
20%
Arbitragem
24
29% / 46%
Expirado
12
27%
Livre
12
Desenvolvedor 12
Classificação
(13)
Projetos
17
12%
Arbitragem
7
14% / 57%
Expirado
4
24%
Livre
13
Desenvolvedor 13
Classificação
(197)
Projetos
201
27%
Arbitragem
0
Expirado
3
1%
Livre
14
Desenvolvedor 14
Classificação
(455)
Projetos
515
33%
Arbitragem
26
38% / 46%
Expirado
7
1%
Carregado
15
Desenvolvedor 15
Classificação
(168)
Projetos
192
11%
Arbitragem
37
38% / 35%
Expirado
5
3%
Trabalhando
16
Desenvolvedor 16
Classificação
(5)
Projetos
6
0%
Arbitragem
1
100% / 0%
Expirado
0
Livre
17
Desenvolvedor 17
Classificação
(3)
Projetos
4
0%
Arbitragem
0
Expirado
0
Livre
18
Desenvolvedor 18
Classificação
Projetos
1
0%
Arbitragem
1
100% / 0%
Expirado
0
Livre
19
Desenvolvedor 19
Classificação
(41)
Projetos
88
14%
Arbitragem
30
30% / 53%
Expirado
36
41%
Trabalhando
Pedidos semelhantes
Thinkorswim 30 - 35 USD
Hello I need a scan in TOS that scans for stocks that the obvm> 20expma for the last #days and macd< signal for the last #days. I will change the #days and maybe add othe filters later. Can you do it
I'd like an EA that would give me a signal by arrow on where to enter a position to catch a spike on 1 and 5 minute timeframe, on deriv synthetics boom and crash, buy signals on and sell signals on crash. I'd also like the EA to highlight areas of support and resistance for me. In addition, I would like a notification sent to my MT5 whenever a spike signal comes up. If possible, a blue chart background would do
I have two EA (1. Quantium Ticks 2. Bagaceira), worked fine previously, but stop once the latest MT4 was issued. Can someone re-programme two EA to be compactable with the latest MT4 ( I believe it is 1420+) . Kind Regards, Aivars
Hi, I need to improve the code of an indicator that is too heavy when used with iCustom inside another indicator or EA, in order to make it run faster as possible. I'll provide indicator after job acceptance. I request final source code mql5 file. Thank you Regards
i give you mql4 code file add new moving avarage and then buy and sell both trade when ma in beetween band only buy when ma below band moving avarage only sell when ma above both band example in attached file also need tgt in percentage
Hi chaps, I am looking for an EA which has the following conditions for long/short conditions (this will be applied to a 30m chart FYI): ==Long Entry== Time is > NYOpenTime (configurable) Price has gapped up by (X%) from the last candle of the previous session This will be calculated onTick - so as soon as a gap of X% is spotted Open > Close by X% Price is in an uptrend as confirmed by EMA of length X (configurable)
I have a hedging strategy idea I would like coded but it is complicated and advanced, I have two EAs I would like the idea coded to. I would like the coder to be professional and fast. The hedging strategy consists of opening multiple orders mixed of buys & sells. Please be experienced and don't waste my time or yours
JUDE 100+ USD
Make me money for me and guide me through the trading explaining the chart to me helping me to sell buy and trading with you showing massage that there is a new trade
I am looking for an experienced Forex trading expert to help me configure, set up, and run a fully automated trading account. I am new to Forex trading and am eager to learn, so I am seeking someone who can not only set up the account but also provide guidance and education throughout the process
I have an EA that works with GRID, very simple strategy. THE JOB - This current EA is not closing both sides when TP is reached so would like to make this function work. The strategy : The Expert will start and generate a position of buy\sell at the same time when added to chart. The frist and last positions are considered scalping positions with a smaller TP just for the purpose of generating IB comisisons. After

Informações sobre o projeto

Orçamento
300+ USD
Desenvolvedor
270 USD
Prazo
para 5 dias