PureBytes Links
Trading Reference Links
|
Hello John,
Wednesday, February 13, 2002, 1:30:08 PM, you wrote:
JW> Hello List,
JW> Can anyone with e-Signal service tell me what is the Advancing issues of
JW> the Nyse symbol to use? It is for the Oddball system.
JW> John
JW> ****************************************************
JW> MB_OddBall
JW> {start code}
JW> {Data = Either the SPY SAP 500 index tracking stock or the S&P 500
JW> commodity futures contract. Data2 = Advancing issues of the Nyse.}
if time>>>830 and time <=1500 then begin
JW> Inputs: RL(7), BZ(3), SZ(1),Factor(3), Length(20);
JW> If RateOfChange(Close Data2, RL) > BZ Then Buy;
JW> If RateOfChange(Close Data2, RL) < SZ Then Sell;
JW> end;
For e-signal
$ADV is NY advancing
$DECL is NY Declining
$ADVQ is NASDQ advancing
$DECLQ is NASDQ declining
--
Best regards,
Roger mailto:mailrs@xxxxxxxxxx
|