Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line 84 of poloTrader.py, looks like a few characters deleted #2

Open
boydthomson opened this issue Dec 26, 2017 · 0 comments
Open

Comments

@boydthomson
Copy link

I've tried running VERBOSE = True and
Traceback (most recent call last):
File "/home/boyd/Dropbox/Software/dev/PoloTrader/poloTrader.py", line 214, in
analyzeChart()
File "/home/boyd/Dropbox/Software/dev/PoloTrader/poloTrader.py", line 84, in analyzeChart
if VERBOSE : df.to_csv('df.csv')
NameError: global name 'df' is not defined

I believe you want line 84 to be:
if VERBOSE : dfs[0].to_csv('dfs.csv')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant