Search results

  1. F

    convert vector to matrix MATLAB

    % a1.. a12 are your vector 1 X 150 % A is your new vector 12 X 150 % so A=[a1;a2;a3;a4;a5;a6;a7;a8;a9;a10;a11;a12];
  2. F

    Any good structure for a simple self-made backtesting platform?

    There is activeX connection to Interactive Brokers, also some 3rd partz java interface to Interactive Brokers exist. But this part I haven't implemented yet.. (i am not so smart..)
  3. F

    Any good structure for a simple self-made backtesting platform?

    I decided to use Matlab for backtesting&trading system development. Yes, the Java (or any real programming language is better) but I had no experience to work in anything else then Matlab. My system consist of several objects, they are connected to each other trough event -listener mechanism...
  4. F

    IB Java API example connection problem trough IB Gateway

    Thank you.. I found the port in IB Gateway is different.., 4001 also the ID must be set. It works now. thank
  5. F

    IB Java API example connection problem trough IB Gateway

    Halo I have no problem to connect the java API example (TestJavaClient) using Netbeans if my TWS Workstation is running. However, I cannot connect trough IB gateway. The IB gateway seems to be connected, but Java example does not work.
  6. F

    Close vs. Adjusted Close

    How about recalculation all prices so all prices are adjusted and using this adjusted prices for back testing? If I use original prices and there is split somewhere, there occurs sudden price jump which destroys technical indicators etc. So I do multiple all prices (open, high, low, ) by...
  7. F

    Best FX trading API

    Yes, that's the problem. I plan to use FXDD. However, I don't know how long they plan to support the MT3. See my question on metatrader3 brokers at http://www.elitetrader.com/vb/showthread.php?s=&threadid=68393
  8. F

    Best FX trading API

    I have deceided for MetaTrader3 API. Anybody else here dealing with these stuff? (I am doing trading system in Matlab, API is necessary component)
  9. F

    Brokers with MetaTrader 3

    Which brokers still support MetaTrader 3? As I know, only FXDD (http://www.fxdd.com) does. Do you know any others?
  10. F

    Help me please with connecting MetaTrader3 API to MatLab

    Thank you. I have read this help carefully but still I can't solve it. My functions don't work.
  11. F

    Help me please with connecting MetaTrader3 API to MatLab

    (This post is for the MatLab experts only) Can anybody help me with connecting MetaTrader3 API to MatLab? Some basic steps I can solve: loadlibrary('mtapi.dll','mtapi.h'); Now I can call some library functions: example: verzeion=calllib('mtapi', 'MtGetVersion');% socket1=calllib('mtapi'...
  12. F

    MATLAB Technical/ Fundamental analysis system

    For me working with Matlab is more comfortable then using other software. The problem with Matlab is that Matlab does not contain AmiBroker's or MetaTrader's capabilities in technical analysis, backtesting etc. However, Matlab is powerful computing environment.
  13. F

    Which forex brokers DON'T trade against you ???

    If a broker trades against you, it means that two different customers receive two different prices. Have anybody of you noticed this broker's behavior? If yes, what is the difference (in price between customers of the some broker) and haw often this situation occur?
  14. F

    MatLab as trading platform

    What do you think about MatLab (www.mathworks.com) as trading platform /as a platform for trading system development. / Pros & cons
  15. F

    Alternatives to Wealthlab and Tradestation

    How have you solved the Matlab->Metatrader and Metatrader->Matlab problem? The MetaTrader4 has no API.
  16. F

    Is arbitrage activity prohibited by brokers?

    Thank you for your answer, 1) how "short" trades (timeframes) are to short so the trader is designed to manual execution? 2) Is any defense against it? 3) I found no statement in the broker's documents in the sense "you must not trade to quickly". Please give me some ling where is this...
  17. F

    Is arbitrage activity prohibited by brokers?

    How your broker can recognize you are taking datafeeds from any other broker? I have found no mention in the broker agreement that using this kind of information is forbidden.
  18. F

    MetaTrader 4: We did it!

    Well, I understand... the later the brokers accept the MT4 the better...
  19. F

    MetaTrader 4: We did it!

    Thank you for the link... If I understand correctly tho only thing the new MT4 does support are the external DLLs. True? - A big step backward..., I hope the brokers won't implement the "new" MT4 to early...
  20. F

    MetaTrader 4: We did it!

    I looked there, I tried to compile the VC6 project, I compiled the DLL... However, I still can't imagine how to use it... . Please advice If I have a bit complicated trading system in Matlab, can you tell me what should I do to connect it to MetaTrader4? In MT3 I had the possibility to read...
Back
Top