Search results

  1. 2

    how to program an algo

    hilarious
  2. 2

    database selection......

    simplest is to use sqlite (no admin headache). :cool:
  3. 2

    R vs MATLAB

    the only reason matlab is still popular is because its given to students in college. so they come out, know it, and recommend it. Thats slowly being shifted to python and r. why pay for matlab when python is a free equivalent? but i do remember a manager of mine asking what is the enterprise...
  4. 2

    python script to create/track stoic index

    sure here... prices=[34.2,12.43,18.88] sum(prices)/len(prices)
  5. 2

    Bond trading becoming more electronic

    big institutional customers like pension funds are the biggest fish. Also, large corps that need to hedge or invest shortterm (ie. rate swaps). I think this is the case in not only trading/investing but most things; the employees of the large firms have no skin in the game so dont care paying more
  6. 2

    running esignal on a windows cloud server

    cloud is dead slow. its for scalability not performance
  7. 2

    Spread Trading Strategies

    go back to tmg or one of the other firms in town.
  8. 2

    Signals per second

    3
  9. 2

    Does anyone make a living using straight directional trades ?

    you make money market making ,spreading, or beating the system :eek:
  10. 2

    EOD database with Excel and Python/MATLAB integration

    youdont need hdf5 for endof day data. any relational db would work fine. you can connect to them with any language with odbc or natively(most of the time)
  11. 2

    what's a good datafeed for linux?

    i been running openbsd since 2.5. it works on most hardware and is simple to install. i tried ubuntu and centos recently on a dell celeron laptop and neither installed; openbsd installed in minutes. However, i dont use bsd for anything realtime trading related
  12. 2

    has anyone tried this kind of butterfly?

    condor
  13. 2

    Ib scanners

    i could do this easily. how much would you pay?
  14. 2

    Spread Trading Strategies

    http://www.elitetrader.com/vb/showthread.php?s=&threadid=241091&perpage=6&pagenumber=2 in the latest tws you can trade native IR intermarket spreads and crack spreads, and intramarket spreads
  15. 2

    FX trading strategies

    market making
  16. 2

    Handling overfills / order errors / order safety

    If the coding part was so easy then the testing would be irrelevant. The coding is the whole thing :eek:
  17. 2

    Payout/Salary structure in top prop firms?

    why would someone join this? whats the incentive? From my point of view this is only good for someone who doesn't know anything or someone who always loses money. Unless your salary is over 250k
  18. 2

    Handling overfills / order errors / order safety

    not sure about ninja but in general most APIs pass back errors/fills/etc. so you do something like onfilll(messageobject){ print messageobject.quantity, messageobject.orderid } onerror(messageobject){ print messageobject.error }
  19. 2

    NYSE joins the dark-side.

    thats the same thing as on the floor when a filling broker would send all his orders to his brother in the pit.
Back
Top