They were by design a shot vol player selling weeklies. Just search reddit to see how simple their main strategies are. They got burned in 2015 and they started to explore other opportunities. The feb VIX spike was gradual (rising for several days) so they can avoid it w/o any issue. If it is an...
Thank you for the explanation. My guess is that at the market open if the SPY dipped he intend to long VXX during the day otherwise long XIV. Is that roughly in the line?
Hi bbpp,
Thank you for all the excellent analysis. Would you please expand a little bit on how the VIX daytrader has deviated from his original strategy? I am his subscriber and has been losing money for quite some time. I noticed that many of his recent losses are coming long vxx under this...
Mine is Ok as I have just tested the code. I think your problem might be from the qmao package. You need to install that package at first. I think it is not from install.packages() method but you can directly google "install qmao package R" to see how it is installed. Good luck.
use google finance data
require(qmao)
currentQuote <- getQuote("AAPL", src="google") #the qmao method
there is no 15min delay as in yahoo. And you can still use yahoo for the daily OHLC. I trust yahoo data more than goolge.
Unless you can predict the term structure evolution for 2 years which is impossible I do not think the model is useful for trading. If you are assuming the term structure is not changing it is very straightforward to calculate the daily decay/gain in the volatility ETPs.
Here are the R codes I have been using to get index data from Yahoo (google) Finance and send me text message once it breaks a key lvl. You can change it to your own e-mail address and your cellphone #. I am using t-mobile so the to address is YYY@tmomail.net. You can change the warning signal...
There have been academic papers talking about the profitability of index option writing strategies and most of their results can be replicated. In general since 1987 option sellers have an edge. But the real world is not simple, it largely depends on your leverage. If you are selling a spread...
Dear ETers, I have several day trading systems I want to put them into live actions and I need some advice on the platform/broker/programming language.
The systems are trading very liquid ETFs and futures and I may further develop systems for FOREX. The time frame is from 1min to 1hr depending...