It's nice to learn different ways to do this, and to be able to customize the plot the way I want, with a little tweak on Aron's input:
CHigher = ROC(C,1)>0; CAboveO = C>O; fillColor = IIf(CAboveO,colorWhite,IIf(CHigher,colorGreen,colorRed)); OutlineColor = IIf(CHigher, colorGreen,colorRed); SetBarFillColor(fillColor); Plot( C, "Close", OutlineColor, GetPriceStyle()); Thanks both of you for help! HL
