OPEN-SOURCE SCRIPT

Trend-Based Signals (NASDAQ) - LA CLAVE ESTÁ EN NO RENDIRSE

Orlando Pereira

// Highlight Time Zones
in_zone1 = (hour == 8 and minute >= 30 and minute <= 35) // 8:30 am to 8:36 am EST
in_zone2 = (hour == 8 and minute > 35) or (hour == 9) or (hour == 10 and minute == 0) // 8:36 am to 10:00 am EST

bgcolor(in_zone1 ? color_zone1 : na, title="Zone 1 Background")
bgcolor(in_zone2 ? color_zone2 : na, title="Zone 2 Background")

// Display motivational message
if bar_index == na
label.new(bar_index, high, "LA CLAVE ESTÁ EN NO RENDIRSE",
style=label.style_label_center,
color=color.orange,
textcolor=color.black,
size=size.large)
educational

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?

Disclaimer