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
* ccxt_trading: 1 - thread through API Key - testing to get API key to work * ccxt_trading: 2 - instance creation logic * ccxt_trading: 3 - FetchBalance() implementation for ccxt + test * ccxt_trading: 4 - implement ccxtExchange#GetAccountBalances() * ccxt_trading: 5 - fix GetOpenOrders API to supply the tradingPairs as input * ccxt_trading: 6 - implement ccxt.FetchOpenOrders + test * ccxt_trading: 7 - ccxtExchange#GetOpenOrders() + test * ccxt_trading: 8 - ccxt.CreateLimitOrder() + test * ccxt_trading: 9 - ccxtExchange.AddOrder() + test * ccxt_trading: 10 - ccxt.CancelOrder() + test * ccxt_trading: 11 - update CancelOrder Exchange API + ccxtExchange.CancelOrder() + test * ccxt_trading: 12 - clean up ccxtExchange tests * ccxt_trading: 13 - enable trading on binance * ccxt_trading: 14 - use orderConstraints in ccxtExchange * ccxt_trading: 15 - add support for fetching trade history
- Loading branch information
1 parent
0be414c
commit 5cf0aed
Showing
14 changed files
with
1,229 additions
and
129 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.