Commit Graph

105 Commits

Author SHA1 Message Date
hroff-1902 f3d500085c Add some type hints 2020-02-02 07:00:40 +03:00
Matthias 3f2542fcbc Move edge-module out of __init__.py 2020-01-26 10:44:42 +01:00
Matthias f3beaa3374 Deprecate capital_available_percentage 2020-01-03 10:58:31 +01:00
Matthias 1ffda29fd2 Adjust improts to new exception location 2019-12-30 15:02:17 +01:00
Matthias 0ac5e5035c Remove unused import 2019-12-23 20:43:31 +01:00
Matthias c6b9c8eca0 Forgot to save 2019-12-23 19:32:31 +01:00
hroff-1902 cf4c3642ce Minor improvements in data.history 2019-12-18 01:06:03 +03:00
hroff-1902 1537389617 Remove startup_candles argument in refresh_data 2019-12-17 18:23:31 +03:00
hroff-1902 60f89c8c01 Split refresh from load_data/load_pair_history 2019-12-17 13:43:42 +03:00
Matthias a48c0ad868 Use first pair of pairlist to get fee
Use this instead of hardcoded ETH/BTC - so backtesting works with
exchanges without ETH/BTC pair
2019-12-14 12:55:02 +01:00
Matthias e4bdb92521 Replace some occurances of ticker_interval with timeframe 2019-11-12 15:13:06 +01:00
Matthias 223f0cd4d3 Apply startup_period to edge as well 2019-10-27 10:26:21 +01:00
Matthias 0664a8c0e6 add `--fee` to change fees to other values 2019-10-05 15:29:00 +02:00
hroff-1902 dda513c923 Minor class cosmetics 2019-09-12 12:13:20 +03:00
Matthias 972b8a1726 Remove defaulting to test_data folder when no datadir is present 2019-09-07 21:06:20 +02:00
Matthias 51c3a31bb5 Correct imports and calls to parse_timerange 2019-08-14 10:07:32 +02:00
hroff-1902 1bdffcc73b make configuration a sep. module, including arguments 2019-07-12 00:49:23 +03:00
hroff-1902 90b0f1daa8 minor optimize cleanup 2019-06-10 02:08:54 +03:00
Matthias 9225cdea8a Move validate_backtest_data and get_timeframe to histoyr 2019-05-25 16:51:52 +02:00
hroff-1902 6e1da13920 Log message changed 2019-05-22 17:19:11 +03:00
hroff-1902 2c9a519c5e edge: handle properly the 'No trades' case 2019-05-22 14:21:36 +03:00
Misagh 67eeb145e1 flake8 2019-04-03 14:31:00 +02:00
Misagh a3835b1279 flake8 2019-04-03 14:14:47 +02:00
Misagh 53eaf85969 filtering edge pairs for RPC 2019-04-03 14:03:28 +02:00
hroff-1902 761861f0b7 comments: removed mentioning recursion, typos, etc. 2019-02-27 13:35:06 +03:00
hroff-1902 4c2961f0d9 eliminate recursion in _detect_next_stop_or_sell_point() 2019-02-27 06:31:27 +03:00
misagh 84b6b8fe97 edge messages enriched 2019-01-30 11:23:23 +01:00
Gianluca Puglia 87cbff5d0e Fix warning for max_open_trades when edge is enabled 2019-01-06 13:48:27 +01:00
Matthias 429f846ad1 Switch load_data to kwargs 2018-12-15 20:31:05 +01:00
Matthias 6c02cc5993 Adjust test to pathlib 2018-12-15 14:14:38 +01:00
Matthias 21aba1620c Replace calls to load_data 2018-12-15 14:10:33 +01:00
Matthias 432cc00283 Adjust imports to data.history 2018-12-14 06:32:49 +01:00
Matthias 523dea4a04 remove hacky workaround not needed anymore 2018-12-10 20:22:41 +01:00
misagh e7684b446b capital in trade extracted to a separated argument 2018-12-04 17:05:35 +01:00
misagh a5414b8437 flake8 2018-12-01 13:02:45 +01:00
misagh 2d17346b0e explaining arbitrary stake amount in comment 2018-12-01 13:01:51 +01:00
misagh 1d41a91788 stake_amount in case it doesn’t exist 2018-12-01 11:48:41 +01:00
misagh 9c0be99ff7 rounding float at the end 2018-12-01 11:00:33 +01:00
misagh 9c987fdedd variable name changed (_final_pairs) 2018-12-01 10:56:33 +01:00
misagh 12471e012e added tests for position sizing 2018-11-30 17:59:51 +01:00
misagh abd88767f8 Merge branch 'develop' into edge_position 2018-11-30 17:50:06 +01:00
misagh 7767470af8 return stake amount of strategy if edge doesn’t have any 2018-11-30 17:50:03 +01:00
misagh 74ca34f2de flaking8 2018-11-29 18:45:37 +01:00
misagh 3d37c5d767 edge non existing stoploss fixed. solves #1370 2018-11-29 18:31:08 +01:00
misagh a61daed8e9 logs enriched 2018-11-29 12:24:04 +01:00
misagh e698590bb2 avoid generating logs on each iteration 2018-11-28 20:04:56 +01:00
misagh e9305b6592 position size fixed 2018-11-28 15:36:32 +01:00
misagh 159ac6e657 edge tests fixed for position sizing 2018-11-27 14:02:34 +01:00
misagh f5a70750f0 edge real position sizing drafted 2018-11-26 21:06:32 +01:00
misagh eb53281434 python beginner problem resolved 2018-11-22 00:04:20 +01:00