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
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)
Hey Banzai!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.
Added the levels.
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?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.