Jul 8
alertcondition(alert04, "Buy alert", "Buy") alertcondition(alert05, "Resistance Broken", "Resistance Broken") alertcondition(alert06, "Sell alert", "Sell") alertcondition(alert07, "Smart Buy", "Smart Buy") alertcondition(alert08, "Smart Sell", "Smart Sell") alertcondition(alert09, "Stop loss", "Stop loss") alertcondition(alert10, "Support Broken", "Support Broken") alertcondition(alert11, "Target 1", "Target 1") alertcondition(alert12, "Target 2", "Target 2") alertcondition(alert13, "Target 3", "Target 3") alertcondition(alert14, "Trend cloud Bearish Alert", "Trend cloud Bearish") alertcondition(alert15, "Trend cloud Bullish Alert", "Trend cloud Bullish") // Watermark //text inputs //symbol info symInfoCheck = false symInfo = syminfo.ticker + ' | ' + timeframe.period + (timeframe.isminutes ? 'M' : na) date = str.tostring(dayofmonth(time_close)) + '/' + str.tostring(month(time_close)) + '/' + str.tostring(year(time_close)) //text positioning textVPosition = 'middle' textHPosition = 'center' //symbol info positioning symVPosition = 'top' symHPosition = 'left' //cell size width = 0 height = 0 //title settings c_title = color.new(color.orange, 0) s_title = 'large' a_title = 'center' //subtitle settings c_subtitle = color.new(color.orange, 50) s_subtitle = 'normal' a_subtitle = 'center' //symbol settings c_symInfo = color.new(color.orange, 50) s_symInfo = 'normal' a_symInfo = 'center' c_bg = color.new(color.blue, 100)