Search results

  1. M

    Apama vs. Streambase(or any other comparible)

    Any new comments re Streambase vs. Apama vs. Esper in the Quant Trading area?
  2. M

    Is Marketcetera a good HFT platform?

    HI all, We are looking for an open source HFT automated trading software that we could do some additional development on. Could anybody please give us some recommendations? Is Marketcetera a good HFT ATS? Thanks a lot!
  3. M

    Could anybody please point me to QuantDeveloper's source code?

    Hi all, I have been looking for QuantDeveloper's source code for a long while but couldn't find any. I couldn't find the link on their website for purchase. Could anybody please point me to the link? Many thanks!
  4. M

    Regression trees for predicting trade success

    Then have you tried volatility directly?
  5. M

    Regression trees for predicting trade success

    Intuitively, why do they have predictive power and can be helpful here?
  6. M

    Regression trees for predicting trade success

    Intuitively, why are the following 4 variables useful predicting? var AutoCorrel = Correlation(Price,Price+1,30); var Volatility = ATR(30)/ATR(1000); var DomPeriod = DominantPeriod(100); var FD = FractalDimension(Price,30);
  7. M

    Looking for motivated partners(traders/ITs) in Chicago

    Hi all, If you are like me who had been riding the ups and downs in the capital markets for a long while and who are crazily obsessed in trading, lets chat... My full time job is quant trading professionally at a big fund. My hobby is still trading. Why? As anybody who had been in...
  8. M

    Anybody heard about algo-trader, is it good?

    What's teh benefit of having "Esper's a solid CEP system"? Thanks a lot!
  9. M

    What's the best brokeage for doing ATS at retail level? IB?

    Hi all, We are interested in building Automatic Trading Systems that can trade stocks, futures, FX and others. Is IB the best brokeage for doing ATS at the retail level? And what is a good open source platform that we can build our ATS in connecting to IB (assuming it's the best...
  10. M

    Open Source Algorithmic Trading System based on Esper, Spring and InteractiveBrokers

    has anybody tried this one? how does it compare with TradeLink, OpenQuant, etc.?
  11. M

    Anybody heard about algo-trader, is it good?

    I am looking for an automatic trading system that can link to InteractiveBrokers and my account therein. Is the following system good? http://code.google.com/p/algo-trader/ p.s. Iam not really looking for a system that has a backtest engine in...
  12. M

    "Rigorous" walk-forward backtesting?

    I've heard that the most rigorous backtesting mechanism is the "walk-forward" optimization where you optimize your parameters dynamically. This maximally emulates the way strategy developers backtest and apply our trading strategies: at any point of time, one optimizes the parameters based...
  13. M

    Extremely simple strategies with > 100% annual return

    What does "Stop = ATR(100)" mean? If it stop distance is just 1 x ATR of 100 bars, then the "trailing" stop seems to be too tight? 1 ATR is a very small number, right?
  14. M

    Extremely simple strategies with > 100% annual return

    Does anybody know how we can try the LowPass filters in Matlab or R? I am curious and would like to try and compare them... Thanks!
  15. M

    Extremely simple strategies with > 100% annual return

    Interesting... where are the free software and tools? If they are available without the requirement for system admin rights... then I will be able to use them on my PC... (I don't have admin rights:=() I want to give them a try... Thanks
  16. M

    "visualizing" multi-dimensional backtesting/optimization results?

    Thanks! I have searched a lot of websites and also received some feedbacks to my post, but it seems there is no better way than doing the pair-wise 2D visualization pair-by-pair...
  17. M

    What are the good ways to make simple momentum strategies dynamic?

    Hi all, In literature, I often read papers claiming there are alphas in simple momentum strategies, for example, look back for 250 days and compute the 250-day-returns and then follow the momentum ... The problem is that for publishing papers it's okay to use results from such...
  18. M

    "visualizing" multi-dimensional backtesting/optimization results?

    "visualizing" multi-dimensional backtesting/optimization results? Hi all, Lets say after waiting for a few days, I've gotten a 8-dimensional Sharpe Ratio array... What's the best way to "visualize" or make sense out of the 8-D array? Are there tools in R that allow us to...
  19. M

    What are good forums to discuss about (auto)trading strategies/systems?

    not so quant type... more of a technical trading type please... thx
Back
Top