a=LastValue(ATR(14)); myvalue=LLV(MA(*C*,10),a);
On Wed, Jul 21, 2010 at 12:16 AM, them1060 <[email protected]> wrote: > > > Can I use a dynamic period in LLV? > > Ie myvalue = LLV(MA(C, 10), ATR(14)) > > so that periods will be dynamic as the atr moves? > > Thanks! > > >
