PureBytes Links
Trading Reference Links
|
I posted the "4% Sstem" which had nothing do with Marty Zweig's 4%. On the
contrary, I think he bought when the market rose 4% whereas I buy when the
market corrects 4%; and he sold when the market corrects 4% while I sell when
the market rises 4%....similar but oposites.
The SuperChart code for my 4 % system is as follows:
IF: C[1]< .96* HIGHEST(H,15)[1] and c>c[1]
then: BUY this bar on the Close
IF: C<.96*(EntryPrice) OR C CROSSES BELOW PARABOLIC(.00175) OR
maxPositionProfit> .04* EntryPrice
then: EXITLONG next bar at the market
Profitable 78% with an average trade profit of 9.10 S&P points (back to 1984).
Best Regards,
Jerry Rehert (grehert@xxxxxxx)
Atlanta, GA
@ 10:58 am, July 20th, 1998
|