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

ReinforcedSmoothScalp #21

Closed
vpotap opened this issue Jul 26, 2018 · 5 comments
Closed

ReinforcedSmoothScalp #21

vpotap opened this issue Jul 26, 2018 · 5 comments

Comments

@vpotap
Copy link

vpotap commented Jul 26, 2018

try to use --strategy=ReinforcedSmoothScalp with last freqtrade source get the error
File "/usr/lib/python3.6/copy.py", line 150, in deepcopy
y = copier(x, memo)
File "/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "/usr/lib/python3.6/copy.py", line 169, in deepcopy
rv = reductor(4)
TypeError: can't pickle staticmethod objects

@xmatthias
Copy link
Member

can you please post your function headers and everything before that

    @ ...whatever
    def populate_indicators(self, dataframe: DataFrame) -> DataFrame:

@xmatthias
Copy link
Member

xmatthias commented Jul 26, 2018

@berlinguyinca

it seems like it's one from your repository ... making problems with the @staticmethod.
did this ever happen to you when testing this or running freqshow?

    @staticmethod
    def resample(dataframe, interval, factor):

@berlinguyinca
Copy link
Member

berlinguyinca commented Jul 26, 2018 via email

@vpotap
Copy link
Author

vpotap commented Jul 27, 2018

yes this is from repo without any modifications

@xmatthias
Copy link
Member

Going to close this as this bug was fixed some time ago.

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

3 participants