Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 98c2bb3

Browse files
committed
Update the documentation to reflect the added variable
1 parent e451455 commit 98c2bb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ docker run --rm -it -p 9999:9999 \
100100
| `NONCE` | `milliseconds` | NO | Some exchanges (looking at you, `coinbasepro`) don't support nonce in milliseconds, but want seconds |
101101
| `ENABLE_TICKERS` | `true` | NO | Set this to anything else in order to disable retrieving the ticker rates |
102102
| `ENABLE_TRANSACTIONS` | `false` | NO | Set this to `true` in order to enable retrieving the transaction totals. See also below [ENABLE_TRANSACTIONS](#enable-transactions) |
103+
| `DISABLE_FETCH_TICKERS` | `false` | NO | Set this to `true` in order to use the slower method for fetching the tickers instead. See also [Multiple Tickers For All Or Many Symbols](https://docs.ccxt.com/en/latest/manual.html#multiple-tickers-for-all-or-many-symbols) |
103104
| `SYMBOLS` | - | NO | See below for explanation ([SYMBOLS and REFERENCE_CURRENCIES](#symbols-and-referece_currencies)) |
104105
| `REFERENCE_CURRENCIES` | - | NO | See below for explanation ([SYMBOLS and REFERENCE_CURRENCIES](#symbols-and-referece_currencies)) |
105106
| `DEFAULT_EXCHANGE_TYPE` | - | NO | Some exchanges support multiple types (for example: binance supports `future`). You can set this here |

0 commit comments

Comments
 (0)