PureBytes Links
Trading Reference Links
|
Hello Jimmy,
most of the article can be seen for free at
http://www.activetradermag.com/brown.htm
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.}
Inputs: RL(7), BZ(3), SZ(1);
If ROC(Close Data2, RL) > BZ Then Buy;
If ROC(Close Data2, RL) < SZ Then Sell;
{end of code}
--
Best regards,
Research mailto:research@xxxxxxxxxxxxx
-------------------------- eGroups Sponsor -------------------------~-~>
eGroups eLerts
It's Easy. It's Fun. Best of All, it's Free!
http://click.egroups.com/1/9698/0/_/152424/_/977502312/
---------------------------------------------------------------------_->
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxx
|