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

EXPET ADVISOR - support & resistance



PureBytes Links

Trading Reference Links

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