Search results

  1. 2

    Create a SQL database from csv files

    almost every database has an import utility. here you go for sqlite. http://stackoverflow.com/questions/1045910/how-can-i-import-load-a-sql-or-csv-file-into-sqlite
  2. 2

    Custom Trading Platform

    its called the adapter pattern. its not amazingly complex. everyone does it :cool:
  3. 2

    Programmer/Statistician Looking Project

    create a python quantlib module that works on windows with python2.7 and quantlib1.2
  4. 2

    IB API Close all Positions

    request positions in callback close the position
  5. 2

    Indicator Construction

    http://finviz.com/
  6. 2

    Interactive brokers - API - HistoricalDataEventArgs!?

    i use python but you need to specify the bar size in the request. then the data comes back in the call back ... historicalData() self.connection.reqHistoricalData( tickerId = cid, contract=contract, endDateTime=endtime...
  7. 2

    Where do I hire a programmer to create or help me set up a system for analysis?

    its becoming that only people who can program can trade profitably. Thats what I see at firms.
  8. 2

    Custom Trading Platform

    my stuff is similar, each app communicates through rabbitmq
  9. 2

    Custom Trading Platform

    connections are probably the most error prone. use fix not sure about any frameworks. Use a message layer to make things easy, use events, and go easy on the threads
  10. 2

    Where do I hire a programmer to create or help me set up a system for analysis?

    absolutely true. if you cant program how can you do any research. if you cant research how can you trade (besides slowly losing money clicking a mouse).
  11. 2

    option ratio for strangle

    its called long 1 strangle and long 3 calls
  12. 2

    Where do I hire a programmer to create or help me set up a system for analysis?

    whats your project? it probsbly doesnt need a programmer and there is already something available
  13. 2

    What is your edge ?

    sell the middle buy the wings take profits
  14. 2

    Sweeden prepares for breakup of Eurozone

    retards can you read? Finland prepares for break-up of eurozone Finland is preparing for the break-up of the eurozone, the country’s foreign minister warned today.
  15. 2

    calls and puts, who is driving who?

    are you saying if call vol goes up then put vol must go up? why?
  16. 2

    Interactive brokers

    :confused: do you know what an api is? you write the software
  17. 2

    Any good small chat rooms out there?

    theres some on skype
  18. 2

    Best Version control system?

    if you just want simple version control subversion is the easiest for single user single trunk. git is easy to branch and merge but has a learning curve. I have a ton of alias's setup for it because of everything that you can do.
  19. 2

    i program, you mentor

    its for personal account. I have a another question for the OP. I am using python's ib library for my stuff (i dont need c++ and switched from java because development time in python is so much faster). Anyway, one thing i would like is a gui (i did this before in swing) but with python i...
  20. 2

    ICE converting swaps to futures

    does this mean that a small guy can actually trade these markets? small meaning under 100k
Back
Top