Search results

  1. 2

    Prop shop for trading US Treasury options

    How can you trade options, specifically treasuries, without carrying positions?
  2. 2

    need programmer

    ha ha. just like a startup offering only equity. you get what you pay for.
  3. 2

    What is an "Intermarket Sweep"?

    more likely hfts or anyone would be on the other side of an ISO taking advantage of a price swing to buy cheap or sell dear. at least thats how it was in '08 when this was popular
  4. 2

    Tips On Getting Started In Python

    learn these libs and you can analyze everything http://blaze.pydata.org/ http://pandas.pydata.org/ http://www.scipy.org/ http://scikit-learn.org/stable/ http://statsmodels.sourceforge.net/ UIs: bokeh, seaborn, flask repl: https://ipython.org/ cluster: http://spark.apache.org/
  5. 2

    Futures Proprietary Trading

    side note: If you're offered to be buy into the firm and become an equity holder it probably means the captains are leaving a sinking ship.
  6. 2

    Market Making Interview Question

    it might be easier to think of of bookmakers set odds https://betting.betfair.com/the-art-of-bookmaking.html http://www.soccerwidow.com/football-gambling/betting-knowledge/betting-advice/bookmakers/how-do-bookmakers-tick/...
  7. 2

    How would a programming job for a big financial firm affect day trading?

    You cannot get on board. You have to ask compliance if the trade you are about to make is OK. Then they get back to you ... after the train has left the station
  8. 2

    Option price

    use an option model/calculator and plug in the numbers assuming you're referring to calls then the stock could go down and the option not move if implied volatility goes up. volume is irrelevant.
  9. 2

    How would a programming job for a big financial firm affect day trading?

    you cannot day trade if you work for a bank, broker dealer, hedge fund, legitimate prop firm. You need to disclose what you plan to buy (no shorts), they approve it, and you have to hold for +30 days. There's a reason why all these firms have compliance personnel now.
  10. 2

    Option Strategies equal to Writing Put

    google options synthetics
  11. 2

    Futures Proprietary Trading

    one good thing about being a "hired" trader is that you can leverage off the firm's knowledge, infrastructure, ... Then if you leave that position and try to trade on your own you're just like everyone else and most likely lose.
  12. 2

    Filter question

    there is a product but you need to supply the datafeed. it's not cheap
  13. 2

    who is dumb enough to sell weekly calls on SPX/ES

    not sure about spx/es but the market I am in weekly has higher implied
  14. 2

    Beta

    here's using a pyton pandas dataframe def beta (dfpctchg,seriespctchg): """ dfpctchg : 2 column pctchange dataframe seriespctchg : series of second column In [32]: p.tail() Out[32]: Adj_Close Settle Date 2014-12-09 0.002320...
  15. 2

    John Arnold

    stocks or natgas?
  16. 2

    Your thoughts on using buy stop orders to enter a position?

    not a stop but a stop limit. one good thing is that you order is sitting at the exchange (assuming futures) so latency shouldn't be an issue
  17. 2

    Bay Area tech jobs exceed dot-com boom record

    are these unique jobs? a lot of recruiters post different ads for the same opening. These firms should be more open to remote workers
  18. 2

    Notifications

    yes. connect to your broker, subscribe to data, handle incoming data
  19. 2

    Good system but no one to talk to

    Since you're discretionary (gut feel) it's difficult to add analytical improvements.
Back
Top