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

KeyError: '20230101' in RunTestStrategy #8

Open
vaidab opened this issue Jul 18, 2023 · 1 comment
Open

KeyError: '20230101' in RunTestStrategy #8

vaidab opened this issue Jul 18, 2023 · 1 comment

Comments

@vaidab
Copy link

vaidab commented Jul 18, 2023

I get a KeyError: '20230101' in RunTestStrategy:76
timerange / single_tr is "20230105-20230415"
I'm not sure what's happening here and if I need to provide more details..

---------------------------------------------------------------------------
KeyError                                  Traceback (most recent call last)
Cell In[31], line 76
     73 else:
     74     tm_rounded = tm_rounded.iloc[0].strftime(dtformat)
---> 76 redo_results.append(redo_dict[tm_rounded])
     78 # reset config_i
     79 new_srs_tuple = (srs[0], srs[1], srs[2], srs[3], 1, srs[5])

KeyError: '20230101'
vaidab added a commit to vaidab/freqtrade_analysis_notebook that referenced this issue Jul 22, 2023
@froggleston
Copy link
Owner

This needs more work as it should work as intended but clearly doesn't. I'll dig into this.

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

2 participants