Update docs/strategy-customization.md

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
hroff-1902 2020-05-15 21:51:33 +03:00 committed by GitHub
parent d84cb3be77
commit ac076ee0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ if self.dp:
Although the ticker data structure is a part of the ccxt Unified Interface, the values returned by this method can
vary for different exchanges. For instance, many exchanges do not return `vwap` values, the FTX exchange
does not always fills in the `last` field (so it can be None), etc. So you need to carefully verify the ticker
data returned from the exchange you are working with.
data returned from the exchange and add appropriate error handling / defaults.
***
### Additional data (Wallets)