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

MQL4 Experts

Spécifications

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
    }
}

Répondu

1
Développeur 1
Évaluation
(10)
Projets
25
28%
Arbitrage
1
0% / 0%
En retard
1
4%
Travail
2
Développeur 2
Évaluation
(67)
Projets
76
7%
Arbitrage
33
9% / 55%
En retard
6
8%
Travail
3
Développeur 3
Évaluation
(329)
Projets
448
52%
Arbitrage
22
50% / 27%
En retard
5
1%
Chargé
4
Développeur 4
Évaluation
(173)
Projets
286
14%
Arbitrage
20
40% / 35%
En retard
15
5%
Chargé
5
Développeur 5
Évaluation
(16)
Projets
24
17%
Arbitrage
2
0% / 50%
En retard
1
4%
Gratuit
6
Développeur 6
Évaluation
(119)
Projets
169
38%
Arbitrage
9
78% / 22%
En retard
15
9%
Gratuit
7
Développeur 7
Évaluation
(55)
Projets
80
54%
Arbitrage
9
33% / 33%
En retard
7
9%
Travail
8
Développeur 8
Évaluation
(83)
Projets
103
24%
Arbitrage
7
43% / 29%
En retard
8
8%
Gratuit
9
Développeur 9
Évaluation
(32)
Projets
35
54%
Arbitrage
0
En retard
1
3%
Gratuit
10
Développeur 10
Évaluation
(55)
Projets
166
69%
Arbitrage
4
100% / 0%
En retard
1
1%
Gratuit
11
Développeur 11
Évaluation
(23)
Projets
45
20%
Arbitrage
24
29% / 42%
En retard
12
27%
Travail
12
Développeur 12
Évaluation
(13)
Projets
17
12%
Arbitrage
7
14% / 57%
En retard
4
24%
Gratuit
13
Développeur 13
Évaluation
(193)
Projets
197
27%
Arbitrage
0
En retard
3
2%
Gratuit
14
Développeur 14
Évaluation
(438)
Projets
495
33%
Arbitrage
25
40% / 48%
En retard
7
1%
Chargé
15
Développeur 15
Évaluation
(167)
Projets
192
11%
Arbitrage
37
38% / 35%
En retard
5
3%
Travail
16
Développeur 16
Évaluation
(3)
Projets
3
0%
Arbitrage
0
En retard
0
Travail
17
Développeur 17
Évaluation
(2)
Projets
3
0%
Arbitrage
0
En retard
0
Travail
18
Développeur 18
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Travail
19
Développeur 19
Évaluation
(41)
Projets
88
14%
Arbitrage
29
31% / 48%
En retard
36
41%
Chargé
Commandes similaires
i have a custom indicator that i want to convert to expert adviser. it does not use stoploss it add pending orders that can be deleted i dont have much budget but i can connect you with who had
I am seeking a skilled developer with expetise in forex trading to code me a scalping robot . i want an ea that when i put it in will start trading within am minutes .the should able to work on deriv market and as well as on forex market. on forex market should work on few currencies, gold ,indices(nas100,us30) on deriv should able to trade synthetics but preferable crash and boom indices.the should be applicable to
I need an MT5 Expert Advisor (EA) to post Trade through External API. Requirements: Expertise in MQL5 and API integration. The EA must use the web request function to POST data. An input value for the API key must be included in the EA. Clear and well-documented source code is required. Details : The EA should handle API communication efficiently. I will provide additional information to selected candidates. Note
CREATING A BOT FOR MT4 AND MT5 USING BANDS,BUY AND SELL ARROWS AND 60% I need an expert who can combine bands, buy and sell arrows and 60% fibonaci retracement into a bot. I will send the rest of the specs to the selected applicant PLEASE KINDLY NOTE THAT I DONT HAVE THE SOURCE CODE FOR THE INDICATORS These are what I want the bot to look like for now; • An option to buy on every bearish candle that closes below the
I Need an advise which robot or how robot to execute trading in different items such as currencies, gold and silver etc. need this one to fit with my broker's MT4 and have other broker MT5. the time within one week to two weeks. price to fit with the desired performance and profitability. qoute in rental charges or for life time
create an expert adviser with tp and pending orders, no stoploss using a custom indicator tha will provide the buy and sell signal. the expert and the code will be match in same code (no use of icustom function). i will consider you if you can write code and show demo. i wonnt be hold by an incompepetent developer. the custom indicator prints a buy and sell arrow and line when it condition are met. i want the ea to
Entry Rules Long Entry: Opens long orders at the upper band of the Keltner Channel (period 252, factor 3.35) plus 0.5 times the smallest range of the last 170 bars, with a SL of 0.5% and moves SL to break-even at 2.3 times the ATR(117), valid for 111 bars. Exit after 65 bars. Short Entry: Opens short orders at the upper band of the Keltner Channel (period 124, factor 4.76) minus 0.1 times the biggest range of the
I want to develop bot for MT4 and i will send pdf to explain in detail and you have any questions on it https://drive.google.com/drive/folders/1TPtn-THkqbLqf6kL_w09OD4vcmhOerIc?usp=sharing I will be looking for great developer to bid for it best regard
Hi ALL I have an indicator,i need an expert who will develop an EA with that indicator together with the inputs i will be the best project ever happen. i will share indicator after we negotiate
I am looking for a tool that will calculate the max adverse excursion before a trade closes in profit or loss. The toll needs to analyse historical trades and record this value for each trade. The purpose is to assist me calculate the best stop loss for using a martingale system

Informations sur le projet

Budget
300+ USD
Délais
à 5 jour(s)

Client

Commandes passées1
Nombre d'arbitrages0