The 4 possible Support/Resistance options for this section are:
Exit when price closes below support - Exits the trade when price closes a candle below the most recent support. Meant to be used for longs.
Add a caption...
Exit when prices breaks support on volume- This is difficult to explain in words so here is the code if you want to understand it. It is the ‘support_broken’ variable. Meant to be used for longs.
Add a caption...
To visually see the breaks, you can toggle on the ‘Plot Breaks Support and Resistance Lines’ option at the bottom of the indicator, and look for candles that have a Red ‘B’ plotted above them.
Add a caption...
Add a caption...
Add a caption...
Exit when price closes above resistance- Exits the trade when price closes a candle above the most recent resistance. Meant to be used with shorts.
Add a caption...
Exit when prices breaks resistance on volume - This is difficult to explain in words so here is the code if you want to understand it. It is the ‘resistance_broken’ variable. Meant to be used with shorts.
Add a caption...
To visually see the breaks, you can toggle on the ‘Plot Support and Resistance Lines’ option at the bottom of the indicator, and look for candles that have a green ‘B’ plotted above them.