Excel Automation

Discussion in 'Automated Trading' started by dima777, Jul 10, 2008.

  1. You can analyze price history or real time data in Excel...

    We choose, since we are dealing with so many stocks, to import the data into SQL Server 2000 and do the analysis using Stored Procedures to lower the CPU use...
     
    #11     Jul 12, 2008
  2. dima777

    dima777

    thanx!..did you experience speed issues with 2007 excel?
     
    #12     Jul 13, 2008
  3. RTD links are offered by TT X_Trader and works good on Excel 2003 and 2007; check for info at TT Forum http://forums.tradingtechnologies.com/index.php?referrerid=93
     
    #13     Jul 13, 2008
  4. We automate our trading through excel using Windows XP scheduled tasks. Assuming you are logged in to your computer, the tasks can be set to run at any time of the day or night. It's a matter of creating a small .vbs file that kicks off a .bat file which runs excel. Excel then pulls in quotes from our data sources, calculates values, and exports the results. The .bat file then closes excel and it's as if nothing ever happened. Works quite well.
     
    #14     Jul 13, 2008
  5. TT's X_TRADER PRO includes a program that links to Excel for trading decisions. You can use RTD for real time market and position data and then build your logic in excel.

    RTD is an Excel function designed for getting real time data into Excel in an efficient manner. If your platform supports it then you can get real time data into a spreadsheet.

    Excel formula calculate faster than VBA but there are some things that just can't be done in excel. the biggest is saving a history of price or value changes.
     
    #15     Jul 13, 2008
  6. Excel 2007 seems to work ok with us... what kind of speed issues?
     
    #16     Jul 13, 2008
  7. MarkBrown

    MarkBrown

    it can be done with a moderate amount of work. well within a normal person ability and about two months of dedication. you may have to at some point hire a consultant for some parts but not real expensive.

    i would expect 3 months one month initially just to figure things out and put a project out on elance. one month to tune and get something up and running and the last month for finishing it and start trading.

    mb
     
    #17     Jul 13, 2008
  8. dima777

    dima777

    WOW..IS IT ABSOLUTELY IMPOSSIBLE TO STORE HISTORIC PRICES FOR FURTHER ANALYSIS IN EXCEL???
     
    #18     Jul 19, 2008
  9. It is true that there is no excel function that can store a history of live streaming prices. But that doesn't mean it's impossible. It's possible to write custom VBA code that will get the job done.
     
    #19     Jul 19, 2008
  10. dima777

    dima777

    thanks! can anyone else with experience in excel automation please post here?

    has anyone tried strategyrunner with excel?

    i found the following news article from fxweek magazine which testifies to the fact that excel is used by larger institutions:

     
    #20     Jul 20, 2008