PureBytes Links
Trading Reference Links
|
You are a man of patience!
I've got it:
MAP:= Input("Moving Average Periods", 2, 365, 13);
Displacement:= Input("Periods Back", 2, 365, 5);
A:= Mov(C,MAP,E);
B:= Mov(Ref(C, - Displacement),MAP,E);
A;
B;
Thanks again!
ConradWith Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|