You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Currently the poloniex trade history api says "Returns the past 200 trades for a given market, or up to 50,000 trades between a range specified in UNIX timestamps by the "start" and "end" GET parameters."
The issue if more than 50k trades occurred within the timeframe of 12 hours, then trades are missed.
To fix a check should be in place to check if 50k or greater is returned. If true then re-call the previous trade history in smaller intervals until less than 50k is reached. Once complete resume 12 hour ranges.
The text was updated successfully, but these errors were encountered:
bradrisse
changed the title
Poloniex Backfill Not retrieving all possible trades
Poloniex backfill not retrieving all possible trades
Apr 25, 2018
Currently the poloniex trade history api says "Returns the past 200 trades for a given market, or up to 50,000 trades between a range specified in UNIX timestamps by the "start" and "end" GET parameters."
Zenbot currently adds or subtracts 12 hours when backfilling https://github.com/DeviaVir/zenbot/blob/unstable/extensions/exchanges/poloniex/exchange.js#L62.
The issue if more than 50k trades occurred within the timeframe of 12 hours, then trades are missed.
To fix a check should be in place to check if 50k or greater is returned. If true then re-call the previous trade history in smaller intervals until less than 50k is reached. Once complete resume 12 hour ranges.
The text was updated successfully, but these errors were encountered: