Search results

  1. E

    Thoughts on unusual options activity?

    Attached is an example of "unusual activity". On 7/3/19, there were 2 block orders for MYL 20 8/16 calls. 24927 contracts @ $1.23 (midpoint), regular, not a spread. On 7/29, MYL announced a merger with PFE and the underlying briefly went above 21 before dropping again and the calls expired...
  2. E

    Thoughts on unusual options activity?

    You can watch the block order tape on LiveVol. It has made me believe that the pros are losing a lot more than they lead on. If you have a live feed with all of the trades (not just large orders), you can correlate the timestamps and trade prices against bid/ask to reconstruct the complex...
  3. E

    How bad can this option idea go? Billions in profit potential, but at what cost?

    The 315/320 call spread was for 110,000 contracts and 270/276 short put spread was for 11,000. Now I am intrigued.
  4. E

    High Options Volume vs Normal - with updates

    LiveVol returns significantly different volumes than above.
  5. E

    VIX " 50 Cent " Call Buyer Is Back!

    Good call.
  6. E

    Oracle lobbying to scuttle Amazon's defense contract

    Oracle may still have a chance if they can claim to be a minority woman-owned business.
  7. E

    Day Trading Options is a bad idea. Anyone else?

    It can be done, but not easily. Using the VIX to time entry/exits and put/call bias is a start. Here is my system trading contracts on the day of expiration:
  8. E

    Adventures in Automation

    Great journal. I believe we have similar backgrounds and I also wrote a 100% automated system from the ground up (for equity options). I would say curb your enthusiasm... markets will always be open. Focus on the sustainability of the system over the long run. I was in the same boat last year...
  9. E

    Who do you think is the all time best trader in the world?

    Ed Thorp comes to mind.
  10. E

    Transaction Costs / Exchange Fees

    It seems fairly realistic. Below is the SPY 5/31 280.5 put on 5/30. My limit price was 1.87 and the IB Adaptive Algo delayed the order 15 seconds before filling at 1.8 and 1.78
  11. E

    Transaction Costs / Exchange Fees

    I ran my system on paper in May. The system made a total of 718 trades on 4250 contracts. The activity increased in the last week of the month after I made a change to the strategy. Attached is the paper statement (ignore the discretionary ES trades). The main problem I found was that the...
  12. E

    Historical Options Info (*not* Data)

    Yes, it is. We have the same data.
  13. E

    Historical Options Info (*not* Data)

    At first I thought `min(open_interest) > 0` could identify those, but I looked up that contract in my DB and the OI on 2017-11-29 was zero. So you may need to join the CBOE data with another source like IVolatility to validate it.
  14. E

    Historical Options Info (*not* Data)

    Maybe the attached file will help. My data only goes back to 2017-07-25, but it can be accomplished with a SQL query like this on your CBOE data. select min(quote_date) as min_date, max(quote_date) as max_date, concat_ws('-',underlying_symbol,root,expiration,option_type,strike) as contract...
  15. E

    Security setup for a Dedicated (trading) system at a datacenter

    If you have an ASA on both sides, you can run the VPN setup wizard in the Cisco GUI to configure it all. You will need a static IP on your home WAN though.
  16. E

    Security setup for a Dedicated (trading) system at a datacenter

    Go with colo and buy your gear on eBay. Data centers are desperate for tenants and you can negotiate a deal on a partial cabinet. Any Tier 1 bandwidth provider will have much lower latency to your broker than your home ISP even without a cross connect. A refurbished HPE DL360p Gen8 server with...
  17. E

    Trading while having a job.

    My biggest regret was not paper trading (forward testing) on IB for a minimum of a year before going live. The market will always be open, as Niederhoffer said...
  18. E

    Designing an efficient database

    I would suggest considering a SQL-on-Hadoop MPP query engine like Cloudera Impala or Apache Drill. Both are open source and free to use commercially. RDBMS (especially MySQL) won't scale. I am running an Impala cluster in a NJ colo and persist about 14 million quotes a day (over 2 billion rows...
  19. E

    Anyone know if Maestro is still in the game?

    The underlying theory and implementation was strikingly similar to Maestro.
  20. E

    Anyone know if Maestro is still in the game?

    I had spent a fair amount of time trying to recreate his indicator. He posted the formula years ago but obviously left out most of the detail. I'm sure I was missing something because it was never better than 50% accurate.
Back
Top