If in a script, which itself is set to compute on close, a built-in study is called like
var sma50 = sma(50);
My question is whether sma50 is updated every tick thereafter or it is only calculated at the end of the bar since the main function is only called at the close of the bar.
Clearpicks
var sma50 = sma(50);
My question is whether sma50 is updated every tick thereafter or it is only calculated at the end of the bar since the main function is only called at the close of the bar.
Clearpicks
Comment