PureBytes Links
Trading Reference Links
|
Hi Mike,
I wanted to try your S&R formulas, but I don't see where to enter them into
the expert advisor dialog. Can you give me a hint.
Thanks,
Dan
-----Original Message-----
From: michael arnoldi <marnoldi@xxxxxxxxxxxxx>
To: A METASTOCK GROUP <metastock@xxxxxxxxxxxxx>
Date: Sunday, October 10, 1999 5:02 PM
Subject: EXPET ADVISOR - support & resistance
>i wrote this exper for calculating the support 1 & 2 and resistance 1 &
>2 as per futures magazine oct 99 page 52.
>i would like to share my efforts with the rest of the group - especially
>the ones who have helped me from time to time:
>----------------------------- start --------------------------
>
> FIRST RESISTANCE: WRITEVAL(-L+(2* (H+L+C)/3),1.2)
> SECOND RESISTANCE: WRITEVAL(((H+L+C)/3) +((-L+(2*
>(H+L+C)/3))-(-H+(2* (H+L+C)/3))),1.2)
> FIRST SUPPORT:
>WRITEVAL(-H+(2*(H+L+C)/3),1.2)
> SECOND SUPPORT: WRITEVAL(((H+L+C)/3)
>-((-L+(2* (H+L+C)/3))-(-H+(2* (H+L+C)/3))),1.2)
>
>-------------------------------- end --------------------------
>
>mike arnoldi
>
|