Stock Rhythm System
In the article Jeffrey Owen Katz's "Trading in shares cyclic system introduces Stock Rhythm System. In 6,5 MetaStock, or higher, you can easily create this system. Running MetaStock select System Tester from the menu Tools, click the New button and enter the following formula:
Enter Long
thresh: = 4;
k: = 3;
M: = 63;
Value1: = STDEV (Ref (ROC (C, K ,$),- m), 20);
Value2: = Ref (ROC (C, K ,$),- m);
When (Value2> thresh * Value1)
Enter a short
thresh: = 4;
k: = 3;
M: = 63;
Value1: = STDEV (Ref (ROC (C, K ,$),- m), 20);
Value2: = Ref (ROC (C, K ,$),- m);
When (Value2 <-thresh * Value1)
Stops
Inactivity
â ¢ positions - long and short
â ¢ Method - Points
â ¢ Minimum changes - 15,000
â ¢ Periods - 10
After entering the formulas, click OK, then click Options. The site posed Testing Trade Delay to 0, set the two positions, then set any other desired options Click OK to save changes, then open the scheme up and running in the system.
Tuesday, April 12, 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
Powered by Blogger.
No comments:
Post a Comment