Search results

  1. M

    Asking for new security device at IB?

    I cannot transfer funds logged into the second account - I just checked. I misspoke when I said "with the same privileges". I never tried to transfer money when I'm traveling so I didn't realize this was the case, but I'm rather glad for that restriction actually.
  2. M

    Asking for new security device at IB?

    You can do it on-line. Log into Account Management and under "Manage Account" choose "Access Rights ==> Users". On that page that comes up there is an "Add User" button. It used to just say "2nd user" I think. It seems you can have more than just one more user now.
  3. M

    Asking for new security device at IB?

    IB allows you to create a "second user" for the same account with all the privileges of the primary user. I did this and they issued me a card for that user/account. It's less secure I supposed but I prefer that for travelling. My primary user login uses the electronic device so I have the...
  4. M

    results: backtesting vs market replay vs live

    There is no way of knowing the answer to that without getting into the nuts and bolts of what is happening. Maybe the right-most bar once traded at your buy price but by the time X >10 that trade would never trigger because price is on an upward tear, all within that same bar that is forming...
  5. M

    IB TWS bug - Java 17 Update 21 and 25

    I always use the latest Java version and I've noticed this too but I thought it was because I was using Linux (Ubuntu 13.04) and it was some Linux bug. I get around it by clicking once on the ask price for buys or bid price for sells, then right clicking in the new row and selecting "Modify"...
  6. M

    results: backtesting vs market replay vs live

    And there's the trick, going for the scraps the big boys don't want to bother with. My most successful strategy is still the least scalable (and something no one in his right mind would think of doing). Built my system from scratch also.
  7. M

    Hitler uses Git

    Geek humor is usually pretty dry but that was hilarious. And I'm even a big fan of git!
  8. M

    Pure Oil Play

    Dec 2008 $36.60 Dec 2009 $76.53 Dec 2010 $96.36 Dec 2011 $98.99 Dec 2012 close today was $109.30. Do you feel lucky?
  9. M

    Profitable online trading platform

    We outsiders see "This website is coming soon, please check back later." I suspect if you follow that link with cookies disabled that's what you would see.
  10. M

    Profitable online trading platform

    Ever tried to Google Birchwood Analytics?
  11. M

    Internet Connection Failure

    Having your system running on a remote computer where you have to connect to see what is going on has it's disadvantages too. One time I my broker lost contact with the exchange and there were several positions whose status were unknown because my system had attempted to close the positions and...
  12. M

    Internet Connection Failure

    Interesting stuff. They also have a "3G Failover" link that describes a system just for this kind of thing. I tried using my cell phone for my ATS connection (in tethered mode) and I found my cell phone network to be choppy with streaming tick data, like the speed was constantly being...
  13. M

    Internet Connection Failure

    Just make your computer "beep" repeatedly and if your speakers are not loud enough buy louder ones. What software environment are you using? Even if your setup doesn't support that I'll bet there's a creative way to do it.
  14. M

    Java IDE: Eclipse vs. Netbeans

    More on my transition from NetBeans. The Eclipse editor highlighted this obvious error and reported "Null pointer access: The variable td can only be null at this location": ThrustData td = timeVolData.getThrustData(); if (td == null) { newPriceCount = td.getNumTicks(); } The...
  15. M

    Java IDE: Eclipse vs. Netbeans

    Thanks for posting that. I downloaded Eclipse and Window Builder Pro and it is very good. I switched years ago to Netbeans from Eclipse primarily for the UI builder so I was pleased to see all my past work is read directly by Window Builder Pro. It feels good to get back to Eclipse. This...
  16. M

    stock trading on tws papertrader.

    If you are running this setup on an older computer, especially a single core CPU, these kinds of problems are likely. If you are looking for an excuse to upgrade your system then you have one! With a quad core system one cpu would be dedicated to the first TWS, the second to the other TWS and...
  17. M

    Need some pointers in gathering 5 min info from IB's API.

    Using 5 sec realtime bars has another advantage over reqMarketData. IB's market data is sampled and can miss prices at the extremes, so bars generated with this data might have a lower high or a higher low than they should due to trades that occurred between the samples. IB's market data is...
  18. M

    sun java on Ubuntu with IB TWS

    That kind of thing is what IBController is designed for. I still have the "Tip of the Day" dialog enabled so it comes up every time TWS starts up and I see IBController dismisses it. That window can be disabled in TWS but I'm just lazy. IBController is opensource (on SourceForge) so any Java...
  19. M

    sun java on Ubuntu with IB TWS

    If you are using IBController to start up TWS then on 64 bit CPU's you definitely need MaxPermSize=128M or you will get the out of memory error you describe. At least that has been my experience. I'm not sure that using -XX:+AggressiveHeap is a good idea. It overrides your -Xmx512M parameter...
  20. M

    IB "demouser" account short sells always going to "locate" status

    It's just another state that needs to be handled. It forces you to think about how long do you want to wait for a short to be located? After you cancel how long do you wait for an acknowlegement back? Maybe never (the Internet went down, whatever). I thought it was pretty silly have a...
Back
Top