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

指定

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).


反馈

1
开发者 1
等级
(97)
项目
141
17%
仲裁
4
50% / 25%
逾期
13
9%
工作中
2
开发者 2
等级
(233)
项目
292
27%
仲裁
14
50% / 36%
逾期
9
3%
已载入
3
开发者 3
等级
(307)
项目
474
18%
仲裁
29
48% / 24%
逾期
30
6%
已载入
4
开发者 4
等级
(37)
项目
50
20%
仲裁
15
27% / 67%
逾期
7
14%
空闲
发布者: 1 代码
5
开发者 5
等级
(27)
项目
36
25%
仲裁
1
0% / 0%
逾期
4
11%
工作中
6
开发者 6
等级
(7)
项目
14
29%
仲裁
1
100% / 0%
逾期
4
29%
空闲
7
开发者 7
等级
(10)
项目
13
8%
仲裁
6
50% / 33%
逾期
2
15%
已载入
8
开发者 8
等级
(2)
项目
2
50%
仲裁
0
逾期
1
50%
空闲
9
开发者 9
等级
(9)
项目
18
39%
仲裁
1
0% / 100%
逾期
3
17%
工作中
10
开发者 10
等级
(612)
项目
1422
59%
仲裁
31
81% / 0%
逾期
10
1%
空闲
11
开发者 11
等级
(290)
项目
296
70%
仲裁
2
100% / 0%
逾期
0
空闲
发布者: 1 代码
12
开发者 12
等级
(7)
项目
12
17%
仲裁
6
33% / 0%
逾期
3
25%
空闲
发布者: 1 文章
13
开发者 13
等级
(140)
项目
182
42%
仲裁
23
61% / 17%
逾期
12
7%
空闲
相似订单
HELLO EVERYONE I NEED AN INDICATOTRE ON STOCH WHICH CAN GIVE ME ALERT WHEN DIVERGENCE AND CONVERGENCE HAPPNING.AND MAKE SURE I CAN CHANGE THE STOCH PERAMETERS IN SETTINGS. PLEASE CONTACT WHO KNOWS ABOUT DIVERGENCE AND CONVERGENCE. THANKS
PLEASE READ: IF YOU ARE NOT GOING TO ACCEPT THE BELOW THEN PLEASE MOVE ON TO THE NEXT CLIENT. I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE
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
Developing multi platform based copytrading solution Need a develper who can enahance funtionality of our existing MVP EAs for master and slave traders EAs are connected with REST API and Socket Server Master EA can broadcast trading signals from MT5 terminal as he performs actual trades on the platform. those trade could be using any bot or alogorithem or manula that is not in scope but realtime broadcast to server
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
there is spesific indicator in trading view , i wanna to have this indivator in my mql5 so all we need to do is to converting this code to mql5 indicator thats it code script is available and indicator name is liquidity ditection from Tflb //@version=5 indicator("Liquidity Finder Alerts (Wrapper)", overlay=true) // ایمپورت کتابخونه اصلی TFlab import TFlab/LiquidityFinderLibrary/1 as Liq // ورودی‌ها (مثل اندیکاتور
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
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
Hello Developer I need a custom breakout + retest scoring system in TrendSpider . Breakout: valid if candle closes ≥ 0.4 × ATR20 above the line (lookback 8 bars, daily/weekly). Retest: valid within 20 bars if price low is within ±0.2 × ATR20 of the line → must trigger an alert. Scoring: add points for RVOL ≥ 1.3, SMA50 strong close, RSI 54–71, channel breakout, retest & hold, ATR expansion, undervaluation, SMA50

项目信息

预算
50+ USD
开发人员
45 USD
截止日期
 3 天