//try this --------8<--------------------------------------- Buy = Sum( Ref( RSI(2), -1 ) > RSI(2) , 7) == 5; Plot(RSI(2),"RSI(2)",1,1); PlotShapes(Buy*shapeUpArrow ,colorGreen);
--- In [email protected], "dingo" <[EMAIL PROTECTED]> wrote: > > I'm trying to code: > > RSI(2) has dropped 5 of the last 7 days > > And just can't get my act together on this. Been a long tuff cupla days > dealing with scale-in problems... > > TIA > > d >
