Search results

  1. I

    How do I scan BidSize AskSize, Level2?

    Actually IB is limited to 3 simultaneous level II subscriptions. I use IQ Feed for depth (almost unlimited), but more than 10 subs gets CPU intensive. I agree with weighting by level on the book, in addition to time, cancel or replace, and volatility.
  2. I

    "Options market pricing in a X% move on the stock"

    In that case, is it effective to compare open interest (buys) vs volume-open interest (sells), instead of the P-C ratio?
  3. I

    Any leading indicators you recommend?

    cubic spline interpolation
  4. I

    Market Depth patterns

    http://www.elitetrader.com/vb/showthread.php?s=&threadid=26324&perpage=40&pagenumber=3#post399844 Also explained here: http://www.elitetrader.com/vb/showthread.php?s=&threadid=34819&perpage=40
  5. I

    Market Depth patterns

    It's been a while since I've seen this thread! To anyone interested in market depth patterns, I suggest you read Dr. Bogdan's posts. I've been able to effectively recreate a primitive "sentiment spectrum" using the methods he explained. (attached QQQQ from a few minutes ago)
  6. I

    w00t! IB Trading Olympiad begins

    You can't seriously expect someone to divulge details of their strategy knowing the competition is reading this thread???
  7. I

    w00t! IB Trading Olympiad begins

    I recall one of last year's winners tried to write a NN system but gave up and had the system buy GOOG instead (days before it was added to the S&P). best of luck to those participating...
  8. I

    New Indicator

    :D :D :D
  9. I

    IB Data feed problems?

    IB just went down !!
  10. I

    How to choose the right system for the current market?

    I use log returns because I'm looking for a symmetric distribution... price alone is unstable and meaningless for correlation (which depends on standard deviation). The calculation for log returns is simple: r = log10(close1 / close2) You can then apply this to individual securities or...
  11. I

    Frosty's auto-trading bot goes live with REAL money

    sounds like a faulty backtest. do you use an implementation shortfall algorithm in your backtest (commissions, taxes, b/a spread, market impact of trade, & opportunity cost)? real trades almost always underperform paper, because the price moves against you before the order is executed...
  12. I

    Developing a Trading Framework from Scratch

    Looks nice. I assume order management and risk controls come next... Can you implement strategies at runtime or is it compiled into your app?
  13. I

    How to choose the right system for the current market?

    There have been many improvements to Markowitz, perhaps someone more experienced with portfolio theory can elaborate (there's no point 'diversifying' among highly correlated stocks, if the market tanks...) with my systems, I simply compare the correlation coefficient of the daily log return...
  14. I

    Developing a Trading Framework from Scratch

    do you intend to share the source code or is this solely a personal project? I look forward to seeing the diagrams.
  15. I

    Interactive Brokers: Perterfly strikes it rich

    Peterffy was interviewed in II Magazine last year... it's a good read, his vision of trading automation in the early 80s was spot on. http://www.iinews.com/site/pdfs/IIMag_InteractiveBrokers_Nov_2005.pdf
  16. I

    Interactive Brokers Files To Go Ipo

    "Historically, our profits have been principally a function of transaction volume on electronic exchanges rather than volatility or the direction of price movements. Our strategy is to calculate quotes at which supply and demand for a particular security are likely to be in balance a few seconds...
  17. I

    A Smarter Computer to Pick Stock

    Directed at the Times article... This kind of nonsense is sign of a market top. Once again, I agree with HoundDogOne's points. Did anyone even look at Kurzweil's web site (www.fatkat.com)? It refers to Rentec as a "relatively small fund". come on!
  18. I

    Tick Database Implementations

    caching recent ticks in memory is a good approach. maybe try compressing historical data and store it on the file system. SQL isn't optimal for time series...
  19. I

    A Smarter Computer to Pick Stock

    dropped a few names, now tell us something we don't know...
  20. I

    JSystemTrader (Java/IB)

    Order/Broker adapter... Currently JSystemTrader is hardcoded to IB's API. There should be some extensibility to other brokers, possibly FIX, with the ability to control this at run time. Same goes for data feeds. Job scheduling is needed to control the hours at which to run a trading...
Back
Top