Search results

  1. T

    Why so much for only 2 days time value??

    12 Puts are similar - and I wouldn't buy Call or Put on GE. Anyway someone get the premium and maybe he's happy with it?
  2. T

    Why so much for only 2 days time value??

    IV of 178%!!!! Maybe the reason?
  3. T

    GREAT indicator

    Please keep an eye on your punctuation – it’s not correct (same mistake) for: nadeemrock, lovelytrader and zeen. Do not use a space before you place a comma!
  4. T

    Decent charting software to use with IB

    Hi droskill, Yes I know that one of the last version crashes. I forgot to add a multithreading library to the setup. That was missing on your system then. So the crash happens only on XP systems, not on vista since the MT-library it already part of the system. So that's the reason why? Sorry...
  5. T

    Decent charting software to use with IB

    droskill, I put a new version on the net with the first ‘backfill’ feature. It loads the quotes of the last trading day and stores it for further use. One will be backtesting in one of the next releases in the near future. Did you find any time to check the Z-Score indicator? Good...
  6. T

    Decent charting software to use with IB

    Hi droskill, I put the Z-Score indicator into the current install-package. Please let me know if it works as expected? Also fixed an issue with backfilling the current day on an US system (different time-format than European systems), the property-sheets as replacement for the property-grid...
  7. T

    Decent charting software to use with IB

    Hi droskill, hi stevegee58 Thank you both for the compliments – I’m happy if you enjoy TradeProject :) Droskill: I will see if I can find some more information about the Chandelier Exit and the Z-score. Maybe I can add them for the next release – I will let you know. Daniel
  8. T

    Decent charting software to use with IB

    Hi droskill, In the current version TradeProject only get a backfill for the current day. Backfill for more than the current day will follow soon. With that I will also add some back testing functionality. Today it is only possible to trade against the paper-Account of IB for testing ;( But...
  9. T

    Stock quote feeds

    Hi kevin, you can use eSignal Market Data. Please see here for more information: http://individuals.interactivebrokers.com/en/software/tws/usersguidebook/configuretws/esignal_market_data.htm Hope this helps? Daniel
  10. T

    Music issues

    Hi omegapoint, Thanks for this link. Really it sound sounds good for the first impression – some Irish influence and a great soprano(?) saxophone. Remembers me to an old German jazz band called ‘passport’ here a link if you like: http://www.youtube.com/watch?v=qL2HC-kPY_Y Daniel
  11. T

    Music issues

    Hi all, Just to relax and to have something other than trading I want to open a thread about music. I myself like very much music from 'Pink Floyd' and Supertramp (since I already have the age :( ) - and - of course - many others more. Now I got a link in another forum of a very nice parody...
  12. T

    Decent charting software to use with IB

    You can also give TradeProject a try (http://www.tradeproject.de/Start.23.0.html?&L=1). It also offers DOM and Chart-trading as well as running automated Strategies (with an IB account). Maybe it comes not with so many features as the others, but it is free – and I can add new functions if you...
  13. T

    TWS API order status : partially filled?

    Yes I think so. Only 'submitted' orders can be filled.
  14. T

    TWS API order status : partially filled?

    Sorry, but I'm not good enough in DDE-issues. In C++ I monitor the orderStatus callback. It is call from the TWS each time the status or the 'fillstatus' of an order changes. So it is quite simple to keep track of the open orders.
  15. T

    TWS API order status : partially filled?

    The status of an open order stays 'submitted' until the complete order is filled. Here is the part from the documetation: 'Filled - indicates that the order has been completely filled.' I think that is clear. Please see here the complete documentation for the order-status: status The...
  16. T

    TWS API order status : partially filled?

    As far as I know the TWS sends a 'filled' and you can get more information if it is complete or not by checking 'remaining'. If it is zero it is complete :) (That's from the C++ docu) virtual void orderStatus(OrderId id, const CString &status, int filled, int remaining, double avgFillPrice...
  17. T

    BUG in IB TWS

    Hi stock777, I tried it exactly as you wrote. I’m using Build 892.7 Feb 23 with Java 1.6.0_07 on a Vista 64-Bit machine (Intel Core 2 Duo E6850 with 4 GB RAM). No problems here so far. Daniel
  18. T

    Help a newbie with automated trading API programming

    Hi ezbentley, I started to develop my Application about 10 years ago and it isn’t finished. I also spend a long time searching for the right broker offering an API. Finally I choose IB for several reasons. Since I have also developed everything in C++ and do development only in my spare...
  19. T

    QUESTION: Charting for Futures?

    You can also give TradeProject at http://www.tradeproject.de/Start.23.0.html?&L=1 a try. The latest version comes now with a DOM-Trader and a Chart-Trader - and - it's free. Enjoy, Daniel
  20. T

    Have some trade ideas and looking for extensible trading platform?

    Hi mizhael, In C++ you can use the STL (Standard-Template-Library). It has a ‘build-in’ circular buffer. Have a look at this site for more information: http://www.cplusplus.com/reference/stl/queue/ Hope this will help a bit…. Daniel
Back
Top