Search results

  1. 2

    Language that is sneaking up on me

    you don't have to be good to be productive. you can be productive in a few weeks.
  2. 2

    What does Series 3 do for me +how to backtest?

    series 3 show that you can get over 70% on a test and have basic knowledge; no sponsorship needed its about $90. you can do friends and family at IB. as for backtesting you get data, go through history, and see what you would have done.
  3. 2

    Foward curve analysis

    What about orthogonal distance regression? I want to know if I have longs and shorts over a forward curve how can I get something like an option's delta
  4. 2

    IB API HOWTOs and Guidelines - For Beginners

    heres your batch orderloader
  5. 2

    Accessing GLOBEX Futures Market Depth through IB API

    Project A? RUN FOR IT MARTY
  6. 2

    Kudos to MMs

    risk 10000 to make 1. What is this thread?
  7. 2

    Foward curve analysis

    +1
  8. 2

    Best Language for developing a backtesting platform

    :confused: :eek: I assume this is a joke
  9. 2

    If you could go back in time to when you were a new trader

    You don't have to make money to make money
  10. 2

    Anyone Have Home Web Server Experience?

    its 2014 everything is cloud ready. http://leanstack.io/
  11. 2

    Interest/Profit Calculator Suggestions for 1.5% Profit?

    http://www.investopedia.com/calculator/annuityfv.aspx
  12. 2

    CQG DOM Recorder

    use the cqg.net api and write the book to a file
  13. 2

    Tax Benefits of Starting a LLC or Corp for Retail Trader

    what happens if you get sued (or similar) and everything you have is in your own name? I dont know about setting up an LLC specifically for trading is great but to protect yourself its a good idea
  14. 2

    Foward curve analysis

    I found this site. It looks ok
  15. 2

    Foward curve analysis

    Know any good software to analyze curve characteristics
  16. 2

    Any serious traders in Chicago

    I'll test it for $
  17. 2

    question about bull spread trading

    if you buy a put its a net debit and your expecting the stock price to go down if theres a market with quotes 2/9 for 80strike call 7/13 for 70 strike call and you buy the bull spread at market prices you paid $11 If you think thats good then let me know before you place orders
  18. 2

    Newbie options AAL GE

    AAL has some conversions from amr stock coming over the next few months. Maybe that has something to do with it
  19. 2

    Educate me: What's a good way to calculate risk? What about Sharpe?

    here's historical var of a portfolio of stocks looking back over last 250days import Quandl portfolio=[100,200,500] wdf=Quandl.get([u'GOOG/NASDAQ_GOOG.4',u'GOOG/NASDAQ_AMZN.4',u'GOOG/NASDAQ_MSFT.4']) pval =wdf[-250:].diff().dropna() * portfolio pval.T.sum().describe() count...
Back
Top