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

Re: Chart Scan Alert (help please)



PureBytes Links

Trading Reference Links

What is the purpose of using "Commoditynumber" ?  Why not use
"Getsymbolname" ?   Who assigns the CommodityNumber?  I never
got the function to work in Ts 3.0 or 3.5.  In fact, many others
could not either.  TS 4.0 added "getsymbolname" to avoid the
CommodityNumber problem.

donc

>Subject:  Re: Chart Scan Alert (help please)
>   Date:  Wed, 7 Oct 1998 11:35:21 -0500
>   From: "Mark Brown" <markbrown@xxxxxxxxxxxxx>
>     To:  <omega-list@xxxxxxxxxx>, "Stewart Taylor" <staylor@xxxxxxx>
>
>INPUTS: StochHi(90),
> StochLow(20),
> Len(14);
>
>value1 = SlowKCustom(H, L, C, Len);
>condition1 =  value1 crosses over StochHi;
>condition2 =  value1 crosses under StochLow;
>
>IF  condition1 or condition2  THEN begin
> Print(printer,"");
> Print(printer,"");
> If commoditynumber = 5035 then print(printer, "AAPL  ");
> If commoditynumber = 5005 then print(printer, "ADBE  ");
> If commoditynumber = 5002 then print(printer,"AMAT  ");
> If commoditynumber = 5004 then print(printer, "AMD  ");