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

Re: Oddball Advancing issues of Nyse symbol



PureBytes Links

Trading Reference Links

John:  $ADV
Regards,  Jack.
----- Original Message -----
From: "John Watson" <NekoNinja@xxxxxxxxxxxx>
To: "Omega" <omega-list@xxxxxxxxxx>
Sent: Wednesday, February 13, 2002 11:30 AM
Subject: Oddball Advancing issues of Nyse symbol


> Hello List,
>
>     Can anyone with e-Signal service tell me what is the Advancing issues
of
> the Nyse symbol to use? It is for the Oddball system.
>
>     John
>
>
>  ****************************************************
> MB_OddBall
>
>
>  {start code}
>
> {Data = Either the SPY SAP 500 index tracking stock or the S&P 500
>  commodity futures contract. Data2 = Advancing issues of the Nyse.}
>
> if time>>830 and time <=1500 then begin
>
>  Inputs: RL(7), BZ(3), SZ(1),Factor(3), Length(20);
>
> If RateOfChange(Close Data2, RL) > BZ Then Buy;
> If RateOfChange(Close Data2, RL) < SZ Then Sell;
>
> end;
>
>
>