mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
add doc for MAX_QUERY_CLOSED_ORDERS_LIMIT
This commit is contained in:
parent
fcbdf8162a
commit
0295e47c6d
|
@ -9,6 +9,12 @@
|
|||
MAX_QUERY_CLOSED_ORDERS_NUM_OF_PAGES=10
|
||||
|
||||
|
||||
# MAX_QUERY_CLOSED_ORDERS_LIMIT=[limit per query]
|
||||
# using defualt limit 1000 might cause the server response timeout, you can decrease this limit to prevent this kind of error.
|
||||
# default = 1000
|
||||
MAX_QUERY_CLOSED_ORDERS_LIMIT=500
|
||||
|
||||
|
||||
# MAX_QUERY_CLOSED_ORDERS_ALL=[1 or 0]
|
||||
# The MAX Exchange API does not support time-range based query for the closed orders
|
||||
# If you want to sync all the orders, you must start from the first page
|
||||
|
|
Loading…
Reference in New Issue
Block a user