Add exchange templates
This commit is contained in:
13
freqtrade/templates/subtemplates/exchange_generic.j2
Normal file
13
freqtrade/templates/subtemplates/exchange_generic.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
"name": "{{ exchange_name | lower }}",
|
||||
"key": "{{ exchange_key }}",
|
||||
"secret": "{{ exchange_secret }}",
|
||||
"ccxt_config": {"enableRateLimit": true},
|
||||
"ccxt_async_config": {
|
||||
"enableRateLimit": true,
|
||||
},
|
||||
"pair_whitelist": [
|
||||
|
||||
],
|
||||
"pair_blacklist": [
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user