Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
basedafdev committed Jun 4, 2018
1 parent ba91472 commit b4ee041
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Price-Volume Equity Analysis
**Equity analysis tool that forecasts price reversals**

~~Developer: Thomas Liu~~ \
~~Equiity-Analyst: Jeff Harris~~ \
~~Credit: Ashwin, Sanjana, Avni, Daniel, Tarun~~\
~~In association with:~~
**Developer**: Thomas Liu \
**Equiity-Analyst**: Jeff Harris \
**Credit**: Ashwin, Sanjana, Avni, Daniel, Tarun\
**In association with**:

**KINETIX TRADING SOLUTIONS**
#Breakdown

Breakdown:

1. company_library
* directory of all the top companies and its historical data. In .csv format
Expand Down
2 changes: 1 addition & 1 deletion directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ def sendmail(s,subject,email_list):
x = Company("GOOG")
subject1 = "Top 10 Potential Reversals (based on " + str(x.dates[len(x.dates)-1]) + ") data"
subject2 = "Top 10 Long-Term Stocks (based on " + str(x.dates[len(x.dates)-1]) + ") data"

sendmail(s,subject1,email_list2)

0 comments on commit b4ee041

Please sign in to comment.