Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed Feb 26, 2017
1 parent ad36dab commit 3692c00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,8 @@ def SignalPerformance():
Belowdelta = d1date - MinDate

MinMaxDelta = MaxDate - MinDate
print "tidm: %s" % (tidm)
print "timeint: %s" % (timeint)
print "maxPrice: %s" % (MaxPrice)
print "minPrice: %s" % (MinPrice)
PriceDelta = MaxPrice - MinPrice
Expand Down

0 comments on commit 3692c00

Please sign in to comment.