Yes indeed.  Thank you!


--- In [email protected], "Peter Montgomery" <[EMAIL PROTECTED]> 
wrote:
>
> This the sort of thing you are looking for?
> 
> _SECTION_BEGIN("Trade Shade");
> 
> FBuy = Flip(Ref(Buy,-1),Ref(Sell,-2));
> IIf(BarsSince(Buy < BarsSince(Sell)),Plot( FBuy, "Buy", ParamColor
> ( "Buy Color", colorCycle ), styleArea+styleOwnScale ),Null);
> 
> _SECTION_END();
> 
> 
> Monty


Reply via email to