logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
MS Support  
#1 Posted : Thursday, February 7, 2013 11:57:36 AM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,934

Thanks: 85 times
Was thanked: 154 time(s) in 150 post(s)
Trent Gardner’s article, “Using VIX to Forecast the S&P 500,” described a system to trade the SPY and DDM stock ETFs using the VIX. The formulas for the “VIX Timing System”, and the steps to enter them in MetaStock, are listed below. The formulas assume Reuters Datalink ticker symbols and online data. If you are using a different vendor, the first line of each formula will need to be changed to the symbol that data vendor uses.

To create the system test:

1. Select Tools > the Enhanced System Tester.
2. Click New
3. Enter the name.
4. Select the Buy Order tab and enter the following formula.

s1:= Security("Online:.VIX", C);
Ref(Sum(s1<Mov(s1,50,S), 11),-1) = 11

5. Select the Sell Order tab and enter the following formula.

s1:= Security("Online:.VIX", C);
Ref(Sum(s1>Mov(s1,50,S), 11),-1) = 11

6. Click OK to close the system editor.

If you wish to include short trades in the system, copy the Sell Order to the Sell Short tab and copy the Buy Order to the Buy to Cover tab.

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.