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%
工作中
相似订单
Tpxx 70 - 100 USD
Modify EA by adding 3 indicators to entry and exit Displays indicator state Alerts and grid control, lots and hedge Trade management modules that will work across pairs and time frames. Reproduce anaesthetic view from another programmer(pisoft at forex factory). https://www.forexfactory.com/attachment/image/4749645?d=1719835085 Make breaking news in vertical lines and e-mail alert
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

项目信息

预算
300+ USD
截止日期
 5 天

客户

所下订单1
仲裁计数0