I haven't seen this exact problem mentioned anywhere. If I've missed it please direct me in the right direction. The attached strategy demonstrates the issue I'm having. It doesn't trade, it just uses Print() a lot. Here's a brief extract from the output (N.B. I'm from the UK).
New $EURUSD bar at 08/04/2013 16:07:22, Bar time = 12/03/2012 21:00:00, OHLC = 1.3101, 1.3158, 1.3078, 1.3153, RSI1 47.3815621983981, RSI2 71.6585753392596
Bar 0 - Close1 = 1.3153, Close2 = 1.3153
Bar 1 - Close1 = 1.3116, Close2 = 1.3116
Bar 2 - Close1 = 1.3271, Close2 = 1.3271
Bar 3 - Close1 = 1.3148, Close2 = 1.3148
Bar 4 - Close1 = 1.311, Close2 = 1.311
Bar 5 - Close1 = 1.3215, Close2 = 1.3215
Bar 6 - Close1 = 1.3198, Close2 = 1.3198
Bar 7 - Close1 = 1.3308, Close2 = 1.3308
Bar 8 - Close1 = 1.3323, Close2 = 1.3323
Bar 9 - Close1 = 1.3455, Close2 = 1.3455
Bar 10 - Close1 = 1.3396, Close2 = 1.3396
Bar 11 - Close1 = 1.3446, Close2 = 1.3446
Bar 12 - Close1 = 1.3371, Close2 = 1.3371
Bar 13 - Close1 = 1.3245, Close2 = 1.3245
Basically I copy Close into myClose but get different answers when I RSI the two DataSeries. Where am I going wrong?
Jim

Comment