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

translation of yaml to json is buggy #9

Open
nightshift2k opened this issue Apr 15, 2021 · 0 comments
Open

translation of yaml to json is buggy #9

nightshift2k opened this issue Apr 15, 2021 · 0 comments

Comments

@nightshift2k
Copy link

nightshift2k commented Apr 15, 2021

I noticed when specifying stoploss in the yaml when you do the following for one instance:

minimal_roi: '0': 0.015

it gets translated into json to this:

"minimal_roi": [ 0.015 ],
which should be
"minimal_roi": { "0": 0.015 },

So in general, probably this is not recognized as a numeric but rather a boolean value

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