Commit Graph

742 Commits

Author SHA1 Message Date
Matthias 5caeca7509 Improve tests for pairlist-sequence behaviour 2019-11-09 15:23:36 +01:00
Matthias 02b9da8aba Update documentation 2019-11-09 14:39:28 +01:00
Matthias dee9b84322 Merge branch 'develop' into volumeList_enhanced_filter 2019-10-30 16:41:17 +01:00
Matthias ad98d61939 Update developer docs 2019-10-30 16:39:45 +01:00
Matthias d89a7d5235 Document new method to configure filters 2019-10-30 16:30:47 +01:00
Matthias de2cc58b0c Final cleanups and added tests 2019-10-29 10:44:35 +01:00
Matthias d803d86f4d Add low_price_percent_filter 2019-10-29 09:32:06 +01:00
hroff-1902 5254059fe4
Merge pull request #2430 from freqtrade/startup_period_bt
Add Startup period for strategies
2019-10-28 23:33:30 +03:00
hroff-1902 062536438e
Merge pull request #2433 from freqtrade/docs/stop_positive
[Docs] stoploss documentation improvements
2019-10-28 20:59:56 +03:00
Matthias 4ff035537b Simplify precision_filter code 2019-10-28 16:21:00 +01:00
Matthias b947f3c2a5
Merge pull request #2417 from freqtrade/whitelist_docs
DynamicPairlist - pair_whitelist
2019-10-28 15:25:17 +01:00
Matthias 61c037f2cf Fix some typos and comment mistakes 2019-10-28 13:05:54 +01:00
Matthias 73343b3387 Address feedback 2019-10-28 12:53:12 +01:00
Matthias 3a6020dcd7 small improvements to stoploss doc 2019-10-28 12:43:35 +01:00
Matthias 70ad909b16 change samples to python code, and simplify a few things 2019-10-27 19:46:05 +01:00
Matthias 2af3ce3ecc Improve stoploss documentation - split out offset_is_reached 2019-10-27 19:36:00 +01:00
Matthias 132a4da7cf Small style fixes and adjusted tests 2019-10-27 10:56:38 +01:00
Matthias c4cb098d14 Update documentation with indicator_startup_period 2019-10-27 10:26:17 +01:00
hroff-1902 17fce00a5e
Merge pull request #2427 from freqtrade/docs_windows
Improve windows Install documentation with hints
2019-10-27 10:01:25 +03:00
Matthias e5487441ba Fix typos 2019-10-27 06:08:55 +01:00
hroff-1902 48d83715a5 Fix typo in docs (thanks to Escaliert@Slack) 2019-10-27 03:44:49 +03:00
Matthias 13ae339a2e Improve windows Install documentation with hints 2019-10-26 16:34:13 +02:00
hroff-1902 bf20f3b7d8 Remove part which is related to #2418 2019-10-26 15:41:31 +03:00
Matthias 20dabd9c41 Merge branch 'develop' into whitelist_docs 2019-10-26 13:36:39 +02:00
hroff-1902 bfec9d974b docs: Create Advanced Post-installation Tasks section; move systemd stuff there 2019-10-26 13:26:22 +03:00
hroff-1902 ea6b94fd0c
docs: add a tip for The Ocean exchange 2019-10-26 11:54:04 +03:00
Matthias 2f1d9696cd Change keepalive to heartbeat 2019-10-25 20:00:08 +02:00
Matthias e63377980e Improve pairlist documentation 2019-10-25 19:47:37 +02:00
Matthias 0773a65333 Add I Am Alive Message 2019-10-25 15:01:35 +02:00
Matthias b3e028e853 Improve dynamic pairlist documentation 2019-10-25 07:06:29 +02:00
hroff-1902 ad5f7e1581 Merge remote-tracking branch 'origin/develop' into list-pairs2 2019-10-22 12:30:39 +03:00
hroff-1902 ff5ba64385
Improve docs 2019-10-21 14:06:46 +03:00
hroff-1902 cac314d4b3
Merge pull request #2396 from freqtrade/improve_strat_docs
[doc] Clearly highlight potential problems with looking into the future
2019-10-21 08:37:49 +03:00
Matthias bedbd964fc slightly rephrase strategy docs 2019-10-21 06:51:48 +02:00
hroff-1902 8a0d90136c
Improve unclear sentence in the docs 2019-10-20 23:31:44 +03:00
hroff-1902 5b680f2ece
minor: Condense paragraphs in the docs 2019-10-20 23:26:25 +03:00
hroff-1902 1bc63288a3
Merge branch 'develop' into list-pairs2 2019-10-20 23:22:45 +03:00
hroff-1902 45b2d24b79 Improve docs 2019-10-20 23:00:17 +03:00
hroff-1902 88c91a8a54
Merge pull request #2392 from freqtrade/backtest-doc
[minor][doc]Fix backtesting format since sublist does not render correctly
2019-10-20 20:13:50 +03:00
Matthias 20dd3f2d67 Clearly highlight potential problems with looking into the future 2019-10-20 16:22:11 +02:00
Matthias 78cd75dfef Add requirement 2019-10-20 10:35:36 +02:00
Matthias b805e4e150 Try list extension 2019-10-20 10:34:04 +02:00
hroff-1902 4f17511fdc
Merge pull request #2393 from freqtrade/remove_timeframe
Remove non-date based timeframe selection
2019-10-19 22:05:44 +03:00
hroff-1902 47fabca1d9
Merge pull request #2372 from xmatthias/kraken_ohlcv_emulate
download tick-based data to emulate candles
2019-10-19 19:32:37 +03:00
Matthias 16e10d99b9 Remove timeframe logic for non-date entries 2019-10-19 15:10:48 +02:00
Matthias 0adcee9233 Fix backtesting format since sublist does not render correctly 2019-10-19 14:34:55 +02:00
Matthias fd22c87295 Some minor cleanups to trades download methods and docs 2019-10-19 10:05:30 +02:00
hroff-1902 4ec83a2c24 DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct 2019-10-18 23:29:19 +03:00
Matthias 00a95945e1 Improve assumptions 2019-10-18 10:00:43 +02:00
hroff-1902 ff6a3465a7 Docs added 2019-10-17 17:22:33 +03:00