SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Technical Analysis- Indicators & Systems

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Rob Kipp who wrote (2576)8/19/1997 12:42:00 PM
From: OpenMind   of 3325
 
Ron,

The results that I am getting is not even close to what you have, so I think my system must be constructed incorrectly. Here is my translation of your WOW code:

if EntryPrice=0 and Waverage(c,5) > Waverage(C,13) then buy 10000/c shares at close;
if EntryPrice>0 and Waverage(c,5) < Waverage(C,13) then ExitLong at close;
if EntryPrice=0 and Average(c,5) < Average(C,13) then Sell 10000/c shares at close;
if EntryPrice>0 and Average(c,5) > Average(C,13) then ExitShort at close;

I have checked the charts to see if the buy/sell points were correct, and they seemed to be ok, the big difference in test result was on the short side, the long side was pretty close. If you don't mind please email me the trade-by-trade report so I can find out what's wrong with my system.

Thanks,
Jerry
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext