Search results

  1. C

    Strategy Tester: Shall I get some advice about building a strategy tester by Matlab?

    I want to build a strategy tester by Matlab; I hope this tester can test any strategy according to stocks' data; and the strategy can give signal---'buy/sell/close' according to the data; How shall I build this strategy tester better? Or is there some proper function on Matlab to do this?
  2. C

    Some good book about Data Mining by MatLab?

    Thanks, thank you for your kind alerts. Yes, never expect fantastic results by any means and I also have learn some of Statistical Learning when I was still in my University and I use a few of them even now I am working. I also know over-fitting's harm, but whatever thank you for your...
  3. C

    Some good book about Data Mining by MatLab?

    thanks everybody; But I mean I want to get a teaching book which introduces doing some data mining working on trading. Shall I get the names of some books like this ?
  4. C

    Some good book about Data Mining by MatLab?

    I am seeking for some book about data mining by matlab, shall I get some advices here? Thank you!
  5. C

    does anybody trade XAUUSD on MT4? I have a question

    I trade XAUUSD by MT4, I have find that some time trading would pause for 1 hours or more in trading days; the latest "some time" is 2014.9.1 20:00~2014.9.2 01:00, in which there is no trading on MT4, but the trading goes on for other platform. I just want to know why MT4 stop the trading for...
  6. C

    some questions about QE

    Thank you! I think there are two matters you have discussed above. 1. Government regulates economic by buying and selling bonds, but FED can't control the flowing direction of money in the free market. 2. FED really print money. my question is how does the money 's value was distributed. I...
  7. C

    some questions about QE

    I still don't understand the production about Bitcoin, and I just see its value soar and gold dives, I guess these soar and dive have direct relationship, because their value are both shown for currency. So how do you think about this? and what is the future for bitcoin in your eyes; and I...
  8. C

    some questions about QE

    Thank you very much, your reply answer all my questions here clearly. Now I have another question according to your reply(Marked on red) as below: It doesn't actually print money but transfers funds as you said; I want to know what is the difference between printing money and transferring...
  9. C

    some questions about QE

    I want to know some more details about QE by FED: 1. how many times has FED carried out QE, and how I can get the latest situation about this? 2. How does FED carried out QE? for example, FED will declare that it now carry out QE , and how much money will be printed for the first round? and...
  10. C

    What's the best for the rest?

    do you have some course about using Matlab for programming on trading? Thanks
  11. C

    about small swapping in an Up/Down trend

    In a single up/down trend, there is usually some small swapping, I want to define this swapping and follow it by some arithmatic? do you have some good arithmatic? Thanks!
  12. C

    some questions about EA

    not, each of the 10 orders is profitable.
  13. C

    some questions about EA

    I have made an EA by mq4 to test historical data by tester, now I have some questions as below about it: 1. In this EA, orders are opened automately according EA's computing; about their close, two methods: one is that, for example, now this EA hold an long order, when EA gives signal which...
  14. C

    Does anybody use MT4 to trade?

    I mean when I made an EA in which I want to call an script when some condition have been met. In addition, I made an Indicator which draw a line on chart; some time this line cross the bars; some time the line always run above or below bars; do you have good method to differ these two situation.
  15. C

    Does anybody use MT4 to trade?

    can you give some links?
  16. C

    Does anybody use MT4 to trade?

    do you know how to call script in EA on MT4? I know that we can call indicator in EA to transfer some parameters in indicators by iCustom(), but what about transfer some parameters in EA to some indicator? shall we ?
  17. C

    Does anybody use MT4 to trade?

    Thank you very much. I want to know more about "ninjatrader", and I never heard it before. it can test MT4's EA? can you send it to me by email? my email: caofa@foxmail.com
  18. C

    Does anybody use MT4 to trade?

    I find a very few forum(MT4 forum), and I want to discuss many questions, so do you know other forums, could you told me?
  19. C

    Does anybody use MT4 to trade?

    I am just earn to use MT4 to trade, anybody use it? I want to discuss it with somebody? how do you think about MT4?
  20. C

    a question about MatLab function--"highlow()" and relative functions.

    I use the below code: highlow(ctgs2(1:r,3),ctgs2(1:r,4),ctgs2(1:r,5),ctgs2(1:r,2),'r',ctgs2(:,1),2); and get the chart as attachment. I don't know why? "Dates" in the highlow() seems not x axis's dates.
Back
Top