PROTECTED SOURCE SCRIPT

cla

17
e(tpLine)
if not na(slLine)
line.delete(slLine)
tpLine := line.new(bar_index, close + (targetPoints * syminfo.mintick), bar_index + 15,
close + (targetPoints * syminfo.mintick), color=color.green, width=2)
slLine := line.new(bar_index, low, bar_index + 15, low, color=color.red, width=2)

// Alerts
alertcondition(shortEntry, "SHORT", "Reversal SHORT Setup")
alertcondition(longEntry, "LONG", "Reversal LONG Setup")

Aviso legal

As informações e publicações não se destinam a ser, e não constituem, conselhos ou recomendações financeiras, de investimento, comerciais ou de outro tipo fornecidos ou endossados pela TradingView. Leia mais nos Termos de Uso.