Page 1 of 1

Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Thu Apr 28, 2022 1:44 am
by Banzai
Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators for Metatrader 5

Image
Example: Fibonacci shown on a ProRealTime Chart

Hi
Members and visitors you can find all sorts support resistant (SR) Fibo and Pivot indicators here.

MT4 versions are over here:
viewtopic.php?f=579496&t=8422251

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Thu Apr 28, 2022 1:45 am
by Banzai
Supply and Demand (on/off button)

Released date: October 18th, 2021
Coder: Shved
This is MQL5 version of Shved Supply and Demand indicator written by Shved and upgraded by eevviill7 and Behzad Movaghar.

Added history mode to indicator. Set "historyMode" parameter to true then "double click" on any point in price chart to see Support and Resistance zones in that point.

Indicator uses fractals and ATR indicator to find and draw support resistance zones on price chart. Types of zones are:

weak: important high and low points in trend
untested: major turning points in price chart that price still didn't touch the again
verified: strong zones, price touched them before but couldn't break them
proven: verified zone that at least four time price couldn't break it
broken: zones that price breaks them (not applied for weak zones)

// v1.2: History mode added. Set "historyMode" parameter to true then "double click" on any point in price chart to see Support and Resistance zones in that point.
// v1.3: Added parameter for sending notification to mobile phone when price entering S/R zones
// v1.4: Fixed Sup. & Res. labels in history mode.
// v1.5: Added Timeframe option to show S/R zones from a timeframe on other timeframes.

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Fri May 20, 2022 4:39 am
by Banzai
Weekly Fibo (on/off button)

coder: mladen

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Sat Aug 20, 2022 3:41 pm
by Jon
Banzai wrote: Thu Apr 28, 2022 1:45 am Supply and Demand (on/off button)

Released date: October 18th, 2021
Coder: Shved




// v1.2: History mode added. Set "historyMode" parameter to true then "double click" on any point in price chart to see Support and Resistance zones in that point.
// v1.3: Added parameter for sending notification to mobile phone when price entering S/R zones
// v1.4: Fixed Sup. & Res. labels in history mode.
// v1.5: Added Timeframe option to show S/R zones from a timeframe on other timeframes.
Image
Hey Banzai!

I'm finding that sometimes the indicator gets a bit glitchy and freezes, I could reduce the back limit but is there anything you recommend doing? Thanks man and have a nice weekend

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Thu Aug 25, 2022 1:21 am
by mrtools
sal wrote: Wed Aug 24, 2022 6:33 pm mr.tools
can you please add M30, M15, M5 S/R levels !!
Added the levels.

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Mon Sep 12, 2022 6:02 am
by Jon
Supply and demand indicator by Shved

This is the same as the previous version but without the button

It runs a lot smoother

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Mon Apr 17, 2023 11:33 am
by 太虚一毫
Banzai wrote: Thu Apr 28, 2022 1:45 am Supply and Demand (on/off button)

Released date: October 18th, 2021
Coder: Shved




// v1.2: History mode added. Set "historyMode" parameter to true then "double click" on any point in price chart to see Support and Resistance zones in that point.
// v1.3: Added parameter for sending notification to mobile phone when price entering S/R zones
// v1.4: Fixed Sup. & Res. labels in history mode.
// v1.5: Added Timeframe option to show S/R zones from a timeframe on other timeframes.
Image
The TEXT display is not normal, that is, when the button is closed, the TEXT still jumps the display. I wonder if the teacher has solved (this problem) now?

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Tue May 30, 2023 7:32 am
by mrtools
From Mladen Rakic:

Even though it seems like a funny name, it is not.

The "HOPS" and "LOPS" stand for High Of the Previous Session and Low Of the Previous Sessions. That makes it a sort of support/resistance or a pivot type of indicator. This version supports any of the time frames that are supported by MetaTrader 5 (even displaying lower time frame session pivots, lows and highs).


Recommendations
* Use it as any previous session high/low indicator (mainly for possible break-outs).
* If you use multiple instances on the same chart set the unique ID of the indicator to unique value - that way you can have more than one instance on the same chart.

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT5

Posted: Tue Aug 15, 2023 10:16 am
by bbookgenius
Hi! When we choose to calculate the pivots for the monthly period, there is an overlap when the month has 28 days and a gap when the month has 31 days.

Would it be possible for an advanced programmer to take a look at the source code and see if the problem can be fixed?



Source Code:
Here is another version of Wyatts Pivot, but this time with buffers if you ever want to use it in an Expert Advisor, however this version often crashes the MT5 platform and it has the same overlap and gaps problem:
Thanks in advance !