Search results

  1. 2

    Theoretical Option Value Script

    here's a quantlib script
  2. 2

    Futures Order Book parsing methodology

    if nxcore sends the order data then have 2 trees bids and asks. each level of the tree is a price and each node is a list of orders
  3. 2

    Look for a good intro database book

    My original post was after reading the thread title. Now that I see arrays and time series and options you dont really need a book you can look hdf5, scidb,teafiles or ask how a vendor (onetick, nanex, etc) stores their data. usually the analysis is done on some cluster/job scheduler Here's...
  4. 2

    Look for a good intro database book

    essence of sql
  5. 2

    How can I program R / to see global market every morning

    library(quantmod) getSymbols("SPY") pctchg=Delt(SPY$SPY.Adjusted) PM me for the elite version
  6. 2

    Option Market Maker Questions

    How is it obvious that they are the same people? Are you saying that non delta neutral strategies are illegal?
  7. 2

    sample code

    add entry date and then do a diff
  8. 2

    TT Algo Design Lab

    like all visual development tools ADL is simple for simple things and difficult (if not impossible) for more complex things
  9. 2

    HFT spread trading

    This isnt true
  10. 2

    Language that is sneaking up on me

    do you use nimrod? I was just looking at that to generate javascript.
  11. 2

    Futures curves - where can I see them?

    Here are some. What info are you looking for
  12. 2

    How much time/size discretion do brokers have when hedging customer position?

    those are 2 different entities. one's a broker the other marketmaker/trading firm. in your example, you could substitute timberhill with joederp. So if a customer buys some AAPL calls through IB which in turn buys the AAPL calls on the cboe from joederp, does joederp need to offset the short...
  13. 2

    How much time/size discretion do brokers have when hedging customer position?

    regular brokers dont take the other side of exchange traded instruments. you might be thinking of fx, bonds, rates, ...otc which is not retail
  14. 2

    nickle and diming OTM options contracts

    you might blow up someday. but you might make a ton of money before that and decide to quit. there are an equal number of stories about people who were only long premium and they still lost money.
  15. 2

    How do you calculate SP500 ?

    wikipedia. there's a divisor needed
  16. 2

    how hard is it to backtest and code candle chart info

    http://stackoverflow.com/ In order to research you have to know how to program somewhat. What you're asking to do isnt that difficult.
  17. 2

    How much time/size discretion do brokers have when hedging customer position?

    your assumption isn't how exchanges even work. If the broker took the other side of the trade it would always be first in the queue which would be great. futures brokers just clear and collect commision; they do not trade against customers
  18. 2

    Elite trader content

    I have an idea to make this site better. Pay quality people to post here. Kind of like paying for orderflow.
  19. 2

    Language that is sneaking up on me

    do you have a code repo somewhere? github?
Back
Top