is this the right way to do the ichimoku?

Code
Ichimoku(9, 26, 53, 26);

vars Lagging_Span = series(Chikou(0));

vars Close = series(priceClose(26));


I shifted forward the ichimoku and price then the chikou will be 26 bars behind the price
when I plot the result, the trades are triggered on the chikou span

or im wrong?