Search results

  1. J

    Advice needed

    All prop firms out there make money from platforms/market access/ education/volume rebates and % of your profit. They dont care if you make money they just want you to trade volume or give them money for one of the above. What do you get? leverage and lower transaction fees. If you...
  2. J

    Easy access API, with the ability to expand?

    What external data do you need Level I or book? i.e what strategies are you using, time duration? I assume this black box submits orders so are you bound by your current broker? and why 2 servers ? I assume as you think you need two you want to process data for 1000+ stocks at one time. How...
  3. J

    IB plugin blackbox

    The way I have it designed you could interface to any data provider who can provide mkt data and has an API to send orders to. You just need to implement the functionality the app needs via the provided interface.
  4. J

    IB plugin blackbox

    Eclipse does have a GUI layout plugin and Google also provide tool kits to do this. But for me I have enough experience that I can stack the layout managers in my head!! Eclipse will come with a layout manager in the next release. One thread would not be much use when back testing. All the...
  5. J

    IB plugin blackbox

    Swing has full drag/drop not sure why you need that ? I've used it in a previous projects for JTrees e.t.c So I have the back testing coded but have run into problems thread wise. Mainly with the persistent layer and Entity Manager. Should have that working this week. Note there are at least...
  6. J

    How do you handle asynchronous nature of IB API?

    I use a controller that handles events from the TWS API. So I have my own interface that is implemented in a class that extends their Ewrapper. This class also implements a Messagehandler. So the controller issues a request to the Model that implements my interface and extends the Ewrapper...
  7. J

    IB plugin blackbox

    Yes building that now. Will use data from the database and just replay the chart. So I have a testing interface to replace TWS API same functionality but orders will fill at their price when a candle range fore fills the orders price. good enough for testing as I only trade liquid stocks.
  8. J

    Ib Tws Api

    Hi have a simple question I'm using the TWS API java and I find if I enter a OCA order and try to up date one of the orders the API always tries to update the last order of the two. e.g if I have a OCA with a STP order id 342 and LMT order 343 if I then send a request to update 342 TWS tries...
  9. J

    IB plugin blackbox

    The charts are JFreeCharts
  10. J

    Why IB API echoes same order status multiple times?

    OK looks like you cannot update an order if you can how? The placeOrder API will not update an order. If you resumit the same order id and changes to the order you get Request in progress for: orderID Please wait Anyone had success with this ?? Seems you have to cancel the order and...
  11. J

    Trading gapping stocks

    Trading gapping stocks how to prepare for the trading day. He uses the IB scanner coupled with earning/guidance http://www.youtube.com/watch?v=7osKUCLcjqs Interesting video especially the grading of stocks need to see more on this. Think his next video will be on this. James :)
  12. J

    IB TWS plugin Blackbox

    This should be interesting when complete. A black box that trades via charts using an inference engine (Rules engine Drool) should be very flexible. All free IB TWS/MsSQL/ e.t.c java http://www.youtube.com/watch?v=nxPX4AvpaNI James :)
  13. J

    IB plugin blackbox

    This should be interesting when complete. A black box that trades via charts using an inference engine (Rules engine Drool) should be very flexible. All free IB TWS/MsSQL/ e.t.c java http://www.youtube.com/watch?v=nxPX4AvpaNI James :)
  14. J

    IB TWS Order Trigger method which to use ?

    IB TWS gives the following trigger methods. I am wondering which is best for Stop/Stop LMT orders. I have been using Last but am going to try the defaults value. I am looking to get the least amount of slippage on orders that are routed via SMART. I trade intra-Day holding positions for 5min to...
  15. J

    Motherboard and PCI-e slots

    Make sure you have a power supply of at least 450W and if you need to run 8 displays you may need 550W. Also note the NVS 295 card has been supper seeded by the NVS 300 card. Which comes in PCI 1 or 16 versions and cables for Dual port/DVI/VGA. This card also is only rated at 17.5W. Should be...
  16. J

    San Francisco Traders

    I trade from home in the vally and have 4 others here. Where are u? vally wise
  17. J

    Trading is NOT a business

    It is a business I do this full time and have been for 3yrs. Here's what you need to do to be profitable. But remember we are gamblers so its all about odds. 1/ Get some technical training. Indicators are a waste of time. We do use some basic ones SMA's, Volume, Pivot points...
  18. J

    Schonfeld Traders R.I.P.

    I've been day trading from home for 3yrs. So I dont understand why people trade other peoples money? If you have 50K to start out and have a little education and a plan, you should be making 100-200K/ year after 18-24ths and if not, then you should not be in this business. I would like to see...
  19. J

    Good technical trading room

    This room is run by an ex Pristine trained trader and is currently free. Please don't ask questions if you are not a trained technical trader just watch for a few days to see how they trade. Morning starts (9am) with mkt analysis followed by analysis of gap plays these are the bread and...
  20. J

    IB TWS Win7 no installation possible

    Yes just change the setting on the exe to run as a 32bit program in XP mode. Make sure you have the latest version of the Java platform. This should always be kept up to date.:)
Back
Top