Recent content by windwine

  1. W

    What was that fund with the long volatility but long equity position?

    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...
  2. W

    C2 strategies comments

    I think his algo is kind of out-of-control now. Ridiculously high # of trade of long VXX recently.
  3. W

    C2 strategies comments

    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?
  4. W

    C2 strategies comments

    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...
  5. W

    *****Official VIX Exchange Traded Products thread******

    My algo aslo tried to short XIV in morning around 10am and had the same problem. I also had to manually switch to long VXX.
  6. W

    Historical Intraday data for Forex?

    http://ratedata.gaincapital.com/ all free of charge.
  7. W

    Easy feed by R

    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.
  8. W

    Easy feed by R

    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.
  9. W

    Model for Volatility (VXX, UVXY, VXZ)

    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.
  10. W

    Search of 4 Books Does NOT Cover My Need in IB. Where else?

    Sorry that my browser on my cellphone did not display the book picture.:sneaky: They are pretty decent books.
  11. W

    Search of 4 Books Does NOT Cover My Need in IB. Where else?

    where are names of the three books?
  12. W

    [R/Python] Can I hear sound from my PC, as soon as MSFT hit $50?

    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...
  13. W

    Is there any empirical study available about the profitability of option sellers vs option buyers?

    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...
  14. W

    suggestions needed for implementing daytrading systems in real time

    Thanks, will take a close look at FIX engine.
  15. W

    suggestions needed for implementing daytrading systems in real time

    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...
Back
Top