Extract selection generation to a seperate method

This commit is contained in:
Matthias
2020-01-29 20:27:38 +01:00
parent c80d8f432a
commit dd83cb1b95
3 changed files with 44 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{
"max_open_trades": 3,
"max_open_trades": {{ max_open_trades }},
"stake_currency": "{{ stake_currency }}",
"stake_amount": {{ stake_amount }},
"tradable_balance_ratio": 0.99,