Commit Graph

  • 37e6b262eb Update docs to include /stopbuy Matthias 2019-03-17 19:36:25 +0100
  • 9373d0c915 Add tests for /stopbuy Matthias 2019-03-17 19:36:02 +0100
  • a467d76832 Add /stopbuy command to telegram Matthias 2019-03-17 19:35:25 +0100
  • 937399606e fix flake8 iuvbio 2019-03-17 18:24:29 +0100
  • c2076af43b update tests iuvbio 2019-03-17 18:18:44 +0100
  • 4de4a70be7 update log messages iuvbio 2019-03-17 18:18:35 +0100
  • 8afce7e651 Add testcase for Testcase 2 Matthias 2019-03-17 16:26:38 +0100
  • 2bf7f2feae Remove duplicate backtest-result-analysi documentation Matthias 2019-03-17 16:14:49 +0100
  • 8386496456 remove tests that are no longer applicable iuvbio 2019-03-14 21:53:42 +0100
  • 7f9c76a6fc move stake check to the same condition as the other checks iuvbio 2019-03-14 21:02:21 +0100
  • d4d37667e1 use pairname for stake cur comparison iuvbio 2019-03-12 18:26:47 +0100
  • d4543be8eb edit comment iuvbio 2019-03-11 21:48:55 +0100
  • e38a3051a1 update docstring iuvbio 2019-03-11 21:10:22 +0100
  • c907e80c10 make sure no dups iuvbio 2019-03-06 22:42:05 +0100
  • a241e950f2 prune validate_pairs iuvbio 2019-03-06 22:41:46 +0100
  • 39232cbcbb loop over whitelist only instead of all markets iuvbio 2019-03-05 21:23:55 +0100
  • a7b60f6780 update trailing_stop with high in case of backtesting Matthias 2019-03-17 16:03:44 +0100
  • 05ab1c2e0a Fix some comments Matthias 2019-03-17 16:02:13 +0100
  • 8c7e8255bb Add detailed test for trailing stop Matthias 2019-03-17 16:01:34 +0100
  • f0e5113a7f Use Magicmock instead of lambda for mocking Matthias 2019-03-17 15:39:05 +0100
  • a830bee9c7 Enable trailing_stop for BTContainer tests Matthias 2019-03-17 15:28:04 +0100
  • bdc0134e88
    Merge pull request #1671 from freqtrade/pyup/scheduled-update-2019-03-17 Matthias 2019-03-17 15:25:28 +0100
  • 190ecb7ada Update ccxt from 1.18.367 to 1.18.368 pyup-bot 2019-03-17 13:32:05 +0100
  • a77d513513 Fix backteest detail numbering ... Matthias 2019-03-17 13:27:32 +0100
  • 7b99daebd7 Update docstring for adjust_stoploss Matthias 2019-03-17 13:18:29 +0100
  • 2d4a2fd10b Use oppen_rate instead of artificial defaults Matthias 2019-03-17 13:12:04 +0100
  • a0e6cd93b6 Use bids, not asks for sell-rate detection Matthias 2019-03-17 11:27:01 +0100
  • b3f42dc51e
    Merge pull request #1635 from freqtrade/feat/btanlaysis Misagh 2019-03-16 21:16:59 +0100
  • b0cad30796
    Merge pull request #1670 from freqtrade/doc_update Misagh 2019-03-16 21:00:16 +0100
  • fc360608b7 Rename function to adjust_min_max Matthias 2019-03-16 20:06:15 +0100
  • 01733c94fa Split up tests for adjust_stoploss and adjust_highlow Matthias 2019-03-16 20:04:55 +0100
  • 68a9b14eca Min-rate should not default to 0 Matthias 2019-03-16 20:04:39 +0100
  • 738ed93221 call new function Matthias 2019-03-16 19:54:34 +0100
  • 7166a474ae Add min_rate - always update min/max rates Matthias 2019-03-16 19:54:16 +0100
  • e632539b61 Add 15min to documentation, fix link to "parameters in THE strategy" Matthias 2019-03-16 19:51:05 +0100
  • e7f6df46e8 Add missing bt file Matthias 2019-03-16 19:15:20 +0100
  • a123246ac9 Add test for load_backtest_data Matthias 2019-03-16 17:50:57 +0100
  • ddb9933c91 Remove duplicate-check from test - it's in btanalysis Matthias 2019-03-07 21:24:26 +0100
  • 9f7f089d8a adjust plot_dataframe to use btanalysis Matthias 2019-03-07 21:23:53 +0100
  • e1f48c2b46 Add btanalysis file Matthias 2019-03-07 21:20:32 +0100
  • d7017ce1e4 Document backtest-result loading Matthias 2019-03-07 21:11:14 +0100
  • 6666d31ee9
    Merge pull request #1648 from hroff-1902/sd-watchdog Matthias 2019-03-16 13:46:04 +0100
  • 29aa159827 Add test for get_sell_rate Matthias 2019-03-16 13:32:26 +0100
  • 6bfc37309e refactor getting sell/current rate for telegram and selling Matthias 2019-03-16 13:24:10 +0100
  • 71c530590e
    Merge pull request #1666 from freqtrade/telegram_help Matthias 2019-03-16 12:44:17 +0100
  • d596a877fa Update docs to link to ocnfiguration piece necessary Matthias 2019-03-16 11:07:16 +0100
  • b9b15e5f32 Align help message for forcebuy Matthias 2019-03-16 11:04:24 +0100
  • d66e6510e3
    Merge pull request #1645 from mishaker/trailing_only_offset Matthias 2019-03-16 10:43:56 +0100
  • a233a8cc82 Be explicit in the documentation Matthias 2019-03-16 10:38:32 +0100
  • d42ebab575 Rename function and add test Matthias 2019-03-16 10:38:25 +0100
  • 51af8c27f6
    Merge pull request #1665 from freqtrade/catch/syntxerror Misagh 2019-03-16 08:15:09 +0100
  • 44acf2f471 Catch syntaxerror on import Matthias 2019-03-15 19:50:38 +0100
  • ceb1e4c4f7
    Merge pull request #1664 from freqtrade/pyup/scheduled-update-2019-03-15 Matthias 2019-03-15 13:46:13 +0100
  • 6db6c3b2cc Update ccxt from 1.18.362 to 1.18.367 pyup-bot 2019-03-15 13:32:05 +0100
  • 2e02e24e70
    Merge pull request #1663 from iuvbio/fix/1662 Matthias 2019-03-15 06:11:53 +0100
  • 95a3b5c41e check if ticker sort key is populated iuvbio 2019-03-14 22:48:42 +0100
  • 3fe06b3548
    Merge pull request #1660 from freqtrade/pyup/scheduled-update-2019-03-14 Matthias 2019-03-14 19:36:41 +0100
  • 1a83eed38f Update pandas from 0.24.1 to 0.24.2 pyup-bot 2019-03-14 13:32:09 +0100
  • 4fa1604230 Update ccxt from 1.18.361 to 1.18.362 pyup-bot 2019-03-14 13:32:05 +0100
  • edf2cd0b92 configuration test fixed misagh 2019-03-14 09:26:31 +0100
  • b5034cf535 TSL validator removed from exchange misagh 2019-03-14 09:04:41 +0100
  • 29305dd070 config validation moved to configuration file misagh 2019-03-14 09:01:03 +0100
  • 3c99e3b7c7 test adapted to new market refactoring misagh 2019-03-14 09:00:28 +0100
  • 9a226ec7e6 conflict with develop resolved misagh 2019-03-14 07:56:21 +0100
  • 2959600f52
    Merge pull request #1656 from freqtrade/fix/1633 Misagh 2019-03-14 07:51:07 +0100
  • ff9231eec4 Format attributes-table Matthias 2019-03-14 06:42:27 +0100
  • 6b8f5963a8
    Merge pull request #1623 from iuvbio/markets_refactor Matthias 2019-03-14 06:22:18 +0100
  • a1841c35ae reset _last_markets_refresh iuvbio 2019-03-13 20:18:49 +0100
  • aa2d747d8f update docs iuvbio 2019-03-13 20:08:51 +0100
  • ee613b564c
    Merge pull request #1657 from freqtrade/fix/1653 Misagh 2019-03-13 19:52:32 +0100
  • 2bf5a3843d Use close_rate for notification if available Matthias 2019-03-13 19:41:58 +0100
  • 29e84c9e88
    Merge pull request #1659 from freqtrade/pyup/scheduled-update-2019-03-13 Matthias 2019-03-13 14:33:10 +0100
  • 23666858e2 Update pytest from 4.3.0 to 4.3.1 pyup-bot 2019-03-13 13:32:06 +0100
  • 5151a4521f Update ccxt from 1.18.358 to 1.18.361 pyup-bot 2019-03-13 13:32:04 +0100
  • 6b948cfc7e Don't move notify_sell to rpc_manager - it needs exchange stuff Matthias 2019-03-12 22:01:19 +0100
  • 9054165e8a Adjust test, since rpc_message is now called on buy and sel Matthias 2019-03-12 21:50:57 +0100
  • 11cc33a982 Refactor notify_sell to rpc_manager Matthias 2019-03-12 21:49:08 +0100
  • e2bcaa4d75 Set Requested_close_rate to stoploss when stoploss_on_exchange was hit Matthias 2019-03-12 21:46:35 +0100
  • 94b2d48d02 Add default value for minimal_roi (1000%) Matthias 2019-03-12 19:37:58 +0100
  • 0293a61895 Update documentation for minimal_roi, which is not really optional Matthias 2019-03-12 19:37:43 +0100
  • 7ffe65770e fix test iuvbio 2019-03-12 17:54:16 +0100
  • cb9849e192 add markets_refresh_interval to CONF_SCHEMA iuvbio 2019-03-12 16:54:59 +0100
  • 299e640170 include markets_refresh_interval in docs iuvbio 2019-03-12 16:39:13 +0100
  • 954963b40e
    Merge pull request #1651 from freqtrade/fix/importerror_strats Misagh 2019-03-12 16:37:30 +0100
  • 779bcdd990 remove reload for async api iuvbio 2019-03-12 16:35:32 +0100
  • 0ffefe44a7 reorder vars iuvbio 2019-03-10 17:40:54 +0100
  • deddbda26e delete markets patch from conftest iuvbio 2019-03-10 16:40:59 +0100
  • 1a92bf9e8e add test iuvbio 2019-03-10 16:36:25 +0100
  • 8741017819 remove get_markets iuvbio 2019-03-10 15:26:55 +0100
  • 35c2b961be add config param iuvbio 2019-03-10 13:30:52 +0100
  • 0d980134e7 add markets reload func iuvbio 2019-03-10 13:30:45 +0100
  • 3ad0686bc7 fix typing iuvbio 2019-03-06 23:00:28 +0100
  • df9410cd15 check if markets were loaded iuvbio 2019-03-06 22:57:31 +0100
  • 041e9957dd add reload argument iuvbio 2019-03-06 22:48:04 +0100
  • 6b97af4a03 add comment iuvbio 2019-03-05 20:18:35 +0100
  • e234158cc9 update tests iuvbio 2019-03-05 19:46:03 +0100
  • c30fb7f590 return markets as dict iuvbio 2019-03-05 19:45:54 +0100
  • 5c840f333f slight change to exception message iuvbio 2019-03-05 19:45:42 +0100
  • b24a22b0b6 use self.markets instead of get_markets iuvbio 2019-03-05 19:45:10 +0100
  • 47cc04c0a3 use self.markets instead of _api.markets iuvbio 2019-03-05 19:44:23 +0100