-
Notifications
You must be signed in to change notification settings - Fork 231
TradesHistory
example script not working out-of-the-box
#29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What code? |
I meant the example code from krakenex for the method 'trades-history'. |
You mean this line:
The script requires the The fact is not reflected in the script's header. Also, the comment there may be a stale copy-paste from The script was contributed by @AustinDeric in PR #13. |
examples/trades-history.py
script is not working out-of-the-box
examples/trades-history.py
script is not working out-of-the-boxTradesHistory
example script not working out-of-the-box
Hi, I tried this code and found that 2 rows were missing in the output. Below is the only changes I have made to your example.
Could you help? |
Hi there,
I am not sure que query_private('TradesHistory') expects as much inputs... |
@Rorchmain I encountered the same. Fixed #81 |
The cause for this issue is changes in |
The script in question and the other one using The above commit should do the same as in PR #81. Do reopen this issue if not so. |
@Rorchmain have you resolved your issue ? I'm having the same problem... |
Hi,
I tried out this code as it is until line 45 as a test. Unfortunately my only output is:
{'error': [], 'result': {'trades': {}, 'count': 0}}
Same results when I am going to change the year to 2017 and the change in line 38 to:
end_date = datetime.datetime(2017, i+2, 28)
Does anyone have a solution?
Thank you a lot in advance!
Best regards.
The text was updated successfully, but these errors were encountered: