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

Oddball Advancing issues of Nyse symbol


  • To: "Omega" <omega-list@xxxxxxxxxx>
  • Subject: Oddball Advancing issues of Nyse symbol
  • From: "John Watson" <NekoNkkkkkkkkkkkkkkkkk>
  • Date: Wed, 13 Feb 2002 11:33:19 -0800

PureBytes Links

Trading Reference Links

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;