[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Donchian Channel Mid Point



PureBytes Links

Trading Reference Links

var: median8(0);
median8 = (highest(H,8) + lowest(L,8))*.5;
plot1(median8,"median8);

> I am looking for coding help. I want to calculate the 8 Period Donchian 
> Channel Mid-point line. Any help is appreciated.