PureBytes Links
Trading Reference Links
|
Greg,
The code below is taken from a freebee that is on
my website.
There are some pictures there if you want to
look.
<A
href="">http://www.theswingmachine.com/QQQ_ND_UD_Volume.htm
{System:
Buy-Sell_D2D3_DiffAuthor: Clyde Lee, Copyrighted 2002Purpose: A
very simple day trading system for the QQQ based on the
up and down volume for the
NASDAQ market. Buy or
Sell when the difference in the Up volume and the
Down volume reach a certain
specified level. Exit at
end of day.Results: 60 DAYS PRIOR TO AND INCLUDING
8/6/02 Trading 100
shares. Net Profit $465.00
Max Drawdown: $189.00 Total
Trades: 39 Winning Trades:
32 Remember not stops,
just exit on close.}Input:
DiffLevel(600000),BegTime(1300);SetExitOnClose;Value1=C of
Data2 - C of Data3;If BegTime<Time then beginIf
Value1>+DiffLevel and MarketPosition=0 then Buy this Bar on Close;If
Value1<-DiffLevel and MarketPosition=0 then Sell Short this Bar on
Close;End;
- - - - - - - - - - - - - - - - - - - - - - -
- - - - -Clyde Lee
Chairman/CEO (Home of
SwingMachine)SYTECH
Corporation email:
<FONT face=Arial
size=2>clydelee@xxxxxxxxxxxx 7910
Westglen, Suite 105
Office: (713) 783-9540Houston, TX
77063
Fax: (713) 783-1092Details
at:
<FONT face=Arial
size=2>www.theswingmachine.com- - - - - -
- - - - - - - - - - - - - - - - - - - - - -
----- Original Message -----
From: "dspm" <<A
href=""><FONT face=Arial
size=2>dspm02@xxxxxxxxxxx>
To: <<A
href=""><FONT face=Arial
size=2>realtraders@xxxxxxxxxxxxxxx<FONT face=Arial
size=2>>
Sent: Tuesday, March 25, 2003 9:23 AM
Subject: [RT] Oddball variants
<FONT face=Arial
size=2>> I'm ready to start researching Oddball and its variants again.
Does > anyone have a favorite they could send me? What does the
collective > wisdom say about what works and what doesn't, and what are
some new > avenues for research? Thanks.> > /Greg>
> > > ------------------------ Yahoo! Groups Sponsor
---------------------~-->> Make Money Online Auctions! Make $500.00 or
We Will Give You Thirty Dollars for Trying!> <A
href=""><FONT face=Arial
size=2>http://us.click.yahoo.com/yMx78A/fNtFAA/46VHAA/zMEolB/TM<FONT
face=Arial size=2>>
---------------------------------------------------------------------~->>
> To unsubscribe from this group, send an email to:> <A
href=""><FONT face=Arial
size=2>realtraders-unsubscribe@xxxxxxxxxxxxxxx<FONT face=Arial
size=2>> > > > Your use of Yahoo! Groups is
subject to <FONT face=Arial
size=2>http://docs.yahoo.com/info/terms/
> >
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|