-
Notifications
You must be signed in to change notification settings - Fork 24
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
Rebranding, efficiency and end-user upgrades 🚀 🚀 #28
Merged
Commits on Jul 2, 2024
-
All get_*-family of function are usings stats::window() instead of {xts}-syntax. Local tests shows that {stats} is faster. About 5-10 times faster. Bug-fix: If interval were incorrectly specificed the error-message werent rendering properly. This were due to a missing quotation-mark.
Configuration menu - View commit details
-
Copy full SHA for 7701666 - Browse repository at this point
Copy the full SHA 7701666View commit details
Commits on Jul 3, 2024
-
Binance, Assertand Fetch Power-Ups ⬆️ ⬆️
Assert: The assert function has been reworked so it only evaluates all statements if any of the values are FALSE. The update is twice as fast as before in cases where all statements are TRUE. Fetch: The fetch()-function is now less defensive and uses only a single try-catch statement. GET: The GET()-function is now less defensive Binance: All possible parameters have been vectorized and/or simplified where possible. General: All ifelse()-functions have been replaced with if () else as these are faster. For cases where more than two if statements are needed, a switch-function is used instead (with default values)
Configuration menu - View commit details
-
Copy full SHA for 8373bee - Browse repository at this point
Copy the full SHA 8373beeView commit details -
The ByBit API has been upgraded to reduce overhead on if-statements and interval look-up times. See commit 8373bee for more details if there is any interest. > [!NOTE] > > All tests have passed locally.
Configuration menu - View commit details
-
Copy full SHA for f4262c6 - Browse repository at this point
Copy the full SHA f4262c6View commit details -
The Bitmart API has been upgraded to reduce overhead on if-statements and interval look-up times. See commit 8373bee for more details if there is any interest. > [!NOTE] > > All tests have passed locally.
Configuration menu - View commit details
-
Copy full SHA for 30d47bf - Browse repository at this point
Copy the full SHA 30d47bfView commit details -
The Crypto.com API has been upgraded to reduce overhead on if-statements and interval look-up times. See commit 8373bee for more details if there is any interest. > [!NOTE] > > All tests have passed locally.
Configuration menu - View commit details
-
Copy full SHA for cf1a3cf - Browse repository at this point
Copy the full SHA cf1a3cfView commit details -
MEXC API have been reworked and vectorized. See commit 8373bee for more infor. Bugfix 🔧 There was a small bug in the SPOT market where values to dates would be passed as scientific values.
Configuration menu - View commit details
-
Copy full SHA for 5a02a40 - Browse repository at this point
Copy the full SHA 5a02a40View commit details
Commits on Jul 4, 2024
-
Kraken API have been reworked and vectorized. See commit 8373bee for more information. > [!NOTE] > > All tests have passed locally.
Configuration menu - View commit details
-
Copy full SHA for 39e9b55 - Browse repository at this point
Copy the full SHA 39e9b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e100c - Browse repository at this point
Copy the full SHA 56e100cView commit details -
Huobi API have been reworked and vectorized. See commit 5a02a40 for more information. > [!NOTE] > > All tests have passed locally.
Configuration menu - View commit details
-
Copy full SHA for cfec24c - Browse repository at this point
Copy the full SHA cfec24cView commit details -
The available_*-family of functions have been reworked (slightly) and has really minor performance gain. At this stage there is no room for improvement on the coding side - however there are places where redundant codes could be removed, but they act as a defensive measure. These will be addressed at a way later stage.
Configuration menu - View commit details
-
Copy full SHA for b739072 - Browse repository at this point
Copy the full SHA b739072View commit details -
{cryptoQuotes} Power-Ups ⬆️ ⬆️
New feature: ------------ Reading and writing xts-objects using read.zoo and write.zoo under the hood. See the read_xts()- and write_xts()-functions for more details. Added unit tests and updated NEWS.md This function is dedicated to @gokberkcan7 🔥
Configuration menu - View commit details
-
Copy full SHA for 46d7243 - Browse repository at this point
Copy the full SHA 46d7243View commit details
Commits on Jul 7, 2024
-
The README.md now uses data.table for the most part - all checks passes despite not being imported. The exchanges have been recoded, and the available endpoints are being updated dynamically.
Configuration menu - View commit details
-
Copy full SHA for 10dbaab - Browse repository at this point
Copy the full SHA 10dbaabView commit details -
Updated description and version bump ⬆️ ⬆️
The package has a more suitable title and description to reflect it's actual purpose and usecase.
Configuration menu - View commit details
-
Copy full SHA for a1e2b3a - Browse repository at this point
Copy the full SHA a1e2b3aView commit details -
Removed redundant operators ⬆️
These include, but are not limited to, c(1) and c(foo). In cases like these the values ahve been chaged to 1 and foo. Minor typos and such have been fixed in the README.me
Configuration menu - View commit details
-
Copy full SHA for b2a0545 - Browse repository at this point
Copy the full SHA b2a0545View commit details -
The custom chart vignette is now more user-friendly. It was targeted developers before
Configuration menu - View commit details
-
Copy full SHA for 046ab47 - Browse repository at this point
Copy the full SHA 046ab47View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.