This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 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
- Loading branch information
1 parent
4fb4cd8
commit 505162a
Showing
26 changed files
with
1,237 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.