Merge pull request #1716 from freqtrade/fix-jsonfull

fix typos in full_json_example
This commit is contained in:
Misagh 2019-04-01 12:50:47 +02:00 committed by GitHub
commit faa5883f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,12 +39,12 @@
"buy": "limit",
"sell": "limit",
"stoploss": "market",
"stoploss_on_exchange": "false",
"stoploss_on_exchange": false,
"stoploss_on_exchange_interval": 60
},
"order_time_in_force": {
"buy": "gtc",
"sell": "gtc",
"sell": "gtc"
},
"pairlist": {
"method": "VolumePairList",