can i shift the price backward in live trade? i tried a workaround where:

Code
vars Close = series(priceClose(26));


when i plot the Lag it shows a shift forward the price, I should expect backward shift since series starts on the last 26 bar of the price. Did i miss something?

Last edited by marr; 07/26/19 12:58.