Hi :) 
my goal is to be able to go through a list of stocks and use the ichimoku strategy combined with SMA200/50 golden cross. 
Right now I have a list of 2 stocks, FB and FSLR. but the stock plots do not look right. It seems like its the same closing price on both plots.
I wonder if its because that Im using the wrong method to get the closing price: Close= bar.Close 

Im using an idea here from backtest-rookies. I have modified it to a day and 20 minute consolidator. 

what am I doing wrong? Any help or ideas would be great :) thanks in advance

Author