PureBytes Links
Trading Reference Links
|
Conrad,
You're getting quite good at this! YOU DA MAN!!
Seriously, glad we could help.
P
--- In equismetastock@xxxxxxxxxxxxxxx, Conrad Smith
<conradfsmith3@xxxx> wrote:
> 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!
>
> Conrad
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|