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.
Комментарии
day1Close = security(syminfo.tickerid, '1D', close)
day2Close = security(syminfo.tickerid, '2D', close)
day3Close = security(syminfo.tickerid, '3D', close)
day4Close = security(syminfo.tickerid, '4D', close)
1D and 2D close are same
Can you please guide me on how to do this.