TradingView
ForexBee
11 Jun 2023 pukul 19.52

Best Support And Resistance Indicator V1 [ForexBee] 

Litecoin / TetherUSBinance

Huraian

â‹…
This Indicator Identifies and draws the support and resistance Zones On the Chart

🔶Overview
The support and resistance indicator is a technical indicator that will plot the support zone and resistance zone on the candlestick chart. It determines the price touches to find the strong support resistance zones.

The support and resistance indicator is the most basic technical analysis in trading. Instead of drawing zones manually, this indicator can save you time by plotting zones automatically.




🔶Working
There are specific characteristics of a valid support and resistance zone. Price always bounces upward from the support zone while it bounces downward from the resistance zone. On the other hand, when a breakout of the support or resistance zone happens, the price trends toward the breakout.

🔶Valid support zone
When the price touches a zone two to three times and bounces in a bullish direction, it is a good support zone.

The main point is that you should always find the bounces in clear price swings. The touches or bounces of the price must not be in the form of a choppy market. Price always moves in the form of swings or waves.


🔶Valid resistance zone
When the price touches a zone two to three times with a bounce in a bearish direction, then a valid resistance zone forms.
Here the price bounces must be in the form of swings or waves. You must avoid a choppy market.
So the support and resistance zone indicator finds these parameters on the chart and draws only valid zones.



🔶Settings of indicator

There are two inputs available in the indicator.

Number of bars for swing
The number of bars for the swing bars represents the size of the swing for a valid support or resistance touch. This parameter helps to filter the ranging price. the default value is 10.
Number of Tests for valid support and resistance
In this indicator, the number of pivots represents the support or resistance touches. so if you select the number 3, the indicator will only draw a zone with three touches.

🔶Features
There are the following features that this indicator identifies automatically, so you don’t need to do manual work.
  • Identify the valid support and resistance zones
  • Add the confluence of swings or waves during zone identification
  • Choppy market filter


We are also adding the feature of a candlestick pattern at the zone, which will be added in the next update.

Nota Keluaran

â‹…
Added Alerts For The Detection Of Support And Resistance Zones

Nota Keluaran

â‹…
Now The indicator Also Shows Candlestick Patterns at support and resistance levels.

Nota Keluaran

â‹…
Updated The Confluences
Komen
drvareladc
â‹…
Hi. Does this indicator still work? It seems like when I add it it doesn't come on my chart.
ForexBee
â‹…
@drvareladc, Yes The Indicator Is Working Please Let us Know if you are still Facing The Issue
koze
â‹…
Great indicator. Can this indicator show me support and resistance based on higher time frames? So for example show me support and resistance in 4 hours time frame based on Daily charts?
//@version=5
indicator("Higher Timeframe Support & Resistance", overlay=true)

// Input for higher timeframe and the selected symbol
higherTimeframe = input("D", "Higher Timeframe")
symbol = input("BITSTAMP:BTCUSD", "Higher Timeframe Symbol")

// Request higher timeframe data
htf_high = request.security(symbol, higherTimeframe, high)
htf_low = request.security(symbol, higherTimeframe, low)
htf_close = request.security(symbol, higherTimeframe, close)

// Calculate support and resistance based on higher timeframe
// Use the htf_high and htf_low for S&R calculations

// Example:
// Calculate Daily high and low on 4-hour chart
dailyHigh = security(syminfo.tickerid, "D", high)
dailyLow = security(syminfo.tickerid, "D", low)

// Plot S&R lines on the 4-hour chart
plot(dailyHigh, color=color.green, linewidth=2, title="Daily High")
plot(dailyLow, color=color.red, linewidth=2, title="Daily Low")

// Rest of your code for candlestick patterns and identifying S&R levels in the lower timeframe
// ...
Katunzyy
â‹…
Nice work bee ,impatiently waiting for that candlestick pattern update.
johnbuliguin15
â‹…
Perfect and VERY RELIABLE INDICATOR... I SALUTE THE DEVELOPER....
krishina
â‹…
excelent
Lebih