2020-02-13 22:08:17 +00:00
|
|
|
"order_types": {
|
2022-03-09 06:39:32 +00:00
|
|
|
"entry": "limit",
|
|
|
|
"exit": "limit",
|
2022-04-05 10:31:53 +00:00
|
|
|
"emergency_exit": "limit",
|
2020-02-13 22:08:17 +00:00
|
|
|
"stoploss": "limit",
|
|
|
|
"stoploss_on_exchange": false
|
|
|
|
},
|
2020-02-08 13:02:51 +00:00
|
|
|
"exchange": {
|
|
|
|
"name": "{{ exchange_name | lower }}",
|
|
|
|
"key": "{{ exchange_key }}",
|
|
|
|
"secret": "{{ exchange_secret }}",
|
|
|
|
"ccxt_config": {"enableRateLimit": true},
|
|
|
|
"ccxt_async_config": {
|
|
|
|
"enableRateLimit": true,
|
|
|
|
"rateLimit": 500
|
|
|
|
},
|
|
|
|
"pair_whitelist": [
|
|
|
|
],
|
|
|
|
"pair_blacklist": [
|
|
|
|
]
|
|
|
|
}
|