Search results

  1. S

    Goldman Bonuses

    That's "Sales Traders" and not "Sales & Traders". All they do is take & execute institutional orders.
  2. S

    best books you've read on trading

    Nobody mentioned this yet: "Evidence Based Technical Analysis" by David Aronson A must for systems traders. What I found most useful were his techniques for estimating randomness and data-mining bias observed during backtesting. If you've ever wondered why your systems which backtest...
  3. S

    IB TWS's forced upgrade (deadline 20061222)

    Yes, I'm having market data problems as well with this new build. However, I don't use IB as my primary data provider and I'm tired of logging back in, so I'm leaving it as it is for now.
  4. S

    Developing a Trading Framework from Scratch

    I'm just curious about this - If you are relying on ATL and WTL to speed up development, using COM/DCOM and implementing IThisInterface and IThatInterface, using ADO for DB access, etc., how much of the final code would really be portable to other operating systems? It seems that you might be...
  5. S

    dell coupons

    $100 off coupons (till 12/13) D4SRBDW4JDTZ1? 3RPBQD93Q10J2T www.dell.com/smb/gingerbread4
  6. S

    You know what gives you viruses???

    This would not be easy to do. There are many independent computer security companies and security consultants that, on an ongoing basis, analyze and reverse-engineer AV software updates, Microsoft security patches, etc. For example, if a new AV update is issued part of the analysis these...
  7. S

    Parabolic SAR

    The Parabolic SAR becomes pretty meaningless at the points of a chart that are preceeded by an extended trendless or choppy period. During this period, minute gyrations in price can randomly push the indicator to either side of the price, and when the next big trend begins there is no repeatable...
  8. S

    Main Causes of the Great Depression

    Did wealth exist before man walked the earth? If the answer is "No", then where did the wealth that we see around us today come from?
  9. S

    IB doesn't provide tick-by-tick streaming data?!

    I suspect IB drops ticks for performance reasons. The gain in performance is very obvious during fast markets - eSignal will lag behind IB by several seconds while sending outdated ticks that have backlogged the pipeline. The drawback is that you cannot use tick charts with IB's data. I...
  10. S

    What's your wishlist for an ideal backtesting program?

    1. The ability to apply position sizing based on a partial-Kelly criteria with the parameters (%wins and W/L ratio) calculated off of the last N trades. 2. Integrated Monte Carlo simulator. 3. Apply indicators to one equity curve (already mentioned by another poster), and use the output to...
  11. S

    IB Suggestions & Improvements

    Although I feel that TWS has too many bells and whistles as it is, I would like to suggest 2 additional features: 1) Cancel All Pending/Open Orders - this should be done on the server-side and not on TWS. It should kill all orders even if they are "invisible" to TWS. 2) Flatten All...
  12. S

    Who's trading foreign markets? Who's winning?

    It is 5 JPY per tick with a multiplier of 500. A move of 1 tick is equivalent to a 2,500 Yen move per contract in your position.
  13. S

    What's the worst Brokerage out there right now, and whose the worse clearing firm?

    They merged into Wachovia Securities 3 years aog.
  14. S

    Servers Anyone?...

    Just curious, do you run these servers locally or remotely? I could never put with the noise that the fans and drives make.
  15. S

    1% a day consistently: possible?

    How much extra profits will this get you? By doing this you are creating a feedback system and given yourself at least an additional 2 parameters to optimize - the learning rate and the time lag of the new training data you feed it. If the learning rate is too high you could end up with an...
  16. S

    Unattended Automated Trading

    1 & 2 are within your control to a large extent. For myself, I trade through the internet so it is relatively cheap to have 2 colo severs - one in NY and the other in California. One is the primary trading system and the other is a hot-live backup. I have an automatic failover strategy where the...
  17. S

    1% a day consistently: possible?

    Why don't you just run your system for a while using smaller position sizes and tell us about it? It sounds like you've taken care of the more comman gotcha's and it appears that there is sufficient headroom to accommodate for slippage and still be profitable. Once you have some real trade data...
  18. S

    Intel Dual Core better for trading/video edit?

    eSignal IS a multi-threaded application therefore it very likely will benefit from 2 processors even though it wasn't specifically written for multiprocessing (whether in 2 separate CPUs or in a single dual-core CPU). If you don't believe this, open up Task Manager's Process List and enable...
  19. S

    Peer Review of a Strategy Without Disclosure

    Provide a DLL that acts as a proxy to your real logic implemented on a secure server somewhere. Use a secure protocol between the proxy DLL and the server to prevent casual sniffing. The DLL should do nothing more than forward the requests to the server and retrieve the responses. After 30 days...
  20. S

    USB memory vs. Ext hard drive

    Have you considered the possibility that one of your card readers might be bad and causing damage to the sticks?
Back
Top