chrisleekr/binance-trading-bot

Reset to default - Global Setttings

chopeta opened this issue · 6 comments

Is your proposal related to a problem?

Easy way to get back into default values for Global Settings parameters.

Describe the solution you'd like

Add a "Reset to Default" button on the Global Settings page.

Describe alternatives you've considered

Maybe reinstall everything?
Maybe just add defaults as labels next to each field on the Global Settings page.

Do you think this make sense?

Interesting.

So what you are saying is, you want to reset the global configuration to the initial global configuration?

Exactly. I've changed it so many times already that I can't remember what the default was. This would be something simple and standard.

For the long term I like the idea of templates that you can apply global or for individual symbols.

I have added this feature to TODO list.

Where the settings are stored? I would reset them manually because my frontend is stopped working

@starush
if you using docker-compose production:

docker-compose -f docker-compose.server.yml down
docker volume rm binance-trading-bot_mongo_data
docker volume rm binance-trading-bot_redis_data