| mb504 29 posts
 msg #57664
 - Ignore mb504
 | 12/6/2007 12:43:47 AM 
 12/6/2007 = Created
 10/1/2007 = 12/5/2007  Test Period
 75%=Win     25%=Loss    2.93:1 5.92
 65.60%=Gain
 
 set{group1, count(index is SP500,1)}
 set{group2, count(index is Dow 30,1)}
 set{group3, count(exchange is nasdaq,1)}
 set{sum1, group1 + group2}
 set{sum2, sum1 + group3}
 show stocks where sum2 is above 0
 and Close is between 20 and 500
 and Fibonacci Down (42,21) is BETWEEN .50 AND .786
 
 Be advised that the opposite filter "Fibonacci Up" resulted in heavy losses for the same time period...
 
 
 
 
 
 |