Search results

  1. 2

    Order Flow indicators (www.tradingphysics.com)

    whats a good way to visualize orderflow? Specifically, for options. I was thinking of stacking up volume bars for each strike; maybe a colored for most recent (like a heatmap)
  2. 2

    simple program

    leaving almost everything out, it looks simple. :D here for IB all you need to do is implement the tickPrice() method and your done
  3. 2

    Need help with a scanner

    you can do this with IB's api. for multileg option trades use a bag order
  4. 2

    Risk

    http://www.youtube.com/watch?v=1mC4tu1NhUA
  5. 2

    EOD data for Los Angeles gasoline?

    http://www.bloomberg.com/quote/MOGLDB85:IND
  6. 2

    simple program

    use the python API. its so much faster to develop in and if you're worried about speed dont use IB. from sys import argv from time import sleep, strftime from trading import * from baseapp import * import numpy as np from ib.ext.Contract import Contract from ib.ext.Order import...
  7. 2

    Wheat curve

    doesnt your KCBT wheat cancel out? you're long mgex, short cbot :eek:
  8. 2

    A Traders Cv

    you dont know how to create a resume? as long as you're not seat of the pants then you can easily quantify what you do. where did you go to school? degree/major? what can you program (languages)? how do you research?
  9. 2

    artificial neural network vs traditional algorithms

    what do you consider traditional algos for market prediction
  10. 2

    avgx.cpp: A formula for flexible AveragingDown + AveragingUp in C++

    you made something simple into something complex. no one is going to compile a little c++ formula to get answer. They wont compile anything. MAKE IT EASY
  11. 2

    Data Feeds that Match Bar Opens and Closes?

    create your own bars from the tick data.
  12. 2

    This is outrageous to not reopen

    my guess is go to redundancy and have lower volumes. I think whats happening today is the same thing that happened when the chicago river flooded (before elctronic) and all markets seized up
  13. 2

    This is outrageous to not reopen

    :confused:
  14. 2

    Which platforms allow a strategy to receive data feed for multiple securities?

    it might be easier to ask Which trading platforms do not allow a strategy to receive data feed for multiple securities? much smaller list
  15. 2

    80 % fail at trend trading

    i am curious too. anyway, by stating that 80% fail you are already biased
  16. 2

    Is there any software which is better than Tradingblox

    R has packages that do this. its free. fPortfolio performanceAnalytics portfolio
  17. 2

    Original turtle system with aimbroker

    PM me. not free
  18. 2

    What are the rules of your trading system?

    used to be automated. but the whole number one is just the first time it crosses... trying to get stops. I dont run either anymore. Do you really expect someone to tell you something that works? :D
  19. 2

    What are the rules of your trading system?

    for oil. if the price goes through a whole number (ie. 86.00) fade it for a few cents i used to monitor for one lot best bid/offer orders and hit them thinking that it was a retail order.
  20. 2

    Tickdata, where to buy

    the OG post was for Fdax and CL. You're prior post was a blanket statement saying tick data was only for last trade (which its not). I dont now any tickdata provider that only gives last trade; the definition of tick is each message. In this post you are now talking about options data...
Back
Top