StockFetcher Forums · Filter Exchange · BIGG Brexit Meeting next week...how is everyone playing it? | << 1 ... 2 3 4 5 6 ... 7 >>Post Follow-up |
Kevin_in_GA 4,599 posts msg #129502 - Ignore Kevin_in_GA |
6/29/2016 8:21:27 PM Here is how the VIXM/VXZ pair trades worked this month to date. Note that every trade is time-stamped and that you are often in and out for a profit in a fairly short time, usually in minutes. Here I am trading $20,000 over and over again, and banking all profits. The results? 17 for 17 profitable trades netting $2000 (10%) so far this month. This is a robotic pair trading system I am testing - unfortunately not real money right now, and I think that after commissions and slippage I calculate that it actually nets more like $1500. Still, 7.5% in a month on a low risk pair trade is nothing to sneeze at.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mactheriverrat 3,153 posts msg #129503 - Ignore Mactheriverrat |
6/29/2016 8:43:27 PM Very Interesting Kevin. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
pthomas215 1,251 posts msg #129504 - Ignore pthomas215 |
6/29/2016 9:02:20 PM that's pretty cool Kevin. so would you equate your model to algorithmic trading? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
c1916 77 posts msg #129505 - Ignore c1916 |
6/29/2016 9:31:00 PM Kevin, You must have altered the code you posted on page 1 to provide for more frequent entry points. Perhaps you altered the +2/-2 targets? I've been monitoring the original code results and I've only seen one intraday entry point arise. Because of the commissions involved, I think the theory is more workable by retaining the original targets, rather than looking for frequent but much smaller payoffs. Am I off-base? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kevin_in_GA 4,599 posts msg #129509 - Ignore Kevin_in_GA |
6/30/2016 4:00:02 AM The settings used here are actually more restrictive (2.5 SD as the entry), but I assure you they are traded intraday at the times and frequency I show here. The algorithm tracks every 1 MIN bar and enters/exits using the DAILY thresholds of ma(14) of the pair, 2.5 SD away from mean for entry, cross back over/under mean for exit. The nice thing about using the 14 day MA is that the thresholds are set based on the prior days close, and do not move throughout the day as you will see with SF automatically updating the filter intraday. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
novacane32000 331 posts msg #129510 - Ignore novacane32000 |
6/30/2016 7:29:56 AM Is there a poor mans version that can be used with an SF filter? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ThaGekko 139 posts msg #129511 - Ignore ThaGekko |
6/30/2016 9:28:10 AM Kevin, what platform are you trading with for the algo? Can you post your algo script? Or at least how to calculate the ratio/zscore? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kevin_in_GA 4,599 posts msg #129520 - Ignore Kevin_in_GA |
6/30/2016 3:48:30 PM @Pthomas - yes, this is pure algorithmic trading. I have spent the last two weeks at WDW while these trades were executed. @novacane - the filter I posted on page 1 of this thread contains everything you need, but remember that the intraday data here at SF is delayed by 20 minutes, and is usually updated every 5 minutes or so, so you'll miss out on most of these short moves (example - the most recent posted trade lasted only two minutes). @Gekko - the software I will be using is called PTL Trader (www.pairtradinglab.com). These trades were tracked using Pair Trade Finder (www.pairtradefinder.com), which is not the fully automated solution. They are developing an automated trading system that interfaces with IB's API but it is not ready yet. Ultimately I will hire a hotshot coder to develop a fully automated stand-alone system that will not require other resources to work. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
novacane32000 331 posts msg #129524 - Ignore novacane32000 |
6/30/2016 8:29:08 PM Have you looked at the possibility of a black swan event that can derail this strategy and destroy months of profit in one swoop? I guess the biggest threat would be that of a technical error where the wrong number of shares are bought or two of the same symbol ect... unlikely but possible. How about a market event? Have you identified your biggest risk? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kevin_in_GA 4,599 posts msg #129525 - Ignore Kevin_in_GA |
6/30/2016 10:09:12 PM Well, a properly constructed pair strategy should be insulated from exactly those types of events. Remember that VIXM and VXZ both track midterm volatility and thus always trade in the same direction - if the market crashes the pair both go up and you are only trading on temporary mispricings of the same investment with the expectation it will revert to the mean. Also we just had a 900 point drop in the Dow followed by a fast 600 point rebound and this pair never flinched. The biggest risks occur when pair trading stocks that are soon to report earnings or are bought out. In that case you can see severe price ratio dislocations. Better to play ETFs against each other - smaller potential gains but much reduced risk in the case of a big market move one way or the other. |
StockFetcher Forums · Filter Exchange · BIGG Brexit Meeting next week...how is everyone playing it? | << 1 ... 2 3 4 5 6 ... 7 >>Post Follow-up |
Copyright 2022 - Vestyl Software L.L.C.•Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data
Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus