Breakout Detector
Breakout Detector
0 at
https://mozilla.org/MPL/2.0/
// ©Trade Confident
// License Agreement: You are granted a personal license agreement to the following
script for use on ONE TrdingView account.
// You may NOT resell or distribute this script in any way, this is strictly
prohibited and is tracked on TradingView.
// PLEASE READ: We will take legal action if this script is shared with another
TradingView account or modified and reposted on TradingView IN ANY WAY.
//@version=5
tag0 = "TC Breakout Detector"
indicator("Breakout Detector")
pi = 3.14159265359
src0 = hlc3
no_type = "Standard"
simp_harmon_type = "Simple Harmonic"
rsi_type = "RSI"
karo_type = "Karobein"
m_type = "M-Oscillator"
typ5 = rsi_type
cond0 = typ5
cond1 = cond0 == no_type ? src0 : _pv(src0, volatility_length)
cond2 = cond0 == no_type ? volatility_length : volatility_length
label.set_xy(_la, x, y)
label.set_text(_la, msg)
label.set_textcolor(_la, col)
_la
bc = 16
makelabel(bar_index+10, bc, 'Breakout Zone ↑↓')