Commit Graph

3370 Commits

Author SHA1 Message Date
Matthias b41633cfe3 point out "good first issue" label 2018-11-09 20:26:10 +01:00
Matthias 610d5210ce
Merge pull request #1318 from freqtrade/pyup-scheduled-update-2018-11-09
Scheduled daily dependency update on friday
2018-11-09 14:38:48 +01:00
pyup-bot 1840695a1c Update requests from 2.20.0 to 2.20.1 2018-11-09 13:34:08 +01:00
pyup-bot 1db9169cfc Update ccxt from 1.17.481 to 1.17.485 2018-11-09 13:34:07 +01:00
Matthias cc3d05488b
Merge pull request #1206 from xmatthias/contributing
Improve Contributing documentation
2018-11-09 06:56:30 +01:00
Matthias d8c224c212
Merge pull request #1317 from freqtrade/pyup-scheduled-update-2018-11-08
Scheduled daily dependency update on thursday
2018-11-08 14:36:24 +01:00
misagh aefc20738a adding dot to the end of the phrase. 2018-11-08 14:18:07 +01:00
misagh a7dc8f5f4f adding edge configuration to configuration.md and removed whitespaces 2018-11-08 14:16:46 +01:00
misagh 5d850825f5 adding a notice about the incompatibility of Edge with Dynamic whitelist 2018-11-08 14:10:52 +01:00
pyup-bot cca371c573 Update ccxt from 1.17.480 to 1.17.481 2018-11-08 13:34:06 +01:00
misagh 6d80c03877 removing raise KeyError in test 2018-11-08 00:28:20 +01:00
misagh e5c6499706 assigning strategy to edge from FreqtradeBot 2018-11-08 00:22:46 +01:00
Matthias 7b62e71f23 Fix some tests and rebase issues 2018-11-07 20:45:52 +01:00
misagh 866da8aaa1 reinitializing Edge calculated data in case of inability to download
backtesting data
2018-11-07 19:24:53 +01:00
misagh 3330d327ed removing reserve keyword “filter”: replaced by “adjust” 2018-11-07 19:03:08 +01:00
misagh 7b80985533 comments on recursive function + indentation of function declaration 2018-11-07 19:00:18 +01:00
misagh 934dd97eb2 adding init for edge test folder 2018-11-07 18:54:21 +01:00
misagh 96a43327ca _pair_info moved to class header for reusibility 2018-11-07 18:52:15 +01:00
misagh b425cc3e3b adding explanation regarding max trade duration and interval 2018-11-07 18:33:35 +01:00
misagh f75606d295 formulas markdown style 2018-11-07 18:27:10 +01:00
misagh 5bd3bae5af unifying default value explanations 2018-11-07 18:24:13 +01:00
misagh bd1b05828e typos in documentation corrected 2018-11-07 18:19:58 +01:00
misagh 6d63de1932 removing unnecessary lib 2018-11-07 18:15:04 +01:00
misagh 553e5656ac forcestoploss refactored 2018-11-07 18:12:46 +01:00
misagh 6838ae0591 conflict resolved => new backtest low and high params 2018-11-07 17:56:21 +01:00
Matthias a96112f631
Merge pull request #1316 from freqtrade/pyup-scheduled-update-2018-11-07
Scheduled daily dependency update on wednesday
2018-11-07 15:20:25 +01:00
pyup-bot f4b626eda3 Update ccxt from 1.17.476 to 1.17.480 2018-11-07 13:34:07 +01:00
Matthias 8044846d37 Fix some refactoring problems 2018-11-07 07:05:40 +01:00
Stephen Dade 477515c4b5 Now using resolver for custom hyperopts 2018-11-07 06:58:20 +01:00
Stephen Dade e0f420983e Updated logger in custom_hyperopt 2018-11-07 06:55:28 +01:00
Stephen Dade 40368bd1b2 Added more hyperopt documentation 2018-11-07 06:55:27 +01:00
Stephen Dade 5816d1c1bd Updated documentation for new hyperopt 2018-11-07 06:52:25 +01:00
Stephen Dade 469db0d434 Decoupled custom hyperopts from hyperopt.py 2018-11-07 06:26:16 +01:00
misagh 23d3a7f31e capital after dots and default values corrected 2018-11-06 20:11:15 +01:00
misagh 1b457e902c config initializer refactored 2018-11-06 19:45:41 +01:00
misagh bcecaa69d4 removing global variable modification 2018-11-06 19:41:46 +01:00
Matthias e0489878d8
Merge pull request #1306 from xmatthias/feat/functional_tests
Funcional tests / backtest stoploss alignment
2018-11-06 19:25:31 +01:00
misagh 133ba5d6a1 moving stop loss range to init as it doesn’t need to be called on each
iteration
2018-11-06 19:16:20 +01:00
misagh 5c38b92a75 simplifying calculations to be more readable 2018-11-06 19:05:42 +01:00
Samuel Husso 8adaaf37e0
Merge pull request #1315 from freqtrade/pyup-scheduled-update-2018-11-06
Scheduled daily dependency update on tuesday
2018-11-06 14:56:58 +02:00
pyup-bot 7278cdc7d5 Update ccxt from 1.17.469 to 1.17.476 2018-11-06 13:34:06 +01:00
Matthias d95ae135a8
Merge pull request #1314 from freqtrade/pyup-scheduled-update-2018-11-05
Scheduled daily dependency update on monday
2018-11-05 20:07:56 +01:00
misagh 5754e51960 more typos 2018-11-05 17:32:12 +01:00
misagh 8a25490146 Typo corrected 2018-11-05 17:28:07 +01:00
misagh 4fbabd3b99 Doc for Edge WIP 3 2018-11-05 17:24:11 +01:00
misagh 49d30ad0e2 doc WIP 2 2018-11-05 15:55:35 +01:00
misagh cc41317670 documentation WIP 1 2018-11-05 15:49:10 +01:00
misagh 2c0fc3c735 Test latex images 2018-11-05 14:36:10 +01:00
pyup-bot f92d229f2e Update pytest from 3.9.3 to 3.10.0 2018-11-05 13:34:12 +01:00
pyup-bot 9f03c26c9a Update numpy from 1.15.3 to 1.15.4 2018-11-05 13:34:10 +01:00