Recent content by sungtaeyoo

  1. S

    Free Forex daily historical data

    Hi, Where can I get free Forex daily historical data at least for 2 years? I'd like to get it as table(ex. excel) not as chart. Yahoo has it only for stock not for forex like eur/usd. Thanks.
  2. S

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

    Agree. C# is much easier than C++ and there are a bunch of libraries(mostly Microsoft provides) called .Net. IBS APIs also have C# wrapper. But you still need to learn about basic programming skill regardless of languages.
  3. S

    CL intraday ACD method auto trading tool

    I created CL intraday ACD method auto trading tool and put at http://www.quantcode.com/modules/docmanager/view_file.php?curent_file=458&curent_dir=19 To use this, you need IBS TWS. This is testing purpose only. You may use this with your IBS virtual account. I selected ACD method...
  4. S

    Best Future Tick feed

    About $100/month. iQuant supports C# APIs?
  5. S

    successful intraday future pair trading

    I didn't mean to discuss about my test results. What I thought was there was no more edge for individual traders since all big guys are doing all typical pairs especially in future. But my result was surprisingly good. So I did some forward testing with my IB virtual account and it is still...
  6. S

    Best Future Tick feed

    I'm using IB data feed since it is free. But I heard it is not really tick data. So I'd like use real tick data. Can anyone recommend best future tick data feed?
  7. S

    Data granularity for Opening Range Breakout

    I'm using tick data. And I also count how long it stays over ORB.
  8. S

    successful intraday future pair trading

    Does anyone do intraday future pair trading successfully? I did some back testing and the results were good. So i am curious if there is still edge in this area. I used one min data and my algo traded 1 to 8 times per day.
  9. S

    IB API - get all expirys and strikes of a stock symbol

    I don't think ib has that kind of apis.
  10. S

    Best Backtesting software?

    I use c# on visual studio to get data from ib and program algorithm for back testing myself
  11. S

    The ACD Method

    I created ACDMethod auto trading program and uploaded at http://www.quantcode.com/modules/docmanager/view_file.php?curent_file=457&curent_dir=19 This is test purpose only and works with IBS account.
Back
Top