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
評価
(333)
プロジェクト
452
52%
仲裁
22
50% / 27%
期限切れ
5
1%
仕事中
4
開発者 4
評価
(178)
プロジェクト
293
15%
仲裁
20
40% / 35%
期限切れ
16
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%
仲裁
10
30% / 30%
期限切れ
7
9%
仕事中
8
開発者 8
評価
(84)
プロジェクト
104
24%
仲裁
7
43% / 29%
期限切れ
8
8%
仕事中
9
開発者 9
評価
(32)
プロジェクト
35
54%
仲裁
0
期限切れ
1
3%
10
開発者 10
評価
(56)
プロジェクト
169
70%
仲裁
4
100% / 0%
期限切れ
1
1%
11
開発者 11
評価
(23)
プロジェクト
45
20%
仲裁
24
29% / 46%
期限切れ
12
27%
12
開発者 12
評価
(13)
プロジェクト
17
12%
仲裁
7
14% / 57%
期限切れ
4
24%
13
開発者 13
評価
(194)
プロジェクト
198
27%
仲裁
0
期限切れ
3
2%
14
開発者 14
評価
(447)
プロジェクト
506
33%
仲裁
25
40% / 48%
期限切れ
7
1%
取り込み中
15
開発者 15
評価
(167)
プロジェクト
192
11%
仲裁
37
38% / 35%
期限切れ
5
3%
仕事中
16
開発者 16
評価
(4)
プロジェクト
5
0%
仲裁
1
100% / 0%
期限切れ
0
17
開発者 17
評価
(3)
プロジェクト
4
0%
仲裁
0
期限切れ
0
18
開発者 18
評価
プロジェクト
1
0%
仲裁
1
100% / 0%
期限切れ
0
19
開発者 19
評価
(41)
プロジェクト
88
14%
仲裁
29
31% / 55%
期限切れ
36
41%
仕事中
類似した注文
i have an ea that was made about a year ago. it works by creating a pair of buy/sell trades with the same lot size. the ones in profit are closed by psar, the loosing ones are partially closed. so there is always a grid of loosing trades open which creates a blanket of trades just waiting to be harvested by the psar. what i would like is an upper and lower level around 500 pips that follows the price line and closes
I need a deriv bot for trading volatility indices in deriv that is profitable and with the user guide on how to use it and with a recovery strategy . the bot should open trades and have a closed tp it should use strategy of a hft bot . 30% returns per day should be possible with the bot. I am looking forward to hear from you
Look to trade 5 or 15 mins charts of US30, JPY, EUR, XAU, BTC, etc that counts the number of up sticks or down sticks to determine entering into long or short positions. The stops and T/P levels are set based on volatility of the market at the time. chart time interval, trading instruments, count number of sticks, number of trades per day should be able set on setting file. Please contact me for detail requirements
Hi, I'm looking for a developer to create a service that can connect to multiple MT4/MT5 accounts across different brokers and retrieve profit/loss data for each account. I have all the necessary details, including account numbers, passwords, and broker servers. Are you able to help with this project
I'm looking for best strategy which works on all forex and crypto market.EA must be work with low balance and generate good profit daily/weekly basis depend on market.Drawdown will be very less.if anyone having this type of strategy send me demo first i will back test it .if it meets my requirements code the same EA for me and adding extra inputs if necessary
Just a few options i would need, - Enter the trade immediately after the trading signal or enter the trade after the closing candle. - Close the position after a reversal signal or not. - Maximum of 3 trades at the same time. - TP & SL in points or Trailing stop - Fixed lots or % risk based on balance // @version= 5 indicator ( "Trend [Dr Kang]" , overlay = true ) //Pivots plotPivots = true pivotLookup = 1 hih =
Greetings! I am in need of a professional and experienced developer to assist me in enhancing and customizing an existing trading strategy. I have learned this strategy from another source, and I need to make modifications and add unique elements to make it my own. If you have a strong background in developing and customizing trading strategies, I would love to hear from you
Converting an ex4 file to mq4 .I'm looking for good developer who is expert in reverse engineering.like stoploss,Take profit. Trailing,breakeven,news filter and other inputs to be added. Further details will be discussed later
I need an expert advisor for mql5 that can: - open buy order with each bullish candle close - open sell order after each bearish candle close - close any bullish trades if a bearish candle is formed - close any bearish trades if a bullish candle is formed Further, this EA should be able to trade in bias with the trend. For example it should take buys only when the candles are above the 25 moving average and should
Trading ea 300 - 5000 USD
I need an EA for both MT4 and MT5 that can work on both demo and live account with this features : 1. Trading 24/7 2. Connected to the news 3. Pauses during high effective news 4. Has a footprint tool for accurate signals 5. Always aims foe a higher profit 6. High frequency Scalping 7. Auto lot size 8. Capable to work on 1000$ capital and less 9. zero losses 10. Works on any chart 11. When it is installed in any

プロジェクト情報

予算
300+ USD
締め切り
最高 5 日

依頼者

出された注文1
裁定取引数0