ok, here's the modified code. You should save it under a different name.
I have blocked out the unwanted original code with green {}, and added modifications in red.
inputs:
Price( Close ),
Length( 14 ),
OverSold( 30 ),
OverBought( 70 ),
OverSColor( Cyan ),
OverBColor( Red...