Search results

  1. 2

    Options Orderflow

    I follow time and sales for grain options but they are only on one exchange
  2. 2

    Challenge and scrutinize this options strategy!

    Your long a 1 yr strangle. And selling a call each month. Or your long a put and short timeapreads. What happens if the underlying goes up 10000%? You basically have a short call time spread and you lose AND you lose on the put value going down too
  3. 2

    Python - Read and split lines from text file into indexes.

    my first post reads in a csv and puts it in a list of lists. I didn't entirely read his post. To getcolumns df=Pandas.read_csv(file) df.col(0) df.col(1) savoir faire is everywhere
  4. 2

    Python - Read and split lines from text file into indexes.

    a few people did solve his simple task. At least the thread title task. I am more than willing to write this for anyone for my minimum fee which so far scares 100% of retail traders away.
  5. 2

    Questions about our frequent arbitrage robot

    how can your bot be almost done when you dont have data and an order gateway
  6. 2

    SpreadProfessor's Advice for Newbies

    I am starting a newsletter on how to avoid hucksters and charlatans. Bimonthly subscription with rebate and affiliate programs. Together we can clean up this.
  7. 2

    Python - Read and split lines from text file into indexes.

    you can do that out of the box with python. Almost the exact same syntax too. But doing all the other stuff the OP wanted can be done in less than 5 lines with the pandas lib.
  8. 2

    Simple way to get daily data for roughly 400 equities?

    You can get the data from quandl. They have a few apis available
  9. 2

    IB Java API beginner - help needed to place an order

    Interested in a getting started project? I can whip one together for cheap.
  10. 2

    Sigma Six for the Trading Desk

    Six sigma and similar processes tend to result in cargo cults following it by the letter
  11. 2

    Tourbillion Capital Issues CIA Personality Test to Job Applicants

    years ago atd, automated trading desk required an IQ and personality test
  12. 2

    Is it possible to setup this trade in Interactive Brokers (or any other broker software)?

    In IB you could load up a bracket order where th e pnl take order is another bracket and ao on. Essentially a tree of attached orders :D
  13. 2

    Large sorting in R

    I know you can do it in python with pandas or blaze libs backed by hdf5 or blocz. maybe excel is loading everything into memory
  14. 2

    Is there an Autospreader compatible with InteractiveBrokers

    I wrote it about 5 years ago. You or anyone else can be my salesman. I will write it and tell you my minimum you can add on any amount
  15. 2

    Python - Read and split lines from text file into indexes.

    This is highly advanced so you might need to study theory behind whats going on here download python https://store.continuum.io/cshop/anaconda/ and use the pandas library import pandas listOflists=list(pandas.read_csv("FILE.csv").to_records())
  16. 2

    Is there an Autospreader compatible with InteractiveBrokers

    I did one A while ago https://miraclespread.wordpress.com
  17. 2

    Spoofing algorithm

    Whats the going price for a spoofing algorithm.
  18. 2

    Colocating

    I think every post planning do something never gets off the ground. Most (if not all) off the shelf software will get picked off
Back
Top