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

Re: EXPET ADVISOR - support & resistance



PureBytes Links

Trading Reference Links

i copied & pasted from my newly created "commentary" expert - using
ms6.52, but no errors:


           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)


please try again & make sure that you don't have a spce at the end of
the last line pasted or it will give a parsing error.

mike arnoldi