From 765a3f142c7841e417518c85218964f8179ba533 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Tue, 31 Oct 2023 11:08:49 +0100 Subject: [PATCH 1/2] [Profiles] update SImpleDCA profile --- .../simple_dca/specific_config/DCATradingMode.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/profiles/simple_dca/specific_config/DCATradingMode.json b/profiles/simple_dca/specific_config/DCATradingMode.json index 9626192e3..101235a39 100644 --- a/profiles/simple_dca/specific_config/DCATradingMode.json +++ b/profiles/simple_dca/specific_config/DCATradingMode.json @@ -1,5 +1,11 @@ { + "buy_order_amount": "5%t", + "cancel_open_orders_at_each_entry": false, + "minutes_before_next_buy": 10080, "required_strategies": [], - "amount_to_buy_in_reference_market": 50, - "minutes_before_next_buy": 10080 + "trigger_mode": "Time based", + "use_market_entry_orders": true, + "use_secondary_entry_orders": false, + "use_stop_losses": false, + "use_take_profit_exit_orders": false } \ No newline at end of file From 37b5c80fe7c85849ec3301505d4552eae6977e9e Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Tue, 31 Oct 2023 12:11:01 +0100 Subject: [PATCH 2/2] [WebInterface] fix feedback link --- Services/Interfaces/web_interface/templates/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/Interfaces/web_interface/templates/about.html b/Services/Interfaces/web_interface/templates/about.html index 383f8e647..43604d50b 100644 --- a/Services/Interfaces/web_interface/templates/about.html +++ b/Services/Interfaces/web_interface/templates/about.html @@ -108,7 +108,7 @@

Help us to improve OctoBot

Tell us what you think about OctoBot - + Suggest a feature for OctoBot