I have two simple test scripts -- one creates a global variable and the other reads it. On loading the chart, only the most current value of the global variable is used in the calculations, meaning that past bar computations aren't necessarily correct since I don't know the value of the global variable for past bars.
I can't backtest as a result. I just want to make sure this behavior is correct?
Thanks.
I can't backtest as a result. I just want to make sure this behavior is correct?
Thanks.
Comment