aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP: handle more balance informationIsmaël Bouya2018-02-043-129/+279
|
* Work in progress to use shortsIsmaël Bouya2018-02-033-89/+270
|
* Add first steps for margin tradingIsmaël Bouya2018-01-263-8/+61
|
* Add test for TradeIsmaël Bouya2018-01-261-1/+15
|
* Return correct values and fix isinstance useIsmaël Bouya2018-01-251-5/+5
|
* Remove unnecessary dependency on ccxtIsmaël Bouya2018-01-252-7/+7
|
* Add dummy README and gitignoreIsmaël Bouya2018-01-242-0/+27
|
* Add comments to explain the trade -> order conversionIsmaël Bouya2018-01-241-4/+32
|
* Handle error when placing ordersIsmaël Bouya2018-01-221-3/+7
|
* Fix selling price for inverted marketsIsmaël Bouya2018-01-221-7/+16
|
* Add method to print ordersIsmaël Bouya2018-01-221-5/+19
|
* Fix bid/ask to sell/buy in ordersIsmaël Bouya2018-01-222-13/+16
|
* Allow dispatch asset to have custom repartitionIsmaël Bouya2018-01-221-4/+13
|
* Add debug mode parameter rather than global flagIsmaël Bouya2018-01-221-5/+2
|
* Add some tests and cleanup exchange processIsmaël Bouya2018-01-212-32/+322
| | | | | | | | | - Acceptance test for the whole exchange process - Cut exchange two steps: - Compute the outcome of the exchange - Do all the sells - Recompute the buys according to the sells result - Do all the buys
* Store currency conversion rate and use it in trade computationsIsmaël Bouya2018-01-212-14/+17
|
* Add compute value lambdas for currency conversionIsmaël Bouya2018-01-212-18/+63
|
* Remove unused decoratorIsmaël Bouya2018-01-201-6/+0
|
* Change integer to decimalsIsmaël Bouya2018-01-203-83/+118
|
* Don't autoprepare the orders when creating tradeIsmaël Bouya2018-01-181-6/+4
|
* Move ticker to Trade class and add testsIsmaël Bouya2018-01-182-57/+175
|
* Add Balance class testsIsmaël Bouya2018-01-183-7/+502
|
* Write some tests for Portfolio classIsmaël Bouya2018-01-172-5/+92
|
* Complete refactor of the script to use classesjl/devIsmaël Bouya2018-01-163-218/+604
|
* Include fees in computationIsmaël Bouya2018-01-141-12/+41
|
* Add order processing functionsIsmaël Bouya2018-01-141-25/+89
|
* Augment ticker information to show adjusted bid/askIsmaël Bouya2018-01-141-1/+13
|
* Add split shares smart contract for EthereumIsmaël Bouya2018-01-121-0/+35
|
* Fetch assets from marketIsmaël Bouya2018-01-121-6/+9
|
* Add log-in api key to marketIsmaël Bouya2018-01-122-1/+8
|
* Cache ticker valuesIsmaël Bouya2018-01-111-7/+22
|
* First script skeletonIsmaël Bouya2018-01-111-0/+94