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

MQL4 Эксперты

Техническое задание

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

Откликнулись

1
Разработчик 1
Оценка
(10)
Проекты
25
28%
Арбитраж
1
0% / 0%
Просрочено
1
4%
Работает
2
Разработчик 2
Оценка
(67)
Проекты
76
7%
Арбитраж
33
9% / 55%
Просрочено
6
8%
Работает
3
Разработчик 3
Оценка
(329)
Проекты
448
52%
Арбитраж
22
50% / 27%
Просрочено
5
1%
Загружен
4
Разработчик 4
Оценка
(173)
Проекты
286
14%
Арбитраж
20
40% / 35%
Просрочено
15
5%
Загружен
5
Разработчик 5
Оценка
(16)
Проекты
24
17%
Арбитраж
2
0% / 50%
Просрочено
1
4%
Свободен
6
Разработчик 6
Оценка
(119)
Проекты
169
38%
Арбитраж
9
78% / 22%
Просрочено
15
9%
Свободен
7
Разработчик 7
Оценка
(55)
Проекты
80
54%
Арбитраж
9
33% / 33%
Просрочено
7
9%
Работает
8
Разработчик 8
Оценка
(83)
Проекты
103
24%
Арбитраж
7
43% / 29%
Просрочено
8
8%
Свободен
9
Разработчик 9
Оценка
(32)
Проекты
35
54%
Арбитраж
0
Просрочено
1
3%
Свободен
10
Разработчик 10
Оценка
(55)
Проекты
166
69%
Арбитраж
4
100% / 0%
Просрочено
1
1%
Свободен
11
Разработчик 11
Оценка
(23)
Проекты
45
20%
Арбитраж
24
29% / 42%
Просрочено
12
27%
Работает
12
Разработчик 12
Оценка
(13)
Проекты
17
12%
Арбитраж
7
14% / 57%
Просрочено
4
24%
Свободен
13
Разработчик 13
Оценка
(193)
Проекты
197
27%
Арбитраж
0
Просрочено
3
2%
Свободен
14
Разработчик 14
Оценка
(438)
Проекты
495
33%
Арбитраж
25
40% / 48%
Просрочено
7
1%
Загружен
15
Разработчик 15
Оценка
(167)
Проекты
192
11%
Арбитраж
37
38% / 35%
Просрочено
5
3%
Работает
16
Разработчик 16
Оценка
(3)
Проекты
3
0%
Арбитраж
0
Просрочено
0
Работает
17
Разработчик 17
Оценка
(2)
Проекты
3
0%
Арбитраж
0
Просрочено
0
Работает
18
Разработчик 18
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Работает
19
Разработчик 19
Оценка
(41)
Проекты
88
14%
Арбитраж
29
31% / 48%
Просрочено
36
41%
Загружен
Похожие заказы
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

Информация о проекте

Бюджет
300+ USD
Сроки выполнения
до 5 дн.

Заказчик

Размещено заказов1
Количество арбитражей0