Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkweon/yahoofinancetrading
https://github.com/kkweon/yahoofinancetrading
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkweon/yahoofinancetrading
- Owner: kkweon
- Created: 2012-12-26T22:21:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-08T10:20:59.000Z (about 12 years ago)
- Last Synced: 2024-10-29T08:21:47.685Z (2 months ago)
- Language: Python
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#YahooFinance
====================1. python DataPull.py -p X -i Y
* int X = integer yearly period.
How many years of data from today
* string Y = input file.
Input File that contains symbols.
Sample >> SP500.txt or NASDAQ_100.csv
* It will automatically create YAHOO_DATA Folder2. event_profiler.exe X Y
* It will create orders.csv
* string X = input file.
Sample >> SP500.txt or NASDAQ_100.csv
* float Y = event definition. Float.
E.g.,> 5.0 it will create a order when price drop below $5.0 and sell after holding 5 days
3. Simulation.py
* it will read orders.csv and create a portfolio simulation and write to values.csv
4. analyze.py
* analyze values.csv, create graphs, and save results to /DATA_ANALYSIS/