Search results

  1. C

    Programmer monthly rate (Java multithreading IB Platform)

    so far, I got three offers a) 7000 b) 9000 c) 15000 for full time work... very wide distribution... I expected more consistency ;)
  2. C

    Programmer monthly rate (Java multithreading IB Platform)

    I got some offers.. .just want to benchmark ... also willing to consider new offers... thanks
  3. C

    Programmer monthly rate (Java multithreading IB Platform)

    How much will good programmer ask for a month worth of work? Not necessarily US based! What's the daily rate? Thanks
  4. C

    IB "Can't find order with id" messing me up

    looks like a problem to me! who is better broker for fast scalpers?
  5. C

    How do you handle asynchronous nature of IB API?

    I see no real discussion on the async vs sync topic.... I suppose ... Its not really that much important... thanks guys
  6. C

    How do you handle asynchronous nature of IB API?

    slickpick, do you use sync philosophy yourself? what language? what's your average trading frequency? what;s your experience? good/bad
  7. C

    How do you handle asynchronous nature of IB API?

    Fair enough trailingStop... as I said, I already have asynchronous application, however, I'm exploring the view of others... another option which I'm thinking about (different from synchronization) is a higher level API which will enable me to forget about orders.... I say position.open(...)...
  8. C

    How do you handle asynchronous nature of IB API?

    well done maxdama....any experience in JAVA?
  9. C

    How do you handle asynchronous nature of IB API?

    To remove complexity from application logic... Also, I'm thinking of building a layer on the top of their api which will remove some complexity (order queues, cancelation requests, etc.). maybe to implement it on 'per instrument' basis... I don;t need to do anything while I'm waiting...
  10. C

    How do you handle asynchronous nature of IB API?

    especially in the higher than traditional frequency... do you handle all the asynchronous logic in your application, or do you handle that in a API layer... i.e. for your application Interactive Brokers provides synchronous service? my current application handles all the asynchronous...
  11. C

    Is there orderId in TWS

    Any idea if TWS can show order_id column? thanks
  12. C

    ERROR: Order would cross related resting order

    Thanks for your reply... I use only limit orders and I trade ES... insinde and outside regular trading Hours... I Agree... This occurs when my orders are in conflict... But why IB doesn't execute both orders anyway? What was solution for your issue?
  13. C

    What problems are you having with latest TWS?

    This is happening again http://www.elitetrader.com/vb/showthread.php?threadid=202006
  14. C

    ERROR: Order would cross related resting order

    Hi, When I run exacly same version of my trading platform against edemo (for 2 weeks), everything runs smoothly. However, when I run it against real trading account I start getting following error (after 10-20 mins). "Order would cross related resting order" Do you guys know what's...
  15. C

    Debugging automated trading software

    Nearly every AT software is multi threading application, which in combination with asynchronous API communication paradigm makes debugging very difficult. What are the best practices to deal with this and debug/develop code. Thanks
  16. C

    Problem with IB when transmitting orders

    The error was on my side.... nasty multithreading bug... thanks guys...
  17. C

    Problem with IB when transmitting orders

    needless to say I use order.m_transmit = true;
  18. C

    Problem with IB when transmitting orders

    Java API. The trading app is under development... so it may be some bug.... ort so... ...but the anoying thing is that it works sometimes and it doesn't work the othertime... I'm clueless
Back
Top