• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 5:26pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:26pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Best Reliable Sources for Daily Support and Resistance points. 2 replies

Need help: edit support resistance indicator 2 replies

The best support and resistance levels 55 replies

What are the Best Support and Resistance Systems? 1 reply

Need help with Support, Resistance and Fib 14 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 256
Attachments: Need Best Support and Resistance Indicator
Exit Attachments
Tags: Need Best Support and Resistance Indicator
Cancel

Need Best Support and Resistance Indicator

  • Last Post
  •  
  • 1 1516Page 171819 22
  • 1 16Page 1718 22
  •  
  • Post #321
  • Quote
  • Jun 17, 2018 11:00pm Jun 17, 2018 11:00pm
  •  palpite
  • Joined Sep 2015 | Status: Under Pressure | 3,405 Posts
Quoting ramzam
Disliked
{quote} https://docs.mql4.com/constants/obje...ants/wingdings here desire number you can input instead of 167 {image}
Ignored
Need change the arrow to line.

//---- drawing settings
SetIndexStyle(0,DRAW_ARROW);
SetIndexArrow(0,167);
SetIndexStyle(1,DRAW_ARROW);
SetIndexArrow(1,167);

Change to Line:

//---- drawing settings
SetIndexStyle(0,DRAW_LINE,STYLE_SOLID);
SetIndexStyle(1,DRAW_LINE,STYLE_SOLID);


Together we can be strongest
 
1
  • Post #322
  • Quote
  • Jun 17, 2018 11:05pm Jun 17, 2018 11:05pm
  •  KpyTo.
  • | Joined Jun 2018 | Status: Junior Member | 2 Posts
Why don't you just study it...
https://www.forexfactory.com/showthread.php?t=597709
enjoy... james last - lonely shepherd...
 
 
  • Post #323
  • Quote
  • Jun 26, 2018 7:19am Jun 26, 2018 7:19am
  •  OrelMely
  • | Joined Apr 2017 | Status: Member | 56 Posts
Quoting friday13
Disliked
{quote} It is not possible to add Yearly-S/R-lines in an easy way, as MT4 does not have this timeframe. {quote} I allowed myself to add lower timeframes to the code, so I attach it here since I don't know how to add changes on GitHub. {file}
Ignored
thanks you !!!
 
 
  • Post #324
  • Quote
  • Jun 26, 2018 7:30am Jun 26, 2018 7:30am
  •  mitzescu
  • Joined May 2018 | Status: Member | 109 Posts
Quoting OrelMely
Disliked
{quote} thanks you !!!
Ignored
I still hope someone will add Alerts to the SupportResistance indicator.

 
 
  • Post #325
  • Quote
  • Jul 5, 2018 5:38pm Jul 5, 2018 5:38pm
  •  friday13
  • Joined Aug 2015 | Status: Member | 85 Posts
Quoting mitzescu
Disliked
{quote} I still hope someone will add Alerts to the SupportResistance indicator.
Ignored
What about this indicator with alerts?
https://www.forexfactory.com/showthr...4#post11175444
Thunder OM Flex Secondary All Time Return: 47.1%
 
 
  • Post #326
  • Quote
  • Jul 17, 2018 3:30pm Jul 17, 2018 3:30pm
  •  alicimo
  • | Joined Aug 2010 | Status: Member | 31 Posts
Quoting ebeckers
Disliked
{quote} No idea ;-) guess something went wrong with compilation ?? Can you try this one. its the same version as on GitHub, but compiled in a ex4 {file}
Ignored
Dear ebeckers,

I would like to thank you for your help and sustained endurance here. I am sorry to be a pain, but this latest version of the indicator that you kindly posted (while it does work on MT4) does not include your latest version that included M30 and M15. That one, I still can't get to load. Is there any way I could prevail on you to manage an ex version that includes M30 and M15 options please ? Once again sorry to ask an already busy and very positively contributing member.

Best

Nigel
 
 
  • Post #327
  • Quote
  • Edited 8:55pm Jul 19, 2018 8:36pm | Edited 8:55pm
  •  Ronin-
  • Joined Dec 2017 | Status: Member | 55 Posts
Hi everyone, I have decided to share a S&R indicator I have been working on and need some help. For my trading style I find 1 hour S&R is good as most highest and lowest points reverse at these levels on a 1 min chart (I'm a 1 min chart junkie for intraday trading). However using the freely available S&R indicators based on fractals I find they are a few bars behind and difficult to use for an EA. The idea is to have the data buffers for playing with.

So I decided to recode S&R using the High(iHighest) code; the indicator is called resistance line. This generates a continues line for the resistance level at present but I would like the output to match that of a fractal S&R indicator I have, i.e. identical lines in length and price value. The resistance line nearly matches but there maybe an i shift issue and may others. Grateful for any help as I tend to be a trial by error coder, but this has not stopped me so far.

To view what I mean put both indicators on a 1M chart. Grateful for all and any help, comments. The indicator may or may not be possible.
Attached File(s)
File Type: mq4 MTF_SR.mq4   13 KB | 2,330 downloads
File Type: mq4 Resistance Line.mq4   3 KB | 2,091 downloads
"Whenever there is any doubt, there is no doubt."
 
2
  • Post #328
  • Quote
  • Jul 20, 2018 1:08am Jul 20, 2018 1:08am
  •  mitzescu
  • Joined May 2018 | Status: Member | 109 Posts
Hi Ronin,

Great MTF SR indicator! Can you make the SR lines infinite? I use it to see if it coincide with the SupportResistance indi, the one i was asking for alerts. U can check out this thread https://www.forexfactory.com/showthread.php?t=713593 where they use the SR indicator trying to make a good EA. I see they abandoned the EA idea for now but are still using it for alerts. The point of that strategy is to see if a resistance was hit, then when price comes back and meets some criteria, like an oscilator, MA, news are in line, an alert is given to sell.
They use it for D1 charts, but i've been somehow succesfull on M5 chart with H4 SR lines.
Also, on your indi, if i put False on display_period_1 (2,3,4), it still shows. Can you fix that?

Maybe if you want to develop this indi further u can add MTF fibo lines. Some ppl call this fibbo marriage, a place where 2 or more fibo lines coincide and a SR line line is also there, making the SR more in to take into consideration. For example, have a resistance line called D1 resistance line 50 monthly fibo line on the same line.

I use the EA on that thread on M5 chart with H4, D1, W1 SR and with your indi also set to H4, D1, W1 TF.
That EA is multi pair scanner and only need 2 charts open, the one with the EA for alerts and another one where i check if alert is good.


1st screenshort = me on M15 chart showng a D1 resistance and a 50 monthly fibo being hit and price bounced back
2nd screenshot = H4 chart showing how an older D1 support can become a D1 resistance. Is the same line from M15 chart.
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Screenshot (1096).png
Size: 82 KB
Click to Enlarge

Name: Screenshot (1097).png
Size: 78 KB
 
 
  • Post #329
  • Quote
  • Jul 20, 2018 3:27pm Jul 20, 2018 3:27pm
  •  Zlattata
  • | Joined Jun 2018 | Status: Member | 24 Posts
Quoting abokwaik
Disliked
Is there a reliable Support and Resistance Indicator ? What is your best one ? What I am searching for is something that can recognize support and resistance zones that are very close to the ones made by expert traders. I am ready to develop such an indicator if it is not available, or improve an existing one if any. This is an R&D work, and all findings will be shared here.
Ignored
Trading view gives you a lot of chart options and some of them show resistances and supports!
 
 
  • Post #330
  • Quote
  • Jul 20, 2018 4:07pm Jul 20, 2018 4:07pm
  •  Ronin-
  • Joined Dec 2017 | Status: Member | 55 Posts
Hi Mitzescu, thanks for the feedback. I had a look at the thread and ebeckers S&R indicator also available on GitHub is very good. The MTF S&R indicator is ok but suffers from being based on fractals like many others. This means in practice the MTF S&R does not update in a timely fashion and on regular basis have to reload the indicator. Given the reason for this thread as reminded by Zlattata, like Abokwaik I believe there maybe a better way of deriving the S&R hence the resistance indicator as I think it will update in real time and present it as a starting point, maybe?
"Whenever there is any doubt, there is no doubt."
 
 
  • Post #331
  • Quote
  • Edited 6:37pm Jul 20, 2018 5:58pm | Edited 6:37pm
  •  Ronin-
  • Joined Dec 2017 | Status: Member | 55 Posts
Hi this is my next attempt at deriving a better S&R using a pivot point indicator as a starting place. See what you think. V1 and V2 use slightly different time frames. It is not that V2 is an improvement over V1; need to look at both and provide feedback.

I agree trading view does a have some good S&R indicators the problem is recoding the indictors for MT4, sometimes easy, sometimes not.
Attached File(s)
File Type: ex4 S&R HiLow V2.ex4   44 KB | 1,927 downloads
File Type: ex4 S&R HiLow V1.ex4   43 KB | 1,346 downloads
"Whenever there is any doubt, there is no doubt."
 
 
  • Post #332
  • Quote
  • Edited 5:54am Jul 21, 2018 4:34am | Edited 5:54am
  •  mitzescu
  • Joined May 2018 | Status: Member | 109 Posts
Great job Ronin. Horizontal lines a belive are the most powerfull.

I've been testing your indicator. I've tried hiding H1, H4 lines and text, but they don't dissapear.

I've been trying to make some sense from D1 highs and lows. I've seen you offset the lines to the right. You should put them right under or above the price that created that high or low and put an option to double extend them if anyone wants this. There is an option to extend them to infinite, but there will be too many lines and chart becomes messy.

Back to how i see these highs lows can be used.
Before i post a screenshot i test the theory on many pairs so here it is. I've draw some lines to extend those lows so i can better see them according to RSI.

Those D1 high lows can be used like in this screenshot. Trendlines can be drawn on Rsi according do D1 lows. See how rsi brokeout and made a divergence upthere? That's a great way to use it.

Another example and is good for the starting week. U see how the price tested your support 3 times and RSI is bullish divergent. Even Macd is bullish divergent.

If u can, please make so that previous lows and highs have different colors, they start from their original point and make an double extend the line option.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (1102).png
Size: 85 KB
 
 
  • Post #333
  • Quote
  • Edited 5:21pm Jul 21, 2018 4:48pm | Edited 5:21pm
  •  Ronin-
  • Joined Dec 2017 | Status: Member | 55 Posts
Version 1 of S&RHiLow does not show the lower time frame lines that you wish to be absent from the chart. Please ignore text next to lines, lets get the concept / indicator working then it can be polished. The H1 and H4 lines can be turned off on V2 by making sure Show_Previous is false and current is false. The shift maybe due to being based on pivot points at the beginning, see if I can doing something but not the best coder. Thanks for the feedback and will look into the other suggested changes.

Looking at the V2, it reminded me of another hypothesis to research of overlapping support lines and overlapping resistance lines of different timeframes. See https://www.tradingview.com/script/8...Points-Custom/ same principle using pivot points.

If you like the H1 previous to go back a full day change the CountDays to 24;
"Whenever there is any doubt, there is no doubt."
 
 
  • Post #334
  • Quote
  • Jul 22, 2018 5:38am Jul 22, 2018 5:38am
  •  michael988
  • | Joined Jul 2018 | Status: Junior Member | 2 Posts
Quoting subbusuper
Disliked
{quote} Hi Khalil, I always follow your thread, all of your thread are worth a lot. I normally use the attached indi. (It's not mine, I have downloaded from FF only) Credit goes to developer. {file}
Ignored
Hie subbusuper thanks for the indicator helps allot
 
 
  • Post #335
  • Quote
  • Edited 4:52pm Jul 23, 2018 4:08pm | Edited 4:52pm
  •  Ronin-
  • Joined Dec 2017 | Status: Member | 55 Posts
The shift of S&RHiLow can not be changed as for a given period of time a higher high or low lower may occur which will then move the S / R line so the trader will not know if in that time period the price has reached the highest point / lowest point. This is why pivot points use the last time period to calculate the levels. For S&R fractals are often used but do lag a few bars and may not always show the current level without reloading the indicator. This can be seen by using strategy tester in MT4.

An alternative is S&R Indicators that use previous levels such as support and resistance # TLB as an example or use zigzag etc... A search also shows that PSAR might be used to identify potential S&R levels: https://www.mql5.com/en/code/10971. I have modified this indicator to allow different time frames; see what you think. All credit for the indicator goes to Brooky (marc weedbrook

Any other ideas for best S&R?
Attached File(s)
File Type: mq4 Brooky_Psar_Levels_SR_V3.mq4   13 KB | 1,759 downloads
"Whenever there is any doubt, there is no doubt."
 
1
  • Post #336
  • Quote
  • Edited Jul 27, 2018 2:00am Jul 26, 2018 6:30pm | Edited Jul 27, 2018 2:00am
  •  Ronin-
  • Joined Dec 2017 | Status: Member | 55 Posts
Hi, any feedback???????

I have played with the resistance line indicator and have come up with S & R Bands. There is a small lag for the bands to coincide with the fractal S&R. The S&R bands look like Bollinger Bands but encompass all the price action. The S&R Bands also match the support and resistance # TLB lines at places. See what you think.
Attached File(s)
File Type: ex4 S&R Bands V3.ex4   10 KB | 1,562 downloads
"Whenever there is any doubt, there is no doubt."
 
2
  • Post #337
  • Quote
  • Jul 28, 2018 3:07pm Jul 28, 2018 3:07pm
  •  magne999
  • | Membership Revoked | Joined Sep 2014 | 934 Posts
This marketpanel indicator with many different and strong lines like RWL-RDL-RHL AND Pivots MS 1,2,3 SS 1.2.4 and more i am sure...remember the dll on...For clock and open closed markets and price and more
Attached File(s)
File Type: mq4 HTTBOP_Market_Panel – Kopi.mq4   326 KB | 1,430 downloads
You win some you loose some do both with peace of mind
 
 
  • Post #338
  • Quote
  • Jul 29, 2018 1:48am Jul 29, 2018 1:48am
  •  kelemi
  • | Joined Feb 2018 | Status: Member | 5 Posts
Quoting magne999
Disliked
[...] RWL-RDL-RHL AND Pivots ...
Ignored
Hi magne, sorry for my ignorance, what is "RWL, RDL and RHL?
thanks
 
 
  • Post #339
  • Quote
  • Jul 29, 2018 6:46am Jul 29, 2018 6:46am
  •  HarmonicBoy
  • | Joined Jan 2011 | Status: Member | 19 Posts
Hi All,
I have been using this extremely helpful SR indicator (see attached) and have been following this thread with interest.
I would firstly like to thank the coder for this indicator if I knew who they were. It has appeared on quite a few threads - and under different names - so it has definitely proven popular due to its simplicity.

There is one small limitation with it though... the colours are fixed and very hard to see on a dark screen. I prefer a dark screen as it is more comfortable to view but the red and blue colours don't make it easy for older eyes like mine.

I am not a coder and get nervous changing code lines. So if any helpful soul out there can identify for me a simple SR indicator that looks like this but had selectable colours I'd be very very grateful. Or could re-code this one. I suspect others would gain a lot of benefit from this too.

All the best
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 64 KB
Attached File(s)
File Type: ex4 Support and Resistance # TLB OC v02.ex4   41 KB | 1,352 downloads
File Type: mq4 Support and Resistance # TLB OC v02.mq4   18 KB | 1,853 downloads
 
 
  • Post #340
  • Quote
  • Jul 29, 2018 7:32am Jul 29, 2018 7:32am
  •  loozers
  • | Membership Revoked | Joined Jul 2018 | 919 Posts
weekly highs/lows, monthly highs/lows and daily highs lows are reliable only as far as interest rates expectations remain same, if there are changes to expected changes in interest rates expectations , all historical s/r becomes useless.

So there is no reliable long term indicator, impossible to make one.
 
1
  • Platform Tech
  • /
  • Need Best Support and Resistance Indicator
  • Reply to Thread
    • 1 1516Page 171819 22
    • 1 16Page 1718 22
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023