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

1-Modification of rsi stoch
I want a new rule for rsi stoch modification and i want this rule in indicator settings like OverDiv true/false. If overdiv is true.

Buy signal must be below middle line (Which i tried to show by drawing red line)
Sell signal must be above middle line.

In the example below, you can see buy signal in oversold zone so with this rule i will eleminate wrong signals like this. 2-Modification of rsx

I want a different rule for rsx. There is a settings at indicator which is Banddeviation and its default is 3.0 but when you change it to 1.0, there will be smaller band and i want to see only divergence signals at outside the band. So i want a settings which is insidediv true/false and if insidediv is false, i dont want to see divergence at the inside of band so I can eleminate divergence signals which are inside of the band.

In the picture you can see the example which signals are inside of band or not. When it finds divergences it will check 2nd peak/bottom at indicator and if it is inside of band, it will not count as a signal. 3) Modification of macd 

In this indicator i want a new settings which are hiddenhistogramdiv true/false and hiddensignaldiv true/false. So i can eleminate hidden divergence from settings which are less accurate signal than normal divergences.

If hiddenhistogramdiv is false, it will not show hidden divergences at histogram.
If hiddensignaldiv is false, it will not show hidden divergences at signal.

In the example below i tried to show hidden divergences: 4) Modification of cci 
Only 1 modification needed for cci which is hiddiv true/false
If hiddiv is false, it will not find  hidden divergences otherwise it will find both divergences 6)Adding new settings of rsi stoch, macd and rsxi,cci to trader ea and scanner ea both.

7)Adding time frame to confirmation part for both ea
In both ea, there are confirmation part which only check for higher timeframe. For example if i opened ea at 15 min chart, it checks 30 min for confirmation but for both ea, i want you to add a selectable section in the settings for timeframes. So if 1h is selected, it will check 1h indicators for confirmation. In the section, i want selectable menu like this:
default, 1 min, 5min, 15 min, 30 min, 1h, 4h, daily, weekly, monthly. If default is selected, it will work like current version and check only higher timeframe.
 
5)Modification of KDJ
I need 2 modification for Kdj
a)Hiddiv true/false: if hiddiv is false, it will not find hidden divergences at kdj otherwise will find both divergences

b)overdiv true/false: there are levels in kdj indicator if overdiv is true, it will accept buy signals when 2nd green kdj is below 0 and it will accept sell signals when 2nd green kdj is above 80
In the picture below, i tried to show hidden divergences + overbought &oversold levels at kdj

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

1
Разработчик 1
Оценка
(153)
Проекты
240
34%
Арбитраж
20
45% / 30%
Просрочено
3
1%
Свободен
2
Разработчик 2
Оценка
(4)
Проекты
4
0%
Арбитраж
0
Просрочено
2
50%
Работает
Похожие заказы
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
EA Crafter 500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
Hello, I am reopening this project with a fully updated and clarified specification. I am looking for a high‑level MQL5 developer who can deliver a clean, stable, and professional Phase 1 version of my: Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) This EA is not a simple indicator conversion or a basic strategy. It is a structured

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

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