Good evening,
I noticed that my RSI calculation (and therefore my RSI EWMA calculation) are different depending on what I set the bar_count to when I grab historical pricing for a security. The start and end dates, and RSI window_length are kept the same in my comparison.
Can someone please explain to me why this is happening? Referring to the following article on the unstable period for a TA calculation enter link description here, it appears that regardless of the data used to calculate a technical indicator, 34 price bars are stripped off the price history in order to assure the same result is always calculated.
RSI value on July 19, 2016 for 30 days of price history = 41.36
RSI value on July 19, 2016 for 60 days of price history = 43.64
RSI value on July 19, 2016 for 90 days of price history = 43.69
Any help would be greatly appreciated.
Thanks,
Brian