TradingView
LuxAlgo
27 set 2020 12:53

Support and Resistance Levels with Breaks [LuxAlgo] 

Ether / United States DollarCoinbase

Descrizione

This script provides basic pivot point Support and Resistance Levels to the user whilst displaying Break signal tags. It also has the ability to let the user display more significant breaks by filtering using the Volume Oscillator.

Only more significant breaks of these basic levels are displayed to the user when optimized which avoids noise and messy signals.

It will also display breaks with candles it deems to be bullish (e.g. having a longer upper or lower wick).

Notation

The notation of "B" denotes a break of either a Support or Resistance level with a volume greater than the threshold.
The notation of "Bull or Bear Wick" denotes a bullish or bearish candle on the break.

Settings:

Left Bars - the number of bars left hand side of the pivot.
Right Bars - the number of bars right hand side of the pivot.
Volume Threshold - the threshold value (%) for the Volume Oscillator.

Usage & Details:
Knowing when a pivot S/R level is broken with significance can be of great help to a trader. Many times significant levels may not be broken with significant force and the move is therefore weaker and possibly not worth trading.

Note di rilascio

Copyright update

Note di rilascio

Minor Changes.

Note di rilascio

Update to script title.
Commenti
tsykes3
What’s the best setting for 5min?
just_naba
@tsykes3, if u know tell us pls
kishanmandora9
Erik10
@tsykes3, the source code says:

leftBars = input(15, title = "Left Bars ")
rightBars = input(15, title = "Right Bars")

On a 15 minute chart this works very good, so for the same effect on a 5 minute chart the 15 should be changed to: 45
Erik10
I just tested it, to me the 15 bars setting appears to work on all timeframes. However when you want to follow the support and resistance of a higher timeframe you can do the above.
hassan.ghobadi72
Thank you very much LuxAlgo .
How I can see an alert when any Support or Resistance broken?
santoshkhaparde10
@Hassan.ghobadi72,
Roadman2022
@Hassan.ghobadi72, learn
donavan2398
Hello, Thanks to you! I have a couple questions. Do the S/R Lines repaint ? How many candles later do the S/R line appear ?
kamleshchaurasiya09
Altro