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 a publication is governed by House Rules. You can favorite it to use it on a chart.
Комментарии
to plot current HL levels, please add
plot(tfHigh1, color=color.green,style=plot.style_cross)
plot(tfLow1, color=color.red,style=plot.style_cross)
есть еще встроенная функция security, но она перерисовывает.