Correct. Something like this.
Code:
{ color criteria }
if RSIValue > OverBought then
SetPlotColor( 1, OverBColor )
else if RSIValue < OverSold then
SetPlotColor( 1, OverSColor ) ;
