I'm hoping this is an easy one. Couldn't search for the answer here as the "search server is busy"...again.
How would I change or add to this code... shape = Buy * shapeUpArrow + Sell * shapeDownArrow; PlotShapes( shape, IIf( Buy, colorGreen, colorRed ),0, IIf( Buy, Low, High ) ); ...so that stop sells (say, n-bar stops) have a different shape/color than regular ol' buys & sells? Thanks in advance, Grant
