Search results

  1. P

    TWS - Excel - Integration (no, no again!)

    Hi Karl, the problem could be related to your "locale" settings. I had problems once where the program (DDE as well) couldn't handle decimal numbers like 6.245. When I switched my settings from using a "," (what most Europeans use) to "." (like the American system), the problem dissapeared...
  2. P

    DDE speed with IB

    I would go with Visual Studio.NET. DDE support is not a reason to stick with VB6. DDE support in VB has always been too limited (and unreliable). If you want to write a reliable DDE based app in VB, you have to use specialised DDE ActiveX controls. I always used DDEClient. That one can...
  3. P

    DDE speed with IB

    For those who want to develop with DDE in VB: DDE will not be supported in VB.NET (the next version) . You will be forced to stick to VB 6 (or earlier), code your own DDE component or purchase one.
  4. P

    Reliable Real-time data in Europe?

    Hi Chuck, will Signal (the broadcast version) be updated as well? The latest version is still 5.2. Peter
  5. P

    Reliable Real-time data in Europe?

    I'm using DBC's broadcast service via satelite. Works well in Belgium. Their main product is eSignal. But they still do broadcast.
  6. P

    A question about indicators

    Hi Jaan, What kind of filter would you propose to use? The filter that is applied on RSX is probably not bad since it doesn't create too much lag. I guess that RSX is probably good enough for trend analysis on an index (not for a volatile stock). It's a shame they don't offer test...
  7. P

    A question about indicators

    Is anybody familiar with the technical indicators from Jurik (http://www.jurikres.com/catalog/catalog.htm)? I'm interested in using their RSX indicator, which is a variant of the RSI indicator, to determine where an Index is going (DJIA, S&P, etc). I want to use it for intra-day market...
  8. P

    IB DDE Excel: is it now possible to automate trailing orders

    In my opinion the best way would be to start in Excel with Visual Basic for Applications (VBA). Then learn how DDE works. And when you hit the limits of Excel to move on to either C++, C# or VB. VB will propbably be the easiest because at that time you are already familiar with VBA, which is...
  9. P

    What are good results for daytrading

    Which broker are you using? Do you trade completely automatic? Peter
  10. P

    What are good results for daytrading

    Another possible datafeed is Signal (or eSignal via the Internet). You can interact via DDE.
  11. P

    Automatic Order Entry API for IB

    Hi all, there seems to be a lot of confusion about DDE. DDE is a protocol based on Window messages. The protocol itself is stable and normally no data gets lost. What can happen is that your application that is responsible for processing the DDE window messages is too slow or screws up...
  12. P

    Automatic Order Entry API for IB

    For those of you that need to program DDE beyond the capabilities found in Excel, have a look at this site: http://www.rhaminisys.com. There you'll find an advanced DDE client object. I used it in the past for other projects and found it to be faster and more robust than the native DDE...
  13. P

    Automatic Order Entry API for IB

    Hi Def, Any interface that allows automation of order entry and order management, even when it is DDE, is fine for me. It is not the nicest or newest technology, but it works. One technical problem with DDE is that you cannot create multi-threaded objects. The Microsoft implementation only...
  14. P

    Automatic Order Entry API for IB

    Hi all, a couple of weeks ago there were some questions about an automatic order entry API for IB. I'm currently in the final stages of the development of an automatic trading system. Because we will be doing over 300 trades a day, we need automatic order entry. I know that IB offers a...
Back
Top