Skip to content

Conversation

BZ-CO
Copy link
Contributor

@BZ-CO BZ-CO commented Feb 22, 2023

No description provided.

Precision to step size convertor.
For example, precision of 5 would return a step size of 0.00001.
Common order book parsing method, some exchanges (Poloniex) use single array for the whole depth (price and qty) like "asks" : [ "24500.00", "0.024105", "24513.16", "0.611916", "24514.27", "0.001987"]
Convert seconds to a period string, i.e. SECOND_5, MINUTE_1, HOUR_2, DAY_3, WEEK_1week, MONTH_1, YEAR_1 etc.
Can't come up with a working solution.
@vslee vslee merged commit 5ecdf72 into DigitalRuby:master Feb 25, 2023
@vslee vslee linked an issue Feb 25, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need help Poloniex signature generation
2 participants