PureBytes Links
Trading Reference Links
|
The following was posted some time ago as AIQ lines. I have no way of
verifying if these are correct or not, since I do not have AIQ.
Input: Length(60),price((c+o)/2);
Plot1(xaverage(xaverage(price,28)+Highest(h-xaverage(price,28),Length),4),"U
pper");
Plot2(xaverage(xaverage(price,28)+lowest(l-xaverage(price,28),Length),4),"Lo
wer");
Plot3(xaverage(price,28),"Mov Avg");
At 12:46 AM 5/17/98 -0400, John Corrion wrote:
>Has anyone programmed AIQ's Bands in Easy Language? The first basis
>appears to be an exponetial average of the average price with a length
>of 27. Any ideas?
>
>Thanks,
>
>John
>
>
|