Search results

  1. B

    Python advice on CME datafiles...

    I am trying to format the globex intraday datafiles I have collected. http://www.cme.com/trading/dta/hist/ftp_gtimeandsales3098.html The files appear to be ascii with the data 'delimited' by it's column position. I had hoped to do all the work in Matlab, but I ran into problems. Matlab...
  2. B

    Tax problem with daytrading futures in Roth IRA?

    One way to look at it is from a risk-reward standpoint. What is the potential gain from daytrading your IRA vs the potential cost if you were audited and forced to pay penalties? Also take into consideration the probability of the "negative" event. I have never heard of anyone getting...
  3. B

    IB's New IRA Margin Account

    I contacted IB about this, and it sounds like they might still be deciding how to handle it. per IB chat: "you can use the sales proceeds to trade again" "to buy and sell over and over is still to be reviewed" I asked about the 90 day restriction if you sold a stock bought with...
  4. B

    IB's New IRA Margin Account

    Very true, NK. They can make the unbelievable a reality. Tradin' in the USSA... I mean USA.
  5. B

    IB's New IRA Margin Account

    Hopefullly someone from IB can give us the official story? It is really hard for me to believe they won't let you OUT of a position.
  6. B

    Preferred Trade being bought out by Fimat

    I haven't place a trade in that account since the turn of the century. :D It is an IRA, and I should consolidate it with my IB IRA, especially since the holding company is the same now for both. (or was, at least). My idea was to keep diversified accounts in case of trouble. I also...
  7. B

    Preferred Trade being bought out by Fimat

    I have a Preferredtrade account and got this email today. I have not used the account for years, but I would like to know something about whoever is going to be holding my money. Any opinions? Dear Client, I am pleased to announce that PreferredTrade, Inc. ("PreferredTrade") has...
  8. B

    Globex Time & Sales from CME

    Column 31 of the file layout is described as "cancel (X) or correction (C)". How exactly does this work and how do you deal with it when getting data ready for viewing and backtesting?
  9. B

    Matlab in Finance

    I have not used it myself, but there is a free matlab clone called Octave that is available. Supposedly you can run matlab m-files on it and the syntax is essentially the same. Maybe someone who knows could confirm this. It is lacking the toolboxes which are available with matlab, though...
  10. B

    Matlab in Finance

    For those who are interested, it looks like an IB-mathematica interface has been done before. http://www.wolfram.com/solutions/finance/datafeed.html One good thing about matlab is that you can "vectorize" your code to work in matrices and vectors and reduce the need for For loops. This...
  11. B

    Matlab in Finance

    HLB I am a long way from having a complete solution myself. I have thrown together a couple functions which allow me to import 15 second data, but I have not done much as far as backtesting, etc. Others are probably in a better position to advise you. My current plan is to avoid the...
  12. B

    Matlab in Finance

    Tell 'em they need to make the resolution of their "time-series objects" finer than one minute :-)
  13. B

    homegrown trading software

    Wow, that will keep me busy Thanks a lot!
  14. B

    homegrown trading software

    ...I also included hooks to MatLab through another free API. Any resources you have regarding matlab would be greatly appreciated! Are you linking matlab to TWS or your platform? (BTW, There is a product which links matlab with tws, but it is fee based and that takes the fun out it.)...
  15. B

    IB hotkeys questions

    Thanks for the info! Another question, I thought I read that you could set a maximum cumulative position size, so that folk of diminutive mental capacities like myself don't accidentally blow through their entire bankroll due to programming errors. Or maybe, while I take a coffee break, the...
  16. B

    IB hotkeys questions

    I am finally getting around to programming a gamepad for executing trades with IB. (See Puffygums fine thread here: http://www.elitetrader.com/vb/showthread.php?s=&threadid=18655&highlight=gamepad Right now, I am setting it up to trade Globex futures and I have a few questions about my...
  17. B

    Refilling laser toner cartridges?

    I also have a Canon s9000 inkjet that I bought recently, and I bought refill ink for it also. I have refilled the black once and it seems to work ok so far, but it is too soon to tell if it will work long term without wrecking cartidges or printheads. It is a little bit trickier, but still not...
  18. B

    Refilling laser toner cartridges?

    I refill an old epson Action Laser 1000 and it has worked very well and has been very easy. I have done it for a few years now. I had two original cartriges and have refilled each a couple times. It saves a TON of money. I got the toner off e-bay for something like $10 per refill, and the...
  19. B

    Reading fixed columns of float data from text file with C#

    Do you then save the array by serializing it? Is that the correct term? If the array gets too big will you break it into chunks? (I am woefully ignorant, oh yes)
  20. B

    Reading fixed columns of float data from text file with C#

    Bungrider, What did you end up choosing as a method for storing data? I have been stuck on this for too long. I need to pick a direction and get started. At this rate it will only take me 200 years before I code anything useful. Using advice I only half understand from other threads...
Back
Top