Robert Davey
Robert Davey
> If you think this is a must have - I'd probably prefer having this integrated into the RPC modules as a separate point (similar to telegram - most likely...
Sure, I wasn't intending this to be integrated at this stage as it's super early. Just wanted some initial feedback :) I suppose the good thing about the integrated approach...
Yes, this is because I'd have to read each config / run show_config and grab it from there. It's possible I suppose!
This is usually because you have no trades. I thought I fixed this but I'll double check the code.
This should now be fixed in the latest commit
I can't reproduce this with new bots, so closing.
Added support for excluding charts, just need to add the keybinds
I haven't got colliding signals and I understand that it's a shared column. However, I don't understand why the enter_long is set to 0, but it still enters a long...
``` ), ['enter_long', 'enter_tag'] ] = 1, 'frogbuy1' ``` Setting enter_long to 1 makes it a long right? edit: `), ['enter_long', 'enter_short', 'enter_tag']] = (0, 0, "rejected_frogbuy1_l")` this seems to...
Yeah I've done the `enter_long > 0` route for now, and I suppose yes I could front-load the protection in... I'm just interested how this could be error prone when...