You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
* 1 - GetAccountBalances API and impls.
* 2 - new interface types in exchange, submittable exchang and Balance
* 3 - typo in ccxtExchange.go
* 4 - merge in changes first attempt
* 5 - remove redundant check of fixedIterations
* 6 - add check for valid submitMode for non-sdex exchange
* 7 - use balance and offers hack methods in trader/trader.go
* 8 - incorporate changes into trade.go and trader.go
* 9 - explicilty disable fill tracking for non-sdex exchanges
* 10 - cursor support to ccxt.go#FetchMyTrades
* 11 - log file name, don't log native by default
* 12 - errorSuffix in batchedExchange log line on submit result
* 13 !! - fix krakenExchange tradeHistory cursor logic
* 14 - sdex tradingOnSdex
* 15 - more %.7f -> %.8f changes
* 16 - wrap error when cannot load open orders for kraken
* 17 - API fixes for MakeIEIF
* 18 - correct name of /health endpoint
* 19 - use 7 for SdexPrecision
* 20 - remove redundant log lines in factory.go
* 21 - add check for ccxt trading needing exactly 1 API key
* 22 - update sample_trader.cfg
* 23 - rename SubmittableExchange to ExchangeShim
* 24 - make FEE config field optional when not trading on SDEX
* 25 - use exchange precision when converting from manageOffer2Order
* 26 - use large precision for intermediate conversion in manageOffer2Order; log orderConstraints
* 27 - include minQuote volume in cost, displayed when logging orderConstraints
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Desired Behavior
I want to be able to trade on centralized exchanges
Impact
The desired behavior will allow me to manage the liquidity for my token on centralized exchanges via the CCXT integration.
Feature Suggestion
We can achieve the desired behavior by creating an interface shim.
The text was updated successfully, but these errors were encountered: