OPEN-SOURCE SCRIPT
Telah dikemas kini RESISTANCE & SUPPORT

This script is generate multiple types of resistance line which later work as support too on daily time frame.
this is not final breakout line but give you approx. idea about the support and resistance using this script.
No of lines are below
1) Pullback Line
this line is generated when close[2] >= close[1] and close[1] >= close
means 2 days straight todays close is below its previous days close, with rising volume.
2) Rising Line
this line is generated when close > close[1] and close[1] > close[2]
means 2 days straight todays close > previous days close, with rising volume.
3) Vshape Line
this line is generated when close > close[1] and close[1] < close[2]
means todays close above previous days close and previous days close is below its previous days close, with rising volume.
4) 2 Bar Fail Line
this line is generated when close < open and close[1] >= open[1] and open >= close[1] and close < close[1]
means todays close < open and previous day close >= previous day open and todays open >= previous day close and todays close < previous days close, with decreasing in volume.
this is not final breakout line but give you approx. idea about the support and resistance using this script.
No of lines are below
1) Pullback Line
this line is generated when close[2] >= close[1] and close[1] >= close
means 2 days straight todays close is below its previous days close, with rising volume.
2) Rising Line
this line is generated when close > close[1] and close[1] > close[2]
means 2 days straight todays close > previous days close, with rising volume.
3) Vshape Line
this line is generated when close > close[1] and close[1] < close[2]
means todays close above previous days close and previous days close is below its previous days close, with rising volume.
4) 2 Bar Fail Line
this line is generated when close < open and close[1] >= open[1] and open >= close[1] and close < close[1]
means todays close < open and previous day close >= previous day open and todays open >= previous day close and todays close < previous days close, with decreasing in volume.
Nota Keluaran
removed extra codes * with rising volume. = with falling volume for 2 days.
there is typo in description its generated line on decreasing volume and not increasing volume.
Nota Keluaran
added label counter for the line so you can easily identified the order of the line.Nota Keluaran
set the lable to the price instead of above bar position.Nota Keluaran
Added 2 new breakout line1) 2 Reversal Bar
this is generated when in 2 days row close below its previous day close.
and on 3rd day close cross above previous day high.
buy signal only generate if todays close cross above previous day high. ideal stoploss is previous day low which is crossed today.
1) Inside Bar Breakout
for this its check upto 10 days inside bar.
buy signal only generate if todays close cross above previous day high. ideal stoploss is previous day low which is crossed today.
Nota Keluaran
increased no of linesNota Keluaran
Rounded buy value to 2 decimal point.Important Note :
For Best Result to use this script is to use only 2 different types of lines at a single time and hide others.
which gives you better levels.
Skrip sumber terbuka
Dalam semangat sebenar TradingView, pencipta skrip ini telah menjadikannya sumber terbuka supaya pedagang dapat menilai dan mengesahkan kefungsiannya. Terima kasih kepada penulis! Walaupun anda boleh menggunakannya secara percuma, ingat bahawa menerbitkan semula kod ini adalah tertakluk kepada Peraturan Dalaman kami.
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.
Skrip sumber terbuka
Dalam semangat sebenar TradingView, pencipta skrip ini telah menjadikannya sumber terbuka supaya pedagang dapat menilai dan mengesahkan kefungsiannya. Terima kasih kepada penulis! Walaupun anda boleh menggunakannya secara percuma, ingat bahawa menerbitkan semula kod ini adalah tertakluk kepada Peraturan Dalaman kami.
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.