PureBytes Links
Trading Reference Links
|
Hello Omega List,
can be seen at http://www.blackboxsystems.com/sp07
the user name = omegalist
the password = omegalist
The following TradeStation code goes with "Trading the momentum of
market breadth" in the December 2000 issue.
{start code}
{Data1 = Either the SPY S&P 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);
If ROC(Close Data2, RL) > BZ Then Buy;
If ROC(Close Data2, RL) < SZ Then Sell;
end;
{end of code}
here are the advancing issues data in ts4
format it is about one meg in size ..
http://www.markbrown.com/adv.omz
--
Best regards,
Mark Brown mailto:markbrown@markbrown.com
Y = Offset + Amplitude * sin(Frequency * X)
.oİş°¨¨°şİ[ WWW.MARKBROWN.COM ]İş°¨¨°şİo.
|