Hi,<div><br></div><div>While I plan on researching this further, here is a slight problem I encountered: </div><div><br></div><div><div>    st3 = "add_RSI(n=14)"</div><div>    st4 = "add_TA(RSI(Cl(stock),n=14), on=2)"</div>
<div>    print(chart_Series(stock, TA=paste(st3,st4,sep=";"), name=symbol))</div></div><div><br></div><div><br></div><div>The charting almost behaves as expected, except for the fact that the rsi calculated using add_RSI and RSI</div>
<div>should be identical, so the TA argument should produced two curves exactly superimposed on each other. The two curves, however, are not superimposed. </div><div>Any ideas would be appreciated. Thanks.</div><div><br></div>
<div>(I attached an example.) Perhaps something is done differently in add_TA and add_RSI regarding the y axis. </div><div><br></div><div>Thanks!</div><div><br></div><div>      Gordon</div><div><br></div>