Search results

  1. T

    Automated Trading Software

    First small video using the English-UI of TradeProject is finished and online. It demonstrates how to setup the application to connect to the IB-TWS and start the classical MA-Crossover strategy which comes with the setup-package.
  2. T

    day trading magazines

    Hi Kris, try this one (european issue) http://www.en.traders-mag.com/index.php?id=35 Daniel
  3. T

    Automated Trading Software

    It just took a bit longer than expected, but now I got the version on the web. I added a classical ‘MA-Crossover’ to demonstrate how to develop a strategy. It also implements a Trailing-Stop and takes care about partially filled orders of the strategy (wonder how other packages manages this...
  4. T

    Good open source C++ real time trading system...

    Hi, the English-version of my web is http://www.tradeproject.de/Start.23.0.html?&L=1. You can also click at the little US-flag in the upper right corner. As soon as you are on the English site you will also see the English version of the screenshots. The videos will be changed in the future...
  5. T

    Programming ?

    Most likely your exe will miss the crt and mfc runtimes. Easy way to fix it is to create a small setup-project. You should then add the crt mergemodule and – if you use the mfc – also the mfc-dll you need. This works for me. Daniel
  6. T

    Can we short the Single Stock Futures?

    Here some additional infos (issued by IB!) ORIGINAL NOTICE: The SEC has imposed emergency rules for short sale and economically similar dealing in approximately 800 financial services companies. Part of the new rules impact options trading strategies that can lead to a short sale, even if...
  7. T

    Banning Shorts!!

    Maybe the next step is that all quotes must be at least at the same level as the quote before - or more. A kind of paradise :) I thought this would only be possible in east-europe - 20 years ago, not now.....
  8. T

    Automated Trading Software

    Syswizard, You are right. It really takes a long time to develop a C++ application. I work on TradeProject for about 8 years now. It started as a trading tool for my own usage. Currently the TradeProject counts about several thousand lines of code – I never count. Looking forward to hear...
  9. T

    Automated Trading Software

    Hi alfobs, My future plans? To be honest I didn’t spend too much time thinking about that – but today I do not have any plans to make it open source or commercial. You are just welcome to use it. If you have any suggestions for improvement please let me know. We can discuss everything. If...
  10. T

    Automated Trading Software

    Syswizard, During this weekend I will create a new video to demonstrate how to develop a new strategy (MA-Crossover to keep things simple :-) ) and how to run it. I will do this first with the English version – but without sound ;( - anyway I hope this is also OK? Please keep in mind that...
  11. T

    Automated Trading Software

    Hi syswizard, TradeProject is completely written in native C++. I chose C++ for performance issues since there could be a hell of quotes to work with in a fast market situation. If you have several watchlists, charts and strategies running, the application could run into serious performance...
  12. T

    IB TWS: how to enable after-hours trading?

    Hi, enable 'Allow this order to be filled outside of regular trading hours' in 'Modify -> Order Ticket' Please see attached screenshot. Hope this helps, Daniel
  13. T

    Automated Trading Software

    Hi syswizard, Yes it is Multilingual – to be honest it’s bilingual (English and German). The Software will detect your system language and should start in English on your system. BTW please let me know if you would change some phrases. Any help on this is welcome! All videos use the...
  14. T

    Automated Trading Software

    You can also try my app. Not really finished and I'm afraid in poor English (any help appreciated) but I think it’s on a good way. If you like you can have a look at it on http://www.tradeproject.de/Start.23.0.html?&L=1 If you have any problems or need some assistance please feel free to...
Back
Top