hootnot / oanda-api-v20

OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
MIT License
397 stars 107 forks source link

Getting only 50 records when request open orders #130

Closed KonradMarcinPsiuk closed 6 years ago

KonradMarcinPsiuk commented 6 years ago

HI, when I request open_orders = (orders.OrderList ( accountID )) I get only 50 records.

KonradMarcinPsiuk commented 6 years ago

ok, got it, works ok when I changed it to open_orders = (orders.OrdersPending ( accountID ))