Use EXREM() function.

--- In [email protected], "Mohammed" <[EMAIL PROTECTED]> wrote:
>
> 
> Hi All,
> 
> Buy = MDI(14) > 30 AND MDI(14) > PDI(14) AND ADX(14) < Ref( ADX(14), -1
> );
> Sell = 0;
> 
> PlotShapes( Buy * shapeUpArrow + Sell * shapeDownArrow, IIf( Buy,
> colorGreen, colorRed ) );
> 
> I use the above code to Plot arrow over price chart. But this plots too
> many arrows.
> 
> How can I Plot only the first arrow.
> 
> Thanks for help..:)
>


Reply via email to