this is the code what i use. Is this the right one? and btw thanks for the reply study("Multi Timeframe RSI", shorttitle="MTF_RSI") len = input(14, title="Length", type=integer) src = input(close, title="Source", type=source) show5m = input(true, ...