-
Notifications
You must be signed in to change notification settings - Fork 15
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
Questions about forex currencies #118
Comments
Hi @ph4z thanks for the commet! :) |
Hi @ezewer I would be glad to post a PR but I do not understand how this could be implemented.
Can you give more explanations on how it is possible to implement other currencies ? Thanks. |
So i think that simplest way to do it, is to do a triangulation between pairs.
|
Thanks a bunch for helping me!
Could you just show me where the triangulation functions are implemented ? I could not find it. |
Here you have the forex currency converter
Check that on line 400 you have btcPriseIn and btc btcPriseOut However being said that, should use same function as to convert the price. If planning on converting and saving directly to DB check https://github.com/bitfinexcom/bfx-reports-framework/blob/f6a269aa08de942eba09b698f5e15970b57c0594/workers/loc.api/sync/data.inserter/hooks/convert.currency.hook.js Pd: Just spotted the Typo would change to price. |
First of all, I would like to thank you for developping this great tool.
In the readme it says "All ledgers and wallet values expressed in USD or other Forex currency"
But I only have USD values and I can't find where to configure this feature.
So how can I have ledger entries in EUR for exemple ?
By the way it would be great to have other forex currencies in the "Account balance" and "Average Win/Loss".
The text was updated successfully, but these errors were encountered: