So this script does so far what it should - it plots higher highs as blue bars on the chart: //@version=4 study("Strat3", overlay=true) // get user input rsiLength = input(title="RSI Length", type=input.integer, defval=14) rsiOB = input(title="RSI OB", type=input.float, defval=70.0) rsiOS = input(ti...