I NEED AN EXPERT ADVISOR BASED ON THE SHVED DEMAND AND SUPPLY INDICATOR AND ICHIMOKU KINKO HYO

Spécifications

The EA I desire is very straight- forward and simple. it is based on the Shved Supply and Demand Indicator and Ichimoku system.

1 - There must be a  demand zone below the cloud

2  - Then there is another verified / proven demand zone above the cloud or inside the cloud. this second verified / proven demand zone is what triggers the buy entry.

3 - When the second verified demand zone is tested and it is not broken, the E.A should place a buy trade just as price is leaving the top of the demand zone.  (Screenshots below)

4 - The Stop loss should be 50 pips from the entry point. The Take profit level should be 100 pips. (There should be an option to change this settings in the E.A)

5 - If a third, fourth and fifth verified demand zone appears above the cloud, the E.A should open another trade, just like it did with the second verified demand zone.  

6 - For a sell trade, the E.A should do the opposite. (Look for a Verified Supply - Resistance Zone above the cloud, wait for a second Verified / proven Supply Zone below the cloud or inside the cloud to be tested,

then place a sell trade as price is exiting the verified / proven Supply Zone).

7 - S.L and T.P should be as stated above.  

8 - The E.A should also place a buy trade if there are 2 verified demand / support zone below the Ichimoku cloud and price is above the cloud. The 2 demand zone must be close to each other.

This option should be able to turn on / off (true or false) in the input panel.

The Stop loss should go below the lowest demand zone.  (SEE  Screenshot Attached)

9 -  The E.A should also place a sell trade if there are 2 verified supply/resistance zone above the ichimoku cloud and price is below the cloud.  The 2 Supply zone must be close to each other. 

This option should be able to turn on / off (true or false) in the input panel.

The stop loss should be above the uppermost supply zone. (SEE  Screenshot Attached)

10 - Other features would be required in the input panel. (You can see them in the screen shots below).

11 - I have attached a copy of the Shved Supply and Demand Indicator.

12 - The E.A should send me push notification whenever any trade is entered.

13 - The E.A should have a trade direction option.  (BUY ONLY, SELL ONLY  or BUY & SELL)

Répondu

1
Développeur 1
Évaluation
(7)
Projets
12
42%
Arbitrage
1
0% / 100%
En retard
2
17%
Gratuit
2
Développeur 2
Évaluation
(58)
Projets
66
8%
Arbitrage
39
26% / 56%
En retard
12
18%
Travail
3
Développeur 3
Évaluation
(4)
Projets
6
0%
Arbitrage
5
0% / 80%
En retard
2
33%
Gratuit
Commandes similaires
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
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

Informations sur le projet

Budget
30+ USD
Délais
à 10 jour(s)