Search results

  1. L

    Hedge Funds Are Taking Over Brooklyn

    Have you read the article?
  2. L

    Implied Volatility in plain English

    It's an excuse to make BS valid and give it some scientific touch. For example, my model for a human height is: heigh = magic * pi Can't give you magic for all humans, you have to give me height, then I'll give you magic for that human. If height changes, I will adjust magic accordingly to...
  3. L

    George Soros Is Pulling All Of His Money From Bill Ackman's Hedge Fund

    Ackman short squizzed, buys back, Soros sells him with profit. Haha
  4. L

    Questions about credit spreads!!! Help me!

    Also, what about the fact that realized vol is usually lower than implied? There was some research about it, but can be easily calculated. Of course, during crashes selling vol losses money, but it can quickly recover...
  5. L

    Questions about credit spreads!!! Help me!

    You can't argue with the fact that you lost money on put and the person who sold it - made money. You would be even a bigger winner if you hadn't had bought the put.
  6. L

    Java - Storing data in memory for post-runtime access

    Or you can store all data in proper sql database and hope that db engine will do some caching for you.
  7. L

    How to simulate selling straddles?

    Yes. On the other hand I just realized my calculations must be wrong (the same prices pluged into excel showed vol of 0.31
  8. L

    How to simulate selling straddles?

    2% is a long term average. IV above is calculated for the next 7 days (You can double check calculations with prices I posted. Starting price was 100).
  9. L

    How to simulate selling straddles?

    2.66 IV = 0.237 Next prices: 98.61 98.59 98.50 99.90 99.90 99.90 95.25
  10. L

    How to simulate selling straddles?

    I'm buying straddle 7 days, underlying at 100, strike 100. Price changes are normally distributed, stdev of 2%.
  11. L

    How to simulate selling straddles?

    Yes. I think I understand difference between straddle payoff and vol. In simple terms: if price is trending, payoff will be +, if mean reverting it will be negative. To judge vol I would have to continuously delta hedge, then I can make money with short straddles betting real vol will be lower...
  12. L

    How to simulate selling straddles?

    Thanks. If BS is valuing options correctly, how come buying ATM straddles makes money on average?
  13. L

    How to simulate selling straddles?

    All doubles. When calculating vol I use days/365.0 as time. There should be no rounding problems, I showed some code in previous pages.
  14. L

    How to simulate selling straddles?

    I thought that Black-Scholes will value options correctly even if prices are fake.
  15. L

    How to simulate selling straddles?

    Part of bigger simulation, I wanted to make sure first step is right. I expected, that over large number of simulations net result would about 0.
  16. L

    How to simulate selling straddles?

    It's a simulation with artificial prices with changes normally distributed. 1 simulation = 365 days. What I meant was "It makes money almost on every simulation". Strange.
  17. L

    How to simulate selling straddles?

    It makes profit almost every year. (And that with IV slightly higher than future realized vol).
  18. L

    How to simulate selling straddles?

    Well, it obviously depends which way market moves. In a year I can sell about 52 straddles and in total losses are almost always bigger than total credit. One easy answer would be that I calculate volatility in a wrong way, but I'm getting reasonable results. Here's the code: double...
  19. L

    How to simulate selling straddles?

    I think I get the point. However, even when I implemented rolling to ATM every day (once a day), selling straddles still losses money in my simulation. I must be either doing something wrong, or hedging once a day is too rarely.
  20. L

    How to simulate selling straddles?

    That's a good point. But then, if price goes up by 1% every single day, Black-Scholes would price ATM as worthless, which is ludicrous.
Back
Top