MT5 Indicator to plot the high/lows of the previous hour on the hourly candle

MQL5 지표

작업 종료됨

실행 시간 2 일
고객의 피드백
Great dev, very attentive and helpful. I will come back for more work shortly.
피고용인의 피드백
Nice and easy to work with

명시

Generic Stuff

·   CODE WILL BE MY PROPERTY ONCE FINISHED SO I CAN MARKET IT 

·   CODE MUST PASS MQL5 MARKET PLACE CHECKS 

·   It must also work exactly as what is showing in the video clip plotting the high lows. The video helps greatly to show exactly what is required.

 

SUMMARY

Video: https://drive.google.com/drive/folders/1JgeMfEYXF0i-UB8ogt0p4kUdlS_Efval?usp=sharing

Little over 4mins showing exactly how the high - low lines should move

I am looking for an indicator to plot the high/lows of the previous hour on the hourly candle.

It will need to draw a horizontal line on the hourly candle of the high or low. 

 

How does it work? 

Basically, we are looking for if a high or low breaks the previous high/low to confirm a trend direction.

 

If we have a blank chart to start, we would need to look back in time for the latest high or latest low.

This will help me to identify a trend. There would need to be calculations done every hour on the hourly candle close. Only once the recent high or low is broken by another candle, would you calculate back where the other high/low would be. 

 

How to identify a recent low? The price has to break the most recent high.

Confirmation will only be once the recent high gets broken. The low will continue to move up as the highs get broken during each pull back in counter trend. If the candles are bouncing in between the high/low lines there is nothing to move each hour. 

 

If the price is moving up each H1 candle close, then you do not need to move the Low horizontal line.

You would only move the Low line, when the next H1 candle does not break the most recent high horizontal line. Then if in a few hours it breaks the high line again, only then would you recalculate the low line. And visa versa for High lines.

 

Most recent low will only be confirmed once a new candle breaks the high line again.

Once it breaks the most recent high, you will look back on the chart at the previous candles and mark out the most recent low.

 


 

In the example above, the previous high/low is marked in yellow and written High/Low.

As you can see the blue candle breaks the previous high, as such the high line is now moved to the red line. Also, now the most recent low is confirmed as the high was broken, it is now also marked in red.

 

Final result will be: 




Each candle after this high if it continues up will be a continuation of marking the highs.

UNTIL we get a counter trend move that does not take out the previous candles high.

 



A candle with the wick on each side can also mark the high and low as seen here.

 

So I open EURUSD chart on H1 time frame. Then you click the horizontal line drawing tool and click on the high candle and the low candle

That’s how I would do it manually

And then grab that line and move it manually

 

 

Additions

 

·       Users should be able to adjust the thickness of the horizontal lines

·       Users should be able to adjust the colour of the horizontal lines

 


응답함

1
개발자 1
등급
(40)
프로젝트
55
35%
중재
2
0% / 50%
기한 초과
0
무료
2
개발자 2
등급
(309)
프로젝트
554
35%
중재
78
32% / 42%
기한 초과
200
36%
로드됨
3
개발자 3
등급
(213)
프로젝트
364
32%
중재
34
41% / 29%
기한 초과
108
30%
무료
게재됨: 1 코드
4
개발자 4
등급
(322)
프로젝트
499
67%
중재
5
40% / 0%
기한 초과
4
1%
무료
게재됨: 8 코드
5
개발자 5
등급
(295)
프로젝트
474
39%
중재
103
41% / 23%
기한 초과
79
17%
바쁜
게재됨: 2 코드
6
개발자 6
등급
(41)
프로젝트
78
40%
중재
0
기한 초과
0
무료
7
개발자 7
등급
(588)
프로젝트
1063
50%
중재
39
28% / 41%
기한 초과
49
5%
작업중
게재됨: 1 기고글, 8 코드
8
개발자 8
등급
(45)
프로젝트
91
13%
중재
34
26% / 59%
기한 초과
37
41%
무료
9
개발자 9
등급
(251)
프로젝트
400
54%
중재
9
67% / 22%
기한 초과
36
9%
무료
게재됨: 2 코드
10
개발자 10
등급
(69)
프로젝트
146
34%
중재
13
8% / 62%
기한 초과
26
18%
무료
게재됨: 6 코드
11
개발자 11
등급
(468)
프로젝트
486
75%
중재
6
67% / 17%
기한 초과
0
작업중
비슷한 주문
We are looking for an experienced TradingView / Technical Analysis expert who can suggest and build the best combination of indicators for a profitable and structured trading strategy. This is not about random indicator stacking. We need someone who understands market structure, confirmation logic, risk management, and strategy optimization. The goal is to create a clean, high-probability setup with minimal false
Indicator 100+ USD
Does anyone know what indicator this is on the image because I'm looking for something like this but just a bit more sensitive. Speaking about the diamonds all the rest is irrelevant
Hello . Hello I already have an indicator on TradingView written in Pine Script. I need some modifications and fixes for the existing indicator. The indicator sometimes gives wrong signals and I want to improve it. I will provide the Pine Script source code. The developer should check the code, fix the problems, and adjust the logic if needed
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Kindly see details below BUY ALERT 1. Supertrend turns Bullish 2. On this candle , or the last 10, BBStops is Bearish 3. On this candle , or the last 10, price was < or = MA1 4. Instrument is in trend (STEP MA1 and STEP MA 2 are both Bullish) 5. Distance in pips between Lowest price during last time BBstop was Bearish, and the value of Step MA 1 at last bearish candle of Step MA1
EA requirements and necessary correction to be done . The EA monitors the PROFIT of open positions and turns ON or OFF the ALGO TRADING accordingly. By PROFIT I mean the SUM of profit + commission + swap. The EA will have two strategies, the INITIAL and the SECONDARY. Each one of them will be selectable by the user in the EA inputs. Let me explain here how the EA will operate: 1. INITIAL strategy: ·
Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
Hello, I have an MQ4 indicator that works with a specific strategy. I want to modify some aspects and convert the file to MQ5. It's simple and won't take much effort or time for someone experienced in this field. Ideally, the person undertaking this task should be familiar with the MX2Trading software, as I will be using it to transfer the signals from the indicator to the trading platform

프로젝트 정보

예산
50 - 150 USD
기한
에서 3  30 일