Ryan O'Hara-Reid
Ryan O'Hara-Reid
# PR Description This PR stops potential error obfuscation. The problem is ongoing in batch operations. So you may have a misconfigured pair which will not be present in memory,...
# PR Description Update orderbook package. This is an initial update before I implement options books complimentary to #1082. * Renames orderbook.Item to orderbook.Tranche for improved clarity. * Renames orderbook.Items...
exchanges: abstract websocket/REST orderbook initial update code from wrapper to exchanges package.
# PR Description * Abstracts majority of code that handles initial snapshot updates fetched via REST * Consolidates changes to Binance only for `review+testing` before all exchange conversion * Considered...
# PR Description Pulled from initial draft #1151 * Allows context cancellation to occur while routine is being rate limited for any outbound REST request * Reduces wrapper code size...
# PR Description Gateio: * fix unmarshal bug and update fields * Improves wrapper function for fetching open contracts. The prior one fetched data per contract. * Adds missing details...
Dear happy peoples, # PR Description * Adds fee management routine [poc] that will synchronise fees every hour for authenticated enabled exchanges. * This will also start to synchronise tradable...
# PR Description Dear community, This uses #1354 to store a string representation of the amount field to reduce the chance of checksum calculation failure. This is caused by a...
# PR Description * Adds processor (POC) type for streaming readers so that a read can be handled quickly and appropriately in a concurrent manner. * Adds method `Process` to...
# PR Description The pull request introduces several new features more as an example of live strategies being implemented within the code base. This is intentionally segregated from backtester to...
# PR Description This is just cherry-picked from an external branch if any body wants it. Can close if not. Fixes # (issue) ## Type of change Please delete options...