• Home
  • Forums
  • News
  • Calendar
  • Coins
  • Market
  • Login
  • Join
  • User/Email: Password:
  • 10:35am
Menu
  • Forums
  • News
  • Calendar
  • Coins
  • Market
  • Login
  • Join
  • 10:35am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Forex Factory

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Need Help: looking for indicator to draw weekly High/Low 17 replies

Looking for L > Break High Break Low Indicator 1 reply

Looking for indicator: alert when current price equal high/low of current bar 26 replies

Looking for a swing high/swing low indicator 2 replies

High to High and Low to low time cycles 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 25
Attachments: looking for daily high/low indicator
Exit Attachments

looking for daily high/low indicator

  • Last Post
  •  
  • Page 1 2
  • Page 1 2
  •  
  • Post #1
  • Quote
  • First Post: May 10, 2018 3:22pm May 10, 2018 3:22pm
  •  dani3l380
  • | Joined Mar 2017 | Status: Member | 24 Posts
Hello to all,
I found many indicators like that, but no one who does exactly what I'm looking for. I tried to modify it too, but without success.
I'm looking for an indicator that reports the daily highs and lows on lower timeframe; but not only the highest and the lowest, but also the previous ones of same day, without erasing them and restarting from zero to midnight.
I hope I have been clear, it is not easy even with the help of a translator to be specific in another language.
Thank you in advance.
  • Post #2
  • Quote
  • May 11, 2018 6:51am May 11, 2018 6:51am
  •  stoxos
  • Joined Feb 2016 | Status: Member | 259 Posts
Quoting dani3l380
Disliked
Hello to all, I found many indicators like that, but no one who does exactly what I'm looking for. I tried to modify it too, but without success. I'm looking for an indicator that reports the daily highs and lows on lower timeframe; but not only the highest and the lowest, but also the previous ones of same day, without erasing them and restarting from zero to midnight. I hope I have been clear, it is not easy even with the help of a translator to be specific in another language. Thank you in advance.
Ignored
what you mean "daily highs and lows on lower timeframe" its daily or either a smaller timeframe not possible at the same time. Provide a picture with what you want as an examples.
 
2
  • Post #3
  • Quote
  • May 11, 2018 9:51am May 11, 2018 9:51am
  •  dani3l380
  • | Joined Mar 2017 | Status: Member | 24 Posts
I try to explain myself better with an example.
Attached there is: the indicator; photo 1 (the indicator on the chart m15), photo 2 (as I would like to work, the black lines I made them by hand).
The indicator works well, only when a maximum or minimum is broken, the previous one is re-updated and no longer visible graphically.
I would like the indicator to react as in picture two, also showing the previous levels.
I hope I explained it better.
thank you
Attached Images (click to enlarge)
Click to Enlarge

Name: 1.png
Size: 20 KB Click to Enlarge

Name: 2.png
Size: 22 KB
Attached File
File Type: mq4 Daily_H-L.mq4   4 KB | 6,408 downloads
 
1
  • Post #4
  • Quote
  • May 11, 2018 3:45pm May 11, 2018 3:45pm
  •  evandrosalvi
  • | Joined May 2018 | Status: Junior Member | 2 Posts
here
Attached Image (click to enlarge)
Click to Enlarge

Name: HL.png
Size: 83 KB
Attached File
File Type: ex4 Daily LinesBoxes(1).ex4   40 KB | 5,086 downloads
 
2
  • Post #5
  • Quote
  • May 11, 2018 4:20pm May 11, 2018 4:20pm
  •  stoxos
  • Joined Feb 2016 | Status: Member | 259 Posts
Quoting dani3l380
Disliked
I try to explain myself better with an example. Attached there is: the indicator; photo 1 (the indicator on the chart m15), photo 2 (as I would like to work, the black lines I made them by hand). The indicator works well, only when a maximum or minimum is broken, the previous one is re-updated and no longer visible graphically. I would like the indicator to react as in picture two, also showing the previous levels. I hope I explained it better. thank you {image} {image} {file}
Ignored
Yeah i get it but in reallity i cant think a way of how to code this. Its a mix o different timeframes high lows etc. I dont think its possible. If you had the calculation in your mind i could help you coding it. But on this i dont have an idea.
 
 
  • Post #6
  • Quote
  • May 11, 2018 4:26pm May 11, 2018 4:26pm
  •  evandrosalvi
  • | Joined May 2018 | Status: Junior Member | 2 Posts
Attached File
File Type: ex4 AutoFibo.ex4   19 KB | 1,469 downloads
Attached Image (click to enlarge)
Click to Enlarge

Name: HL2.png
Size: 92 KB
 
 
  • Post #7
  • Quote
  • May 11, 2018 5:24pm May 11, 2018 5:24pm
  •  Hairi
  • Joined Jul 2009 | Status: Member | 388 Posts
Quoting dani3l380
Disliked
Hello to all, I found many indicators like that, but no one who does exactly what I'm looking for. I tried to modify it too, but without success. I'm looking for an indicator that reports the daily highs and lows on lower timeframe; but not only the highest and the lowest, but also the previous ones of same day, without erasing them and restarting from zero to midnight. I hope I have been clear, it is not easy even with the help of a translator to be specific in another language. Thank you in advance.
Ignored
This is from my Codebase in mql site.

Previous Candle Hi-Lo
https://www.mql5.com/en/code/18050
 
 
  • Post #8
  • Quote
  • May 11, 2018 7:08pm May 11, 2018 7:08pm
  •  Shabs19
  • Joined Aug 2006 | Status: Member | 2,964 Posts
Quoting dani3l380
Disliked
I try to explain myself better with an example. Attached there is: the indicator; photo 1 (the indicator on the chart m15), photo 2 (as I would like to work, the black lines I made them by hand). The indicator works well, only when a maximum or minimum is broken, the previous one is re-updated and no longer visible graphically. I would like the indicator to react as in picture two, also showing the previous levels. I hope I explained it better. thank you {image} {image} {file}
Ignored
Looks similar to darvas boxes. Maybe can find a better indicator if you search for it.

https://www.mql5.com/en/code/7771

Attached Image
Follow the Money
 
 
  • Post #9
  • Quote
  • May 11, 2018 7:44pm May 11, 2018 7:44pm
  •  Shabs19
  • Joined Aug 2006 | Status: Member | 2,964 Posts
Another shot at it:
Indicator applied twice, settings for D1 & H4 with daily period separator.
Attached Image (click to enlarge)
Click to Enlarge

Name: daily high custom.jpg
Size: 175 KB


Attached File
File Type: mq4 HighLow_Custom.mq4   4 KB | 3,306 downloads
Follow the Money
 
 
  • Post #10
  • Quote
  • May 13, 2018 6:52am May 13, 2018 6:52am
  •  dani3l380
  • | Joined Mar 2017 | Status: Member | 24 Posts
thanks for all the answers and the attached indicators, unfortunately none of them is what I'm looking for.
 
 
  • Post #11
  • Quote
  • May 13, 2018 8:22am May 13, 2018 8:22am
  •  paulselvan
  • Joined Jul 2013 | Status: Member | 318 Posts
is it the idea
Attached Image (click to enlarge)
Click to Enlarge

Name: GBPUSDM30.png
Size: 36 KB

Attached File
File Type: mq4 sel_g.mq4   2 KB | 4,025 downloads
 
1
  • Post #12
  • Quote
  • May 13, 2018 10:47am May 13, 2018 10:47am
  •  dani3l380
  • | Joined Mar 2017 | Status: Member | 24 Posts
the idea is to have an indicator that starts the calculation every midnight. So the maximum and the minimum of the first candle of the day will be the initial levels, when these levels will be broken will be updated, but without erasing the previous ones. This until the next midnight when a new calculation will start.
 
1
  • Post #13
  • Quote
  • May 13, 2018 11:28am May 13, 2018 11:28am
  •  palpite
  • Joined Sep 2015 | Status: Under Pressure | 2,925 Posts | Online Now
Quoting dani3l380
Disliked
the idea is to have an indicator that starts the calculation every midnight. So the maximum and the minimum of the first candle of the day will be the initial levels, when these levels will be broken will be updated, but without erasing the previous ones. This until the next midnight when a new calculation will start.
Ignored
Check this :

https://www.forexfactory.com/showthr...50#post9070650

.
Together we can be strongest
 
 
  • Post #14
  • Quote
  • Edited at 11:29pm Apr 9, 2020 10:35pm | Edited at 11:29pm
  •  ForTheFuture
  • | Joined Apr 2020 | Status: Junior Member | 3 Posts
Can i jump in coz i needed somewhat kind of this indicator but few modifications.

the R1 and S1 lines are taken from the 1Hour chart. (Previous Period Separator Highs and Lows)
the R2 and S2 lines are taken from the 4Hour chart. (Previous Period Separator Highs and Lows)

I want the lines from 1h 4h Daily and Weekly with the previous period separators Highs and Lows.
And i am also wanting the lines to reset in the next trading day. to generate new highs and lows coz it differs every trading day.

Hope you can help me with this idea.

Thanks to all!
Attached Image (click to enlarge)
Click to Enlarge

Name: MT4 shot.png
Size: 30 KB
 
 
  • Post #15
  • Quote
  • Oct 28, 2020 2:48pm Oct 28, 2020 2:48pm
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,562 Posts
A lots hi-low but no a single equal high -low?
Say something meaningful or Silence!!
 
 
  • Post #16
  • Quote
  • Mar 7, 2021 6:55pm Mar 7, 2021 6:55pm
  •  pippindrive
  • | Joined Feb 2021 | Status: Junior Member | 2 Posts
Does anyone have a OHLC for mt5?
 
 
  • Post #17
  • Quote
  • Mar 7, 2021 7:23pm Mar 7, 2021 7:23pm
  •  Erebus
  • Joined Jul 2011 | Status: Member | 6,745 Posts
Quoting pippindrive
Disliked
Does anyone have a OHLC for mt5?
Ignored
dude, you just literally described a CANDLE of every time frame

Don't trade your heart, trade your chart!
4 Daily Signals All Time Return: 16.2%
 
 
  • Post #18
  • Quote
  • Mar 7, 2021 9:25pm Mar 7, 2021 9:25pm
  •  pippindrive
  • | Joined Feb 2021 | Status: Junior Member | 2 Posts
Quoting Erebus
Disliked
{quote} dude, you just literally described a CANDLE of every time frame
Ignored
does anyone have the mt5 version of this indicator?
Attached File
File Type: mq4 Bigger TF OHLC dvl.mq4   20 KB | 638 downloads
 
 
  • Post #19
  • Quote
  • Sep 7, 2021 2:27am Sep 7, 2021 2:27am
  •  skolog-pipol
  • | Joined Oct 2019 | Status: Junior Member | 4 Posts
Quoting dani3l380
Disliked
I try to explain myself better with an example. Attached there is: the indicator; photo 1 (the indicator on the chart m15), photo 2 (as I would like to work, the black lines I made them by hand). The indicator works well, only when a maximum or minimum is broken, the previous one is re-updated and no longer visible graphically. I would like the indicator to react as in picture two, also showing the previous levels. I hope I explained it better. thank you {image} {image} {file}
Ignored
Hi Dan,

here we go.
2 indicators fitting your description:
DayChannel(Mix edition)
and
DailyHighLow

Pictures attached
Indicators attached

I, myself, am looking for not only daily, but weekly, monthly and H4 as well.

Best regards
Attached Images (click to enlarge)
Click to Enlarge

Name: 32a511a8b6facc3cb6f426f2ec7fb166.png
Size: 33 KB Click to Enlarge

Name: d2f7401524c0ac07e6c3d5812a671bcb.png
Size: 34 KB
Attached Files
File Type: mq4 DailyHighLow.mq4   2 KB | 420 downloads
File Type: mq4 DayChannel(Mix edition).mq4   3 KB | 326 downloads
 
 
  • Post #20
  • Quote
  • Sep 7, 2021 8:15am Sep 7, 2021 8:15am
  •  wansiman
  • | Joined Jul 2010 | Status: Member | 125 Posts
Quoting dani3l380
Disliked
the idea is to have an indicator that starts the calculation every midnight. So the maximum and the minimum of the first candle of the day will be the initial levels, when these levels will be broken will be updated, but without erasing the previous ones. This until the next midnight when a new calculation will start.
Ignored
Here you go
https://www.mql5.com/en/market/produ...w.google.nl%2F
Attached Files
File Type: ex4 Simple Line.ex4   286 KB | 425 downloads
File Type: ex4 HiLoDay.ex4   7 KB | 473 downloads
File Type: mq4 HiLoDay.mq4   3 KB | 528 downloads
 
 
  • Platform Tech
  • /
  • looking for daily high/low indicator
  • Reply to Thread
    • Page 1 2
    • Page 1 2
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About CC
  • Mission
  • Products
  • User Guide
  • Blog
  • Contact
CC Products
  • Forums
  • Calendar
  • News
  • Coins
  • Market
CC Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow CC
  • Facebook
  • Twitter

CC Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Forex Factory

Crypto Craft® is a brand of Fair Economy, Inc.

Terms of Service / ©2022