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

Stuck on step 3 #23

Open
ghost opened this issue Jan 21, 2021 · 1 comment
Open

Stuck on step 3 #23

ghost opened this issue Jan 21, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 21, 2021

Hi! I'm really new to python and stuck on what to do after step 3.
I installed all the requirements, however I don't need AlphaVantage as I have my historical data of the stock already. Could you help me after step 3 as I get the following error & tell me how to not use AlphaVantage and only run the project with a pre-existing csv file?

 File "save_data_to_csv.py", line 22
    data.to_csv(f'./{symbol}_{time_window}.csv')
                                              ^
SyntaxError: invalid syntax
@linuxdebian
Copy link

Hi,

Run Your Command Like this "python save_data_to_csv.py MSFT daily"

[MSFT is Microsoft. You may replace it with your choice of symbol]

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