Commit Graph

31 Commits

Author SHA1 Message Date
gcarq cae7be4447 add fee param to function doc 2018-03-20 19:48:03 +01:00
Gerald Lonlas 0632cf0f44 Merge commit 'aa7aeb046ef72412cadd094666efc8e4c503ef2d' into feature/objectify 2018-03-02 23:28:36 -08:00
Gerald Lonlas 390501bac0 Make Pylint Happy chapter 1 2018-03-03 09:33:54 +08:00
Janne Sinivirta 0454b4c8d5 remove unnecessary Decimal construction 2018-02-06 21:37:11 +02:00
Gerald Lonlas f4298a7323 Fix dry_run db issue when open_order_id exist 2018-01-22 23:23:29 -08:00
Janne Sinivirta 86db6c9084 sort imports 2018-01-11 07:08:56 +02:00
Gérald LONLAS 6c8253a4f5 Add more unittest (#241) 2017-12-27 11:41:11 +01:00
Gerald Lonlas d258118b0a Fix the fee calculation, backtesting, and hyperopt fee calculation and avg_profit 2017-12-20 20:18:41 -08:00
Gerald Lonlas d613d63fdc Fix the fee calculation 2017-12-17 23:01:34 -08:00
gcarq ddd3d2d0a9 ignore cancelled order during trade state update 2017-12-16 02:36:43 +01:00
gcarq ae37f49b51 /forcesell: handle trades with open orders 2017-12-16 01:09:07 +01:00
Gérald LONLAS 2ac8b685d6 Add param for Dry run to use a DB file instead of memory (#182) 2017-12-14 15:10:11 +01:00
gcarq be6939ee8a use 8 digits of precision for amount and rate in formatting 2017-11-23 20:52:07 +01:00
gcarq 63c95a3546 modify trade life cycle (should fix #112) 2017-11-17 20:17:29 +01:00
Michael Egger 72aec6c320
Merge pull request #96 from gcarq/feature/add-argparse
add argparse and implement basic arguments
2017-11-10 18:04:03 +01:00
gcarq 98f11fc7bb fix sqlite threading issue 2017-11-09 23:45:22 +01:00
gcarq a0fa6abcdc use in-memory db for dry_run 2017-11-09 20:26:52 +01:00
gcarq e01c85bb3a add argparse and implement basic arguments 2017-11-08 22:43:47 +01:00
gcarq 32327c45c2 set close_date on sell_order update 2017-11-07 22:26:44 +01:00
gcarq f8084b117e apply pylint recommendations 2017-11-07 20:13:36 +01:00
gcarq 08a1d3ca1d pylint changes 2017-11-02 19:00:25 +01:00
gcarq 99724e2458 use Decimal for profit calculation 2017-11-02 19:00:25 +01:00
gcarq cd18629433 add fee to sqlalchemy model and respecting it in calc_profit 2017-11-02 19:00:25 +01:00
gcarq 9cb249610a adapt dry_run return values 2017-11-02 19:00:25 +01:00
gcarq 543857ddb2 set initial open_rate and amount in create_trade
This is mostly needed by dry_run
2017-11-02 19:00:25 +01:00
gcarq 0d0d822904 bump dburl to tradesv3 2017-11-02 19:00:25 +01:00
gcarq 0e96197a94 don't spend the whole coin balance when selling 2017-11-02 19:00:25 +01:00
gcarq e07904d436 PEP8 linting 2017-10-31 00:36:35 +01:00
gcarq 4139b0b0c7 add signal handler for SIGINT, SIGTERM and SIGABRT 2017-10-27 15:52:14 +02:00
xsmile b9eb266236 Exchange refactoring 2017-10-06 12:22:04 +02:00
gcarq 0c517ee3b6 move project into freqtrade/ 2017-09-29 19:28:32 +02:00