Search results

  1. W

    Morning Preparation

    You are welcome. Keep up the great advice.
  2. W

    ES Journal Archive (2006 - 2008)

    Short here to 1435. Stop above 1451.
  3. W

    How Much?

    http://abnormalreturns.com/2006/08/14/quant-fund-surge/ Let's say you developed a quantitative system that: * It is never stopped out. * It never misses sudden big moves. * It can make profits on big moves in the wrong direction, such as crashes or spikes. * It never gets in or out...
  4. W

    ES Journal Archive (2006 - 2008)

    I would wait until 1446-1448 to get short.
  5. W

    Morning Preparation

    Bingo! Especially the last paragraph. When you play a video game over and over you pretty much get to know the patterns after a while. Same with the markets, the computers with deep pockets are in control. They cannot be beat. You must detect the patterns and play along with their game...
  6. W

    UBS cuts 23 out of 30 NYSE floor jobs

    Thing is the quants and their alogorithms are smarter and more sophisticated than the floor guys. The patterns are still there, but the algos can play more tricks than the floor. The algos make the video game harder.
  7. W

    UBS cuts 23 out of 30 NYSE floor jobs

    Now they will have to learn how to take profits the hard and honest way like the rest of us.
  8. W

    c++ or java for trading app development

    yes that says it all cmaxb. java and C# are nice and easy for most general projects. But for performance in backtesting and capturing streaming data, C/C++ is the way to go. Yes QT4 is nice.
  9. W

    c++ or java for trading app development

    if your project involves capturing streaming times series data, consider that java and C# are not real-time languages. They run on an underlying virtual machine which controls execution. The java and C# VMs will halt your program for short periods of time while it does things like garbage...
  10. W

    c++ or java for trading app development

    For fast loading and snappy performance, native win32 code cannot be beaten. Having coded in c, c++, java, and now c#, it's hard to go back to c/c++ after coding in java or c#. I would also advise going with java or c# for most projects. You will find that the actual code is the bottleneck...
  11. W

    How about this trading strategy?

    longer term looks good
  12. W

    My Simple CNBC Strategy

    Play the news today and you might likely be selling newspapers tomorrow. Slow and steady wins the race in the long run. Good Luck
  13. W

    My Simple CNBC Strategy

    hey, you want me to switch my name to yours in my account as well? higher powers help those who help themselves. good luck.
  14. W

    Building a Equity Trading basket

    Keep an updated list of stocks with high relative strength and look to buy these when the market is down. Top IBD100 stocks work well to produce a consistent daily 1-2.5% return. But you have to be a good market timer if your going to trade in and out daily othewise average down with a risk...
  15. W

    book on prog DOM like features ( order entry )

    Some code to inspire you. This basically implements a simple DOM window conncected to IB using Visual C++. Just to give you an idea. Good Luck and Have Fun.
  16. W

    My Simple CNBC Strategy

    the basket trader.
  17. W

    My Simple CNBC Strategy

    discipline and consistency staying steady in the top 2%.
  18. W

    My Simple CNBC Strategy

    p&d, what are your stats to date?
  19. W

    Modulus Financial Engineering

    Thanks Greg. Look forward to the beta.
  20. W

    How do you post a chart?

    Click the browse button.
Back
Top