Skip to content

Commit

Permalink
[Profiles] update SImpleDCA profile
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 31, 2023
1 parent e499ba1 commit 765a3f1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions profiles/simple_dca/specific_config/DCATradingMode.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 765a3f1

Please sign in to comment.