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

MQL4 Experten

Spezifikation

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

Bewerbungen

1
Entwickler 1
Bewertung
(10)
Projekte
25
28%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
4%
Beschäftigt
2
Entwickler 2
Bewertung
(68)
Projekte
79
9%
Schlichtung
33
9% / 55%
Frist nicht eingehalten
6
8%
Beschäftigt
3
Entwickler 3
Bewertung
(339)
Projekte
457
52%
Schlichtung
22
50% / 27%
Frist nicht eingehalten
5
1%
Beschäftigt
4
Entwickler 4
Bewertung
(188)
Projekte
308
15%
Schlichtung
20
40% / 35%
Frist nicht eingehalten
16
5%
Überlastet
5
Entwickler 5
Bewertung
(16)
Projekte
24
17%
Schlichtung
2
0% / 50%
Frist nicht eingehalten
1
4%
Frei
6
Entwickler 6
Bewertung
(119)
Projekte
169
38%
Schlichtung
9
78% / 22%
Frist nicht eingehalten
15
9%
Frei
7
Entwickler 7
Bewertung
(58)
Projekte
82
54%
Schlichtung
9
33% / 33%
Frist nicht eingehalten
7
9%
Frei
8
Entwickler 8
Bewertung
(87)
Projekte
107
24%
Schlichtung
8
38% / 25%
Frist nicht eingehalten
8
7%
Arbeitet
9
Entwickler 9
Bewertung
(32)
Projekte
35
54%
Schlichtung
0
Frist nicht eingehalten
1
3%
Frei
10
Entwickler 10
Bewertung
(58)
Projekte
178
71%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
1
1%
Arbeitet
11
Entwickler 11
Bewertung
(23)
Projekte
45
20%
Schlichtung
24
29% / 46%
Frist nicht eingehalten
12
27%
Frei
12
Entwickler 12
Bewertung
(13)
Projekte
17
12%
Schlichtung
7
14% / 57%
Frist nicht eingehalten
4
24%
Frei
13
Entwickler 13
Bewertung
(197)
Projekte
201
27%
Schlichtung
0
Frist nicht eingehalten
3
1%
Frei
14
Entwickler 14
Bewertung
(455)
Projekte
515
33%
Schlichtung
26
38% / 46%
Frist nicht eingehalten
7
1%
Beschäftigt
15
Entwickler 15
Bewertung
(168)
Projekte
192
11%
Schlichtung
37
38% / 35%
Frist nicht eingehalten
5
3%
Arbeitet
16
Entwickler 16
Bewertung
(5)
Projekte
6
0%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
0
Frei
17
Entwickler 17
Bewertung
(3)
Projekte
4
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
18
Entwickler 18
Bewertung
Projekte
1
0%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
0
Frei
19
Entwickler 19
Bewertung
(41)
Projekte
88
14%
Schlichtung
30
30% / 53%
Frist nicht eingehalten
36
41%
Arbeitet
Ähnliche Aufträge
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
I need a martingale EA to trade with my indicator. I will send you a model EA for you to follow how the martingale system should work. or you can come up with your martingale concept. Need EA in one hour since this is easy

Projektdetails

Budget
300+ USD
Für die Entwickler
270 USD
Ausführungsfristen
bis 5 Tag(e)