Search results

  1. G

    Anybody been through SIG's trader trainee program?

    any SIG ex trader shares your experience?
  2. G

    Honestly there is almost no one talking in ET, then why the traffic is so high?

    You hold the future for days? I am building my system for day auto trade future, have very few stocks now.
  3. G

    Honestly there is almost no one talking in ET, then why the traffic is so high?

    http://www.alexa.com/siteinfo/elitetrader.com still ranked around 20000 in the whole world which is very high, but I don't see there are any active area in ET. I think this "Trading" area is the most popular already, but still only like 5 replies/posts per day.
  4. G

    Real Trading Strategies

    Very good post
  5. G

    Hi acrary

    Hi acary, I have read some of your posts and you are extraordinary. May I ask you some questions so I can work on my research in the right direction while all of us can learn something from you? I plan to do some backtests base on the coding in the book "Cybernetic Analysis for Stocks and...
  6. G

    A big array or an array for each data column?

    sounds good, thanks!
  7. G

    A big array or an array for each data column?

    I use either Java or C#.
  8. G

    A big array or an array for each data column?

    For backtest, we can put all historical data in a big array, or having separate array to store start end start close column. Which method would let the backtest runs faster?
  9. G

    Best Language for developing a backtesting platform

    For personal level, you can increase the speed by buying better hardware.
  10. G

    Best Language for developing a backtesting platform

    Only HFT speed would request C++.
  11. G

    Where to start if I want to code an automated stock trading software?

    No one suggest Java? IB basically only really supports Java socket.
  12. G

    C# backtest system structure

    I like to build a hardcore one.
  13. G

    Ernie Chan claims that statistical arbitrage is better than momentum like trend

    talk and think about what is a possible way is a step before real back test right? Most of these like it takes so much money to have a stats arbit trade is true even without backtest it.
  14. G

    Ernie Chan claims that statistical arbitrage is better than momentum like trend

    I think about it and have this conclusion at this moment: Statistical arbitrage: pro: -normally and theoretically more reliable than momentum way, of course how much more reliable would be case by case. con: -Request multiple futures like 10 contracts to create a true pair trading...
  15. G

    Best Language for developing a backtesting platform

    Do you build android or iphone app? Financial lucrative developer is high stress long working hours high pay job comparing to other IT jobs, well it is very excited if you like it. Better to be not married and no kid LOL.
  16. G

    Best Language for developing a backtesting platform

    Sound like you are much more into programming than trading strategies:D :D :D May be getting a developer job in Investment bank is your real interest:).
  17. G

    Ernie Chan claims that statistical arbitrage is better than momentum like trend

    Thanks for your detail, but normally (1) is really more reliable than (2), but it is hard for an individual to do (1) with multiple future contracts. Even with mini futures, normally it really needs like 10 mini futures in market at the same time to create a pair trading.
  18. G

    Best Language for developing a backtesting platform

    May be it would be so hard to build a live trading system with these uncommon languages. Do you have strategies on hand? The strategies are still the cord part. I think for backtest/live trade system, just pick a way to build it in shortest time is the key if making money is the goal.
  19. G

    Ernie Chan claims that statistical arbitrage is better than momentum like trend

    No, these two can be comparable if we only consider these two factors: statistical arbitrage should be more "safe" statistical arbitrage has higher winning % but momentum like trend may has a home run kind of win sometimes while statistical arbitrage doesn't suppose to surprisingly win...
  20. G

    Best Language for developing a backtesting platform

    Base on my understanding, institutional HFT would have setup like this: front: C# middle: Java Backend: C++ a very well–turned Linux would let Java little bit faster than C#, while C++ faster than both C# and Java. In a default retail windows, C# would be faster than Java or C++. C#...
Back
Top