CCXT Pair Converter Behavior Change & Clarification on Alias Updates #206
Unanswered
ndopencode
asked this question in
Q&A
Replies: 3 comments
-
This is a question for @macanudo527. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'll have to see if this is a bug of some kind. Line 783 is used for optimization and not for pricing so that shouldn't be affecting the pricing. I think it is best to open this as an issue focused on incorrect pricing and then we can go from there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The pricing issue should be resolved with #207 . Let me know if it doesn't. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've observed some behavior changes in the recent alias updates to the CCXT Pair Converter. Previously, when I reviewed my transactions, I noticed that the spot prices were derived with a granularity of 60 minutes, presumably using the Kraken CSV pair converter. However, with the current version of dali-rp2, the granularity seems to have been reduced to 1 week, which has led to differences in the spot prices for my transactions.
Upon further investigation, the change in behavior seems to be linked to the following line of code in ccxt.py:
ccxt.py:783
Given this observation, I have a few specific inquiries:
Default Behavior: Is it possible to revert the CCXT Pair Converter's behavior to match the previous Kraken CSV pair converter? I value the ability to understand the previous implementation before transitioning to a new one, as it aids my comprehension and review of updates.
Function Clarification: Could someone provide explanations for the following functions in ccxt.py?
Alias Update Overview: I'd appreciate an overview of the recent alias updates. Specifically, I'm interested in understanding both the no-cache and cached operational flows that the pair converter utilizes to retrieve spot prices. This knowledge is crucial for me, especially in terms of its impact on my tax calculations in rp2.
Thank you to those who helped get this update through. I look forward to understanding these changes and ensuring that my calculations remain accurate.
Beta Was this translation helpful? Give feedback.
All reactions