Recent content by wqking

  1. wqking

    Historical Intraday data for Forex?

    Dukascopy provides tick data back to 2003 for free. But you need a tool to convert the data to candle data.
  2. wqking

    China's stocks trading suspended again after tumbling over 5%

    The total trading time is less than 30 minutes...
  3. wqking

    Mac / Windows

    A Windows on Mac via bootcamp is no difference with a native Windows computer, except some keys are different (Command VS Win key). But you may also try VirtualBox, which allows you to run Windows inside Mac.
  4. wqking

    Yuan Savings Account

    Just realized this topic was posted in 2011, sorry. But why a topic in 2011 is on the first page...
  5. wqking

    Yuan Savings Account

    It's lower than the rates in China. http://data.bank.hexun.com/ll/ckll.aspx Above is in Chinese language, the rates of China banks, but you can get the idea. The first rate column such as 0.30, 0.35, is the float rate. The next column is 3 months, then 6 months, then 1 year. Maybe I can save...
  6. wqking

    Free Forex daily historical data

    Dukascopy has free tick data, and you can merge the tick data to OHLC. Oanda has historical data via REST API. All above need you programming or find some proper tool. You can also download Dukascopy data here, https://www.dukascopy.com/swiss/english/marketwatch/historical/ That doesn't require...
  7. wqking

    Open source software that creates trading systems

    To get feedback you should at least list the features supported by your software. I created a full featured back testing and trading system, but I'm not going to open source it... Also, why do you mind to post the link if it's open source?
  8. wqking

    Looking for a FX/CFD broker with a $5k deposit

    Oanda UK. I use it and it's great. Edit: just noticed you mentioned Oanda. Why not try with them? I was fine with their account applicant process.
  9. wqking

    The theory categories of your algorithm strategies

    Yeah I just finished refactoring and rewriting the pattern match part in my own algorithm trading system. I did some beginning level tests and it doesn't work. I really doubt if any pattern match can work because they are just curve fitting.
  10. wqking

    Futures up almost 2% - Tuesday looks good

    China -7.63%. Good mean reversion!
  11. wqking

    Futures down almost 2% - Monday doesn't look so good

    China down 9% several minutes ago. Waiting to see if it's 8 or 9 when closing.
  12. wqking

    The theory categories of your algorithm strategies

    Hi guys, To inspire myself (and you), I would like to list the categories about algorithm strategies I can think of, and I then would like to hear in which category are your strategies, and why. And if you have any other categories to add, please share if you can. The categories I can think...
  13. wqking

    Would you buy/use such a Forex historical data download software?

    As far as I understand, the historical data downloading feature in MetaTrader will download data from MetaTrader, not the broker. And the data quality is low.
  14. wqking

    Would you buy/use such a Forex historical data download software?

    My tool downloads the data in the form provided by the source, then converts the data to candle bars data if necessary. For example, tick data is downloaded from Dukascopy then convert to bar data in varies time frames such as D1, M5, etc. For Oanda, the bar data is downloaded directly from...
Back
Top