Address PR Review
This commit is contained in:
parent
34f04668c1
commit
b536d50194
@ -187,7 +187,7 @@ def start_new_config(args: Dict[str, Any]) -> None:
|
|||||||
config_path.unlink()
|
config_path.unlink()
|
||||||
else:
|
else:
|
||||||
raise OperationalException(
|
raise OperationalException(
|
||||||
f"Configuration `{config_path}` already exists. "
|
f"Configuration file `{config_path}` already exists. "
|
||||||
"Please use another configuration name or delete the existing configuration.")
|
"Please delete it or use a different configuration file name.")
|
||||||
selections = ask_user_config()
|
selections = ask_user_config()
|
||||||
deploy_new_config(config_path, selections)
|
deploy_new_config(config_path, selections)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"bids_to_ask_delta": 1
|
"bids_to_ask_delta": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ask_strategy":{
|
"ask_strategy": {
|
||||||
"use_order_book": false,
|
"use_order_book": false,
|
||||||
"order_book_min": 1,
|
"order_book_min": 1,
|
||||||
"order_book_max": 9,
|
"order_book_max": 9,
|
||||||
|
2
setup.sh
2
setup.sh
@ -223,7 +223,7 @@ function config_generator() {
|
|||||||
function config() {
|
function config() {
|
||||||
|
|
||||||
echo "-------------------------"
|
echo "-------------------------"
|
||||||
echo "Please use freqtrade new-config -c config.json to generate a new configuration file."
|
echo "Please use 'freqtrade new-config -c config.json' to generate a new configuration file."
|
||||||
echo "-------------------------"
|
echo "-------------------------"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user