Commit Graph

  • 1d38c35e6a Fix typo / word repetition Matthias 2018-10-06 09:23:40 +02:00
  • 6d4f68fcdb unnecessary variables removed misagh 2018-10-05 17:25:56 +02:00
  • 9e44b260e2 BacktestResult removed as it is not used misagh 2018-10-05 17:19:20 +02:00
  • bd25212bd6 test case added: edge calculate function misagh 2018-10-05 17:07:20 +02:00
  • 36d928d411 unnecessary if removed misagh 2018-10-05 17:06:17 +02:00
  • f56bd5f5b7 Merge pull request #1259 from freqtrade/pyup-scheduled-update-2018-10-05 Matthias 2018-10-05 15:14:47 +02:00
  • 18c04ab4e2 Update ccxt from 1.17.368 to 1.17.369 pyup-bot 2018-10-05 14:29:06 +02:00
  • ce4f0696e1 Add logging to download script and enable ccxt_async_config Matthias 2018-10-04 20:38:30 +02:00
  • 3973d3697c deprecate ccxt_rate_limt Matthias 2018-10-04 20:35:28 +02:00
  • 37088cfb39 add to constants Matthias 2018-10-04 20:34:48 +02:00
  • ddc1513286 Add ccxt_config to both config_samples Matthias 2018-10-04 20:34:33 +02:00
  • d1edcf9dcd Add documentation for ccxt_config Matthias 2018-10-04 20:17:19 +02:00
  • e7d5cf9d9d Allow loading of any additional configuration to ccxt Matthias 2018-10-04 20:11:02 +02:00
  • 939aa6009a Merge pull request #1256 from freqtrade/pyup-scheduled-update-2018-10-04 Matthias 2018-10-04 19:18:44 +02:00
  • d3078d7564 test case added: edge stop loss for pair misagh 2018-10-04 18:51:59 +02:00
  • 77cac9e562 autopep8 applied misagh 2018-10-04 18:07:47 +02:00
  • 06d75a8bad test cases added: force_stoploss by Edge misagh 2018-10-04 18:05:46 +02:00
  • 9723300a07 Update ccxt from 1.17.365 to 1.17.368 pyup-bot 2018-10-04 14:29:06 +02:00
  • 73efe52aea Merge pull request #1255 from freqtrade/update_raspi Matthias 2018-10-04 06:10:17 +02:00
  • 3ed486f3a0 update documentation for raspberry Matthias 2018-10-03 19:32:14 +02:00
  • 8532e66982 Merge pull request #1254 from freqtrade/pyup-scheduled-update-2018-10-03 Matthias 2018-10-03 19:04:26 +02:00
  • fa38772942 Update pytest from 3.8.1 to 3.8.2 pyup-bot 2018-10-03 14:29:07 +02:00
  • 1e669c7228 Update ccxt from 1.17.363 to 1.17.365 pyup-bot 2018-10-03 14:29:06 +02:00
  • b57d9edda8 Edge test expectancy function (round 1) misagh 2018-10-03 14:23:10 +02:00
  • 6f79b55845 - function renamed to be more readable - expectancy bug resolved misagh 2018-10-03 14:22:27 +02:00
  • e63e808521 Merge pull request #1252 from freqtrade/release-0.17.2 0.17.2 Samuel Husso 2018-10-03 13:09:11 +03:00
  • a46b3ec9e7 first test completed misagh 2018-10-03 10:37:36 +02:00
  • e1ffc11f00 Merge pull request #1253 from freqtrade/dev-version-bump Matthias 2018-10-03 08:36:52 +02:00
  • de20e142a0 added 9 use cased for testing Edge misagh 2018-10-02 18:05:24 +02:00
  • a364a1e40d Edge package test cases drafted misagh 2018-10-02 16:32:57 +02:00
  • 697493bd01 test cases for Edge package drafted misagh 2018-10-02 16:07:33 +02:00
  • 23f8980973 edge config added to CONF_SCHEMA and config_full.json.example misagh 2018-10-02 12:42:59 +02:00
  • 8741a63783 return type of stake_amount set to float misagh 2018-10-02 12:20:48 +02:00
  • 26b3c3f7a8 removing unnecessary typing misagh 2018-10-02 12:20:30 +02:00
  • 3b57aef168 config name refactored misagh 2018-10-02 12:16:09 +02:00
  • 9c4fdc1bc5 initializing Edge in Freqtradebot only if it is enabled misagh 2018-10-02 12:15:54 +02:00
  • d634a03455 adding DataFrame type misagh 2018-10-02 11:55:14 +02:00
  • e4fc298bd6 typo corrected misagh 2018-10-02 11:53:59 +02:00
  • 11c3b3fdb9 trade_df unnecessary type removed misagh 2018-10-02 11:53:16 +02:00
  • a6c2e40bd4 moving time range to initializer as we have to calculate it once misagh 2018-10-02 11:49:49 +02:00
  • d549fe351c Prepare master for release 0.17.2 Samuel Husso 2018-10-02 09:24:22 +03:00
  • 4a9ed02b9b develop to version 0.17.3 Samuel Husso 2018-10-02 09:18:54 +03:00
  • 9137338771 Merge pull request #1251 from freqtrade/pyup-scheduled-update-2018-10-01 Matthias 2018-10-01 19:27:17 +02:00
  • f306abb3ee No need for Exchange class in Edge misagh 2018-10-01 17:52:07 +02:00
  • 8b3631d1ac make “if condition” more readable misagh 2018-10-01 17:49:27 +02:00
  • 2056b6f5f1 no need to initialize a variable with None misagh 2018-10-01 17:35:27 +02:00
  • ad666ac65c autopep8 corrected misagh 2018-10-01 17:33:18 +02:00
  • f72fb0ad04 exchange “None” condition removed as Edge is after Exchange anyway misagh 2018-10-01 17:29:33 +02:00
  • 114fd7feef declaring local variables. using get for configuration misagh 2018-10-01 17:21:40 +02:00
  • aa1948750f removing unnecessary constructor docstring misagh 2018-10-01 17:11:48 +02:00
  • 2a9ca9a3dc Removing future from travis and dockerfile misagh 2018-10-01 17:09:08 +02:00
  • d0c7b7c582 Update ccxt from 1.17.360 to 1.17.363 pyup-bot 2018-10-01 14:29:06 +02:00
  • b130a923f7 Merge pull request #1249 from freqtrade/pyup-scheduled-update-2018-09-30 Matthias 2018-09-30 17:03:15 +02:00
  • 3af3094a56 Merge pull request #1247 from freqtrade/fix_hyperopt_pickle Matthias 2018-09-30 16:51:33 +02:00
  • 9d70d25064 Update scikit-learn from 0.19.2 to 0.20.0 pyup-bot 2018-09-30 14:28:07 +02:00
  • 05adebb536 Update ccxt from 1.17.351 to 1.17.360 pyup-bot 2018-09-30 14:28:06 +02:00
  • e1ddddad4f Merge pull request #1246 from freqtrade/fix/network_test Matthias 2018-09-30 08:42:38 +02:00
  • 84622dc84b Move test for strategy out of constructor Matthias 2018-09-29 14:23:53 +02:00
  • 36e9abc841 Manually update scikit-learn to 0.20.0 Matthias 2018-09-29 13:50:02 +02:00
  • 1b290ffb5d Update hyperopt to show errors if non-supported variables are used Matthias 2018-09-29 13:49:38 +02:00
  • 334e7553e1 Fix hyperopt not working after update of scikit-learn to 0.20.0 Matthias 2018-09-29 13:46:38 +02:00
  • f4585a2745 Patch exchange to not cause network delays during tests Matthias 2018-09-29 13:35:48 +02:00
  • 448f3a7197 Merge pull request #1241 from freqtrade/fix/loadstrategyonce Matthias 2018-09-29 09:12:41 +02:00
  • cff83d3e6f bloody autopep8 again misagh 2018-09-28 16:46:42 +02:00
  • c8d06e2b0e filter pairs according to expectancy + bug at the end of array resolved misagh 2018-09-28 16:40:34 +02:00
  • f15825e3a7 long line broken to two misagh 2018-09-28 14:28:05 +02:00
  • e822d5d721 upgrading py_first_1st to 1.1.2: ez_setup.py removed misagh 2018-09-28 14:23:39 +02:00
  • 96a0fc88cb Moving Edge before refresh_pairs misagh 2018-09-28 14:19:22 +02:00
  • 6e66763e5f Only load strategy once during backtesting Matthias 2018-09-27 19:23:55 +02:00
  • d6415f3499 Merge branch 'develop' into money_mgt misagh 2018-09-27 14:54:18 +02:00
  • 89b515be60 Merge pull request #1220 from freqtrade/fix/plot_dataframe Matthias 2018-09-27 12:40:34 +02:00
  • d481895763 Merge pull request #1211 from freqtrade/fix_no_trades_found Matthias 2018-09-27 12:40:17 +02:00
  • 4ad3e96a2f Merge pull request #1225 from freqtrade/test_acl_improvement Matthias 2018-09-27 12:39:56 +02:00
  • 3893b638fe Merge pull request #1213 from freqtrade/fix_mac_install Matthias 2018-09-27 12:39:42 +02:00
  • 21f5a94eca using autopep8 for formatting file misagh 2018-09-27 12:23:46 +02:00
  • 5dac3b5664 Merge pull request #1238 from freqtrade/fix/buyexception Matthias 2018-09-26 19:26:17 +02:00
  • bcb13d041e Merge pull request #1239 from freqtrade/pyup-scheduled-update-2018-09-26 Matthias 2018-09-26 19:25:50 +02:00
  • 25d6ed319a whitespace removed misagh 2018-09-26 17:09:20 +02:00
  • 24364a56ea keeping mypy happy misagh 2018-09-26 17:03:10 +02:00
  • 0594deafc6 removing whitespaces and long lines misagh 2018-09-26 16:50:17 +02:00
  • 75ba6578a3 unused library + trailing whitespaces removed. misagh 2018-09-26 16:36:41 +02:00
  • abb398786e Merge branch 'develop' into money_mgt misagh 2018-09-26 16:06:38 +02:00
  • fcf837bfda refactoring variable declaration misagh 2018-09-26 16:03:51 +02:00
  • 87df4e4556 refactoring backslap (round 2) misagh 2018-09-26 15:20:53 +02:00
  • f790f95319 Update ccxt from 1.17.350 to 1.17.351 pyup-bot 2018-09-26 14:28:07 +02:00
  • 766d32897d Merge pull request #1204 from freqtrade/move_load_markets Matthias 2018-09-26 06:38:37 +02:00
  • e09674b77f Merge pull request #1227 from freqtrade/feat/reduce_backtestnoise Matthias 2018-09-26 06:37:33 +02:00
  • 88ccdc0366 Fix exception when order cannot be found Matthias 2018-09-25 20:45:01 +02:00
  • d04247cd9e Merge pull request #1235 from freqtrade/pyup-scheduled-update-2018-09-25 Matthias 2018-09-25 19:20:54 +02:00
  • d13e87d7a4 Update ccxt from 1.17.341 to 1.17.350 pyup-bot 2018-09-25 14:28:07 +02:00
  • 40d73de357 refactoring backslap (round one) misagh 2018-09-24 19:22:30 +02:00
  • e8716f16ad calculating expectancy and sort pairs accordingly instead of delta misagh 2018-09-24 17:47:50 +02:00
  • a806dd45f2 lost in branches ! typo for some magical unknown reasons misagh 2018-09-24 16:02:29 +02:00
  • 027ec4d98e test_sell_profit_only_enable_loss and test_create_trade_limit_reached fixed misagh 2018-09-24 15:47:07 +02:00
  • 308428644b test_process_trade_creation log message changed: in reality the buy signal is actually triggered misagh 2018-09-24 15:27:26 +02:00
  • 76dd754963 test_get_trade_stake_amount and test_get_trade_stake_amount_no_stake_amount fixed: “pair” arg added to _get_trade_stake_amount misagh 2018-09-24 15:02:50 +02:00
  • 303eefda76 test_get_trade_stake_amount_unlimited_amount fixed: “pair” argument added to _get_trade_stake_amount misagh 2018-09-24 14:55:49 +02:00
  • 1366783517 Dockerfile: installing future before requirements.txt misagh 2018-09-24 14:28:16 +02:00
  • a26131cea3 .travis: install future before requirements.txt misagh 2018-09-24 14:21:37 +02:00
  • 56050e5afe Merge branch 'develop' into money_mgt misagh 2018-09-24 14:20:05 +02:00