Skip to content

translation of yaml to json is buggy #9

@nightshift2k

Description

@nightshift2k

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions