MT5 EA – Projected Wick Line with Real-Time Adaptive Adjustment (H1)

İş Gereklilikleri

I need an MT5 EA that draws a projected wick reversal line on each H1 candle to help catch top/bottom reversals in real time.


✅ Core Features

  1. Draw a line at candle open:

    • At the open of each new H1 candle, draw a yellow line:

      • 🔼 Above the candle open if the previous candle was bullish

      • 🔽 Below the candle open if the previous candle was bearish

    • The line = Open ± ATR(14) depending on direction

      • If bullish: Open + ATR

      • If bearish: Open - ATR

  2. Real-time line updates:

    • During the current H1 candle, if price forms a new high or low that exceeds the current line:

      • The line moves up (for bullish candles) or down (for bearish candles) to the new high/low.

    • Line must not trail price—it only updates if a new high or low is made.

  3. Freeze the line at candle close:

    • Once the H1 candle closes, the line must stop updating and remain on the chart as a static reference for visual review.


📏 Additional Settings

  • Use ATR(14) from H1 timeframe.

  • Line color: Yellow, width 2.

  • No alerts, no buttons, no labels — just the line logic above.

  • Code must be lightweight and efficient (no trailing, no indicators except ATR).

  • Apply to any symbol on the H1 chart (e.g., XAUUSD or BTCUSD).


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(97)
Projeler
141
17%
Arabuluculuk
4
50% / 25%
Süresi dolmuş
13
9%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(233)
Projeler
292
27%
Arabuluculuk
14
50% / 36%
Süresi dolmuş
9
3%
Yüklendi
3
Geliştirici 3
Derecelendirme
(307)
Projeler
474
18%
Arabuluculuk
29
48% / 24%
Süresi dolmuş
30
6%
Yüklendi
4
Geliştirici 4
Derecelendirme
(37)
Projeler
50
20%
Arabuluculuk
15
27% / 67%
Süresi dolmuş
7
14%
Serbest
Yayınlandı: 1 kod
5
Geliştirici 5
Derecelendirme
(27)
Projeler
36
25%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
4
11%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(7)
Projeler
14
29%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
4
29%
Serbest
7
Geliştirici 7
Derecelendirme
(10)
Projeler
13
8%
Arabuluculuk
6
50% / 33%
Süresi dolmuş
2
15%
Yüklendi
8
Geliştirici 8
Derecelendirme
(2)
Projeler
2
50%
Arabuluculuk
0
Süresi dolmuş
1
50%
Serbest
9
Geliştirici 9
Derecelendirme
(9)
Projeler
18
39%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
3
17%
Çalışıyor
10
Geliştirici 10
Derecelendirme
(612)
Projeler
1422
59%
Arabuluculuk
31
81% / 0%
Süresi dolmuş
10
1%
Serbest
11
Geliştirici 11
Derecelendirme
(290)
Projeler
296
70%
Arabuluculuk
2
100% / 0%
Süresi dolmuş
0
Serbest
Yayınlandı: 1 kod
12
Geliştirici 12
Derecelendirme
(7)
Projeler
12
17%
Arabuluculuk
6
33% / 0%
Süresi dolmuş
3
25%
Serbest
Yayınlandı: 1 makale
13
Geliştirici 13
Derecelendirme
(140)
Projeler
182
42%
Arabuluculuk
23
61% / 17%
Süresi dolmuş
12
7%
Serbest
Benzer siparişler
Requirements for SMC Trading EA Platform : MetaTrader 5 (MT5) Strategy : Smart Money Concepts (SMC) Analysis Timeframe : H1 (higher timeframe analysis) Execution Timeframe : M1 (entry and execution) Core Features : Detect Order Blocks Identify Liquidity Zones Detect Fair Value Gaps (FVGs) Break of Structure (BOS) & Change of Character (CHoCH) detection Mark Equal Highs and Lows Trading Functions : Dynamic lot sizing
Ethereum Trading EA 30 - 35 USD
I am looking for an Expert Advisor (EA) that performs well on Ethereum. Ideally, it should be an HFT-style EA; a swing trading EA is also acceptable. I require the full MQL5 source code — the EA must be written entirely in MQL5 (no external languages such as Python). Performance target: Minimum 70% win rate with a 1:1 risk:reward. Input variables required: Stop Levels: Stop Loss (SL) and Take Profit (TP) Trailing
Hello MQL5 Developers, I would like to hire a developer to create a high-quality custom indicator for MT5 . The goal is to perfectly replicate the logic of the TradingView "Technical Ratings" summary, but with the crucial feature of displaying its historical values as lines on the chart. I will attach an image to this post that shows the exact logic and structure I need. Core Logic (as shown in the attached image)
Here's a detailed description of an Expert Advisor (EA) based on a candlestick-dependent strategy: Strategy Overview The EA will implement a trading strategy based on candlestick patterns, opening trades when a bullish candle is detected and avoiding trades when a bearish candle is detected. Key Features 1. *Candlestick Pattern Identification*: The EA will identify bullish and bearish candles based on their open and
How can we create an EA including a LLM like deepseek or chatgpt API? My main idea is the LLM makes the market analysis, a threshold on its confidence defines the risk per % it will use and also a dynamic valuation of the prediction/analysis should close trades earlier or later than the TP. Did you already build EAs based on LLMs
📌 DOGE/USDT Trading Bot – Full Strategy Current DOGE/USDT price: ≈ 0.2714 USDT (for reference only). Exchange: Binance Futures Margin type: Isolated Margin Leverage: x2 Pair: DOGE/USDT Language: Python (Binance API) ⸻ 🔹 Strategy Logic 1. Initial Entry • Open a Market Order with 2000 USDT as the base trade. • Base remains fixed for each cycle. 2. Reinforcement (During Downtrend) • Every 5 minutes during a price
I need a robot that combines several custom indicators I designed, used on two higher timeframes for market analysis, with entries on the 1-minute timeframe. It requires intelligent Martingale and Hedge money management. I need someone with sufficient expertise in hedging and Martingale. This strategy is very detailed, but I firmly believe it will definitely be profitable
I need an indicator in Mt5 or trading view The indicator detects Double Top / Double Bottom patterns. Pattern is only valid if it forms during a clear impulsive leg (up for DT, down for DB) and divergence (( RSI)) . If the pattern appears inside a corrective move, it is ignored. But if it appears in the next impulsive leg after correction, it is accepted. (Impulse vs corrective is filtered using ATR/ADX/slope rules
TradeCopier 30 - 40 USD
Hello! I'm looking to hire a developer to create a custom trading bot for MetaTrader 5 (MT5) that automates hedged trading across two separate MT5 accounts (e.g., one for a prop firm and one for a broker). The bot should open opposite positions simultaneously on both accounts, with customizable parameters for lot sizes, stop-loss (SL), and take-profit (TP). It needs to support both market orders and pending orders
Here's a detailed description of three independent Expert Advisors (EAs), each based on a different strategy: EA 1: Trend Following Strategy Strategy Overview The EA will implement a trend following strategy, identifying trending markets and riding the trend. Key Features 1. *Trend Identification*: The EA will use technical indicators to identify trending markets, such as: - Moving Averages (MA) - Average

Proje bilgisi

Bütçe
50+ USD
Geliştirici için
45 USD
Son teslim tarihi
to 3 gün