Trading-Bot icon indicating copy to clipboard operation
Trading-Bot copied to clipboard

translation of yaml to json is buggy

Open nightshift2k opened this issue 3 years ago • 0 comments

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

nightshift2k avatar Apr 15 '21 11:04 nightshift2k