1 / 9

Overview

Overview. Read CSV into “trades” array Scan trades for symbols and dates Read in data Scan trades to update cash Scan trades to create ownership array & value Scan cash and value to create total fund value. Read CSV Into “trades” array, then scan it. Build list of symbols

Download Presentation

Overview

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Overview • Read CSV into “trades” array • Scan trades for symbols and dates • Read in data • Scan trades to update cash • Scan trades to create ownership array & value • Scan cash and value to create total fund value

  2. Read CSV Into “trades” array, then scan it • Build list of symbols • Build date boundaries

  3. Read Data • Read in using date boundaries • Read all symbols • Focus on adjusted close

  4. Read Data

  5. Can Trades to Update Cash

  6. Scan Trades to Create Value Array

  7. Create Total Fund Value

  8. What’s Left? • Charting • Computing metrics • Sharpe Ratio • Total Return • STDDEV

More Related