Search results

  1. 2

    Trading System Development

    its free. you get what you pay for. I use it to generate this http://bit.ly/1eJFJV6
  2. 2

    auto turn-on and execute command?

    cron https://apscheduler.readthedocs.org/
  3. 2

    Trading System Development

    simplest use https://www.quantopian.com/ or just get data from quandl.com and use the pandas library sql and a database ... thats a complicated mess
  4. 2

    Where to begin developing?

    here's an alpha version of a system and frontend for IB. Can be extended http://bit.ly/1wVhwCi
  5. 2

    Market for API Extensions?

    There's no money in marketing extensions. But you could do a subscription service
  6. 2

    Where to begin developing?

    absolutely agree. Individual traders never pay up; their cost thinking is 10 to 100 times less than reality
  7. 2

    IB API: High latency of reqContractDetails() call for option chains

    you're comparing apples to oranges. Call reqContractDetails() with one specific option
  8. 2

    At the cross-roads between Retail platform and Custom implementation

    Isn't it all proprietary. If I tell you how to do something or what to use now you can compete.
  9. 2

    At the cross-roads between Retail platform and Custom implementation

    what do you consider the other 95%.
  10. 2

    Youtube clip for IBPy / seems we can use API to BUY order in IB

    heres an orderloader http://bit.ly/PqGomB
  11. 2

    To ring an alarm, as soon as BUY/SELL order is executed

    in tws configure sounds
  12. 2

    Anyone successful to use R/Python for IB API trading?

    http://bit.ly/1dSARdP
  13. 2

    using the IB API without the TWS application

    ib offers a FIX connection and it wont bypass risk checks
  14. 2

    Using R to make historical data matrix

    get the data from quandl. it returns in a dataframe
  15. 2

    TT FIX Adapter

    I used it about 3 or 4 years ago only because the alternative was XTAPI. But now TT has a newer api that is better than xtapi and simpler than fix.
  16. 2

    IB API HOWTOs and Guidelines - For Beginners

    So what do you think MQ server is? Why were you referring to it? It's irrelevant. I wrote nextOrderID() myself. You don't even know how it is implemented; it's in the compiled base class *pyd for those curious here's the implementation. feel free to point out the lag def nextOrderID(self)...
  17. 2

    IB API HOWTOs and Guidelines - For Beginners

    I had you on ignore but saw this post when I wasnt logged in. I use the orderloader everyday. it extends a base class that is compiled; you cant see the source code for the base class. class OrderLoader(BaseApp): ... self.nextOrderID() There is no implementation for IB connection to MQ server...
  18. 2

    Help getting a job on the floor (Chicago)

    board of trade? why the floor? the building is a dump. send your resume to legit firms you can always sit and do nothing as an intern
  19. 2

    Automated Trading - FAQs

    How do you know the coding would be easy enough if you cannot program yourself?
Back
Top