Search results

  1. 2

    Seeking to Start Futures Prop Firm

    gsec
  2. 2

    Regreassion to the Meme

    whats meme?
  3. 2

    Automated trading with Matlab

    how would you use matlab if you cant program?
  4. 2

    making market

    you're going to sit there all day manually making a market? you must put very little value in you're time
  5. 2

    software engineer path

    get the degree. program a lot. have a github account so people can see what you can do
  6. 2

    Futures Automated Trading

    options holding positions for days/weeks non directional
  7. 2

    Automated trading with Matlab

    you can get free tick data from the cme (an example file) I think you can get a free example file from most vendors or exchanges.
  8. 2

    Long-Term Oil Price Charts on Interactive Brokers

    cash markets http://research.stlouisfed.org/fred2/categories/32217
  9. 2

    trading is really stupid

    automate the button pushing. then you're done
  10. 2

    Altera or Xilinx

    i just read the nasdaq will use fpga to publish market data. And that tibco is putting there ftl middleware on a switch besting arista
  11. 2

    Submit orders to IB from textfile

    docs http://bit.ly/STftuK
  12. 2

    Submit orders to IB from textfile

    heres a beta release. Let me know how it is. Need python and windows (some c stuff). http://bit.ly/SixHJV
  13. 2

    Looking for something, help appreciated!

    if you can define what a trendline is then someone can write this software. Unfortunately, technical analysis signals are in the eye of the beholder. :D
  14. 2

    Is this HFT?

    did you sell (filled)? or did you try to sell 2000 @13.32
  15. 2

    Is this HFT?

    I can't follow. :confused: you had an order to sell at 5.25 and it was filled at 5.24?
  16. 2

    Looking for trading assistant

    what do you want the positions to be? this job could easily be automated
  17. 2

    following brent oil news

    you probably get whipsawed before the news played out but here ... - platts - try to connect with physical commodity traders
  18. 2

    nymex wti oil options

    what time do oil options expire? I know oct12 options expired today sep 17 but what time exactly? If anyone saw oil tanked about 4 bucks
  19. 2

    Ib Java Api Update Order Prob

    its probably your code. without that no one can help
  20. 2

    Submit orders to IB from textfile

    """ NYSE,ibm,108.22,BUY,400 SMART,msft,38.36,BUY,300 """ f=open('c:/tmp/orders.txt') for x in f.readlines(): v=x.split(',') order = Order(v) twsclient.placeOrder(order) PM me if you want the Order() and twsclient code
Back
Top