Search results

  1. stevegee58

    Cuda questions

    OK, OK I'll admit it. I only own AMD-based GPU hardware, I only have experience with OpenCL and I don't do AI :D That said I have a personal trove of OpenCL source code for pattern matching, backtesting, etc. CUDA holds no interest for me because of my existing personal code base.
  2. stevegee58

    Cuda questions

    I have this sneaking suspicion (with no evidence at all) that the CUDA AI niche is heavily dominated by academics. Nothing wrong with that but academics tend to be off in the weeds doing their own thing. I'll stick with OpenCL for the reasons I stated above: wider user base, more online...
  3. stevegee58

    Where to find American calculations for Black-Scholes

    I meant not readily available on the internet. If you can lay your hands on Espen Haug's "The Complete Guide to Option Pricing Formulas" it's all in there in gory detail. C# you say? Check this out: http://www.risk256.com/code/Options.cs You're welcome.
  4. stevegee58

    Where to find American calculations for Black-Scholes

    Well 99% is a bit of an exaggeration. Many American stocks have dividends that are > the risk free rate. Early exercise does in fact happen in those cases.
  5. stevegee58

    Where to find American calculations for Black-Scholes

    It's the Bjerksund-Stensland model. There's not really a formula per se but lots of code implementations in c++, c#, java etc.
  6. stevegee58

    Gaming Chairs

    They say sitting is the new smoking. I stand the whole time I'm trading.
  7. stevegee58

    How Much to Hedge Using Options

    lawrence-lugar is right, you really need to understand options better in general before doing this. If all you want to do is protect a long stock position then just google "protective put strategy". You'll be able to get a better idea of what's involved and be able to get a more focused...
  8. stevegee58

    How Much to Hedge Using Options

    First off it's generally not as simple as buying a put. But *if* the IV on the stock is relatively low then a straight put buy might make sense. If it's cheap enough you could even buy ATM. Next you have to have some time frame over which you're worried something will happen. Is it next week...
  9. stevegee58

    BREAKING NEWS: First the triangle broke, now the support broke

    ET is like a middle school boys' locker room. Welcome!
  10. stevegee58

    Bitcoin not a currency

    I can buy things on Amazon with BTC using purse.io. Sounds like money to me.
  11. stevegee58

    IB - TIKI and PREM

    After some hacking I determined: TICK-NYSE displays on TWS and the only valid value returned in the API is the last. AD-NYSE doesn't display on TWS. Through the API only bid and ask are valid. Bid = advancing shares count, Ask = declining shares count.
  12. stevegee58

    You better hold on to your wallet

    Reminds me of the old Allegheny Airlines (aka Agony Airlines). They changed to U.S. Airways to leave behind the agony and were later known as Useless Airways. There's no dressing up something that's ugly to the core.
  13. stevegee58

    You better hold on to your wallet

    Here's something I posted on Slashdot back in February. Bottom line: I was one of many that had to complain to the FCC to get a refund. Here's the link to the Slashdot post...
  14. stevegee58

    Illinois CPA for trading

    I'll upvote this one. SPX option trades do NOT need to be accounted for individually on your Schedule D. Trading SPX options is the best thing since sliced bread with regard to tax reporting not to mention liquidity. If you're a trader then you have the math and organizational chops to...
  15. stevegee58

    How to recalculate "risk free rate" for differnt DTE

    Don't fall into the trap of viewing the numbers that Black-Scholes spits out as being "accurate". All of these models are just that: models. They aren't reality but convenient fictions created to try to understand the markets. Price, volume, statistical volatility, interest rates can all be...
  16. stevegee58

    How to recalculate "risk free rate" for differnt DTE

    the "days" term in black scholes is normalized to years so that the interest rate can be left as annualized. After you figure this out try plugging in different risk free interest rate values. You'll be surprised how little difference it makes between 0.5% and 1.0%
  17. stevegee58

    How to recalculate "risk free rate" for differnt DTE

    You're over-complicating it. In today's interest rate environment the risk free rate is almost 0. I put in 1%.
  18. stevegee58

    IB - TIKI and PREM

    Sorry to bump a zombie thread but I'm interested in using AD-NYSE except it doesn't seem to work. The symbol is recognized by TWS but won't display there. I saw above the AD-NYSE is supposedly only available via API. I tried that too with a simple program that works with stocks, indices, etc...
  19. stevegee58

    Republican Trump says 70 percent of federal regulations 'can go'

    If you can look up a service in the yellow pages then the government shouldn't be doing it.
  20. stevegee58

    Frustrating Day

    80 trades? Are you sure you're not over-trading, dude? It also sounds like whatever system you're trading doesn't have a statistical edge. 80 coin tosses with a 1:1 payoff would have about the same performance.
Back
Top