Commit Graph

  • c784e5780e
    Merge pull request #4054 from freqtrade/models_open_price Matthias 2020-12-11 06:31:02 +0100
  • 95fd3824da Finish renamal of open_trade_price to open_value Matthias 2020-12-10 19:36:52 +0100
  • 201cc67e05 Rename open_trade_price to "open_trade_value" Matthias 2020-12-10 19:21:20 +0100
  • 76594d5dde
    Merge pull request #3799 from imxuwang/issue3783 Matthias 2020-12-10 15:41:09 +0100
  • ca99d484fc Refactor to use list comprehension Matthias 2020-12-10 07:39:50 +0100
  • 33f330256b Reorder commands on telegram init Matthias 2020-12-09 20:26:11 +0100
  • af53dfbfab
    Update backtesting.md Samaoo 2020-12-09 15:57:15 +0100
  • f5817063b7
    Update backtesting.md Samaoo 2020-12-09 15:53:38 +0100
  • 25f8e0cc57
    Added git packages for future dependencies David Martinez Martin 2020-12-09 11:28:45 +0100
  • 5708098256
    Move ENV PATH to base image David Martinez Martin 2020-12-09 10:34:38 +0100
  • 7126aa9514
    Merge pull request #4047 from freqtrade/strategy_manatory Matthias 2020-12-09 10:27:29 +0100
  • f1af2972e2 Ensure non-defined attributes fail correctly Matthias 2020-12-09 07:52:58 +0100
  • e6b3e64534
    Update dockerfile to multistage David Martinez Martin 2020-12-09 03:27:59 +0100
  • d9a86158f4 Add cmake to support raspberry 64bit installs Matthias 2020-12-08 19:46:54 +0100
  • ad7b29cc1d
    Merge pull request #4045 from Samaoo/patch-3 Matthias 2020-12-08 19:14:17 +0100
  • 118a22d010
    Update data-download.md Samaoo 2020-12-08 18:04:26 +0100
  • 9725b8e17c
    Update Dockerfile Matthias 2020-12-08 08:43:22 +0100
  • f897b683c7 Add seperate page describing plugins Matthias 2020-12-07 19:22:14 +0100
  • 82bc6973fe Add last key to config_full Matthias 2020-12-07 16:16:33 +0100
  • c37bc307e2 Small finetunings to documentation Matthias 2020-12-07 16:07:00 +0100
  • b5289d5f0e Update full config with correct protection keys Matthias 2020-12-07 16:02:55 +0100
  • de2cc9708d Fix test leakage Matthias 2020-12-07 16:01:29 +0100
  • f047297995 Improve wording, fix bug Matthias 2020-12-07 15:45:02 +0100
  • 3ab5514697 Add API endpoint for /stats Matthias 2020-12-07 15:07:08 +0100
  • 81410fb404 Document /stats for telegram Matthias 2020-12-07 15:03:16 +0100
  • e873cafdc4 Beautify code a bit Matthias 2020-12-07 14:54:39 +0100
  • effc96e92b Improve tests for backtest protections Matthias 2020-12-02 07:42:39 +0100
  • 5849d07497 Export locks as part of backtesting Matthias 2020-12-01 06:51:59 +0100
  • 57a4044eb0 Enhance test verifying that locks are not replaced Matthias 2020-11-29 11:37:10 +0100
  • bb51da8297 Fix slow backtest due to protections Matthias 2020-11-27 17:38:15 +0100
  • 75a5161650 Support multis-strategy backtests with protections Matthias 2020-11-25 09:53:13 +0100
  • a3f9cd2c26 Only load protections when necessary Matthias 2020-11-24 07:38:09 +0100
  • 946fb09455 Update help command output Matthias 2020-11-24 06:51:54 +0100
  • e2d15f4082 Add parameter to enable protections for backtesting Matthias 2020-11-23 20:29:29 +0100
  • 32189d27c8 Disable output from plugins in backtesting Matthias 2020-11-19 20:05:56 +0100
  • 9f34aebdaa Allow closing trades without message Matthias 2020-11-16 20:21:32 +0100
  • b606936eb7 Make changes to backtesting to incorporate protections Matthias 2020-11-16 20:17:47 +0100
  • 98c88fa58e Prepare protections for backtesting Matthias 2020-11-16 20:09:34 +0100
  • 3426e99b8b Improve formatting of protection startup message Matthias 2020-12-07 11:37:57 +0100
  • 64d6c7bb65 Update developer docs Matthias 2020-12-07 11:17:11 +0100
  • 0e2a43ab4d Add duration_explanation functions Matthias 2020-12-07 11:08:54 +0100
  • c993831a04 Add protections to startup messages Matthias 2020-12-07 10:54:37 +0100
  • d4799e6aa3 Implement *candle definitions Matthias 2020-12-07 10:45:35 +0100
  • a93bb6853b Document *candles settings, implement validations Matthias 2020-12-07 10:21:03 +0100
  • eb952d77be Move lookback_period to parent __init__ Matthias 2020-12-07 08:27:14 +0100
  • f13e9ce5ed Improve docs Matthias 2020-12-07 08:22:12 +0100
  • b36f333b2f Add new protections to full sample, documentation Matthias 2020-12-01 06:52:19 +0100
  • f06b58dc91 Test MaxDrawdown desc Matthias 2020-11-30 19:07:39 +0100
  • 089c463cfb Introduce max_drawdown protection Matthias 2020-11-30 08:05:48 +0100
  • 9d6f3a89ef Improve docs and fix typos Matthias 2020-11-29 11:36:16 +0100
  • 768d7fa196 Readd optional for get_pair_locks - it's necessary Matthias 2020-11-27 18:02:34 +0100
  • 9947dcd1da Beta feature warning Matthias 2020-11-27 17:51:58 +0100
  • ad746627b3 Fix lock-loop Matthias 2020-11-27 17:47:15 +0100
  • 397a15cb61 Improve protection documentation Matthias 2020-11-27 17:14:28 +0100
  • 4351a26b4c Move stop_duration to parent class Matthias 2020-11-27 10:32:23 +0100
  • 12e84bda1e Add developer docs for Protections Matthias 2020-11-27 10:29:45 +0100
  • 6d0f16920f Get Longest lock logic Matthias 2020-11-25 11:54:11 +0100
  • dce2364672 Add stoploss per pair support Matthias 2020-11-25 11:11:55 +0100
  • dcdf4a0503 Improve tests Matthias 2020-11-25 10:58:50 +0100
  • 32cde1cb7d Improve test for lowprofitpairs Matthias 2020-11-25 10:48:54 +0100
  • 8f958ef723 Improve login-mixin structure Matthias 2020-11-22 11:49:41 +0100
  • 8d9c66a638 Add LogginMixin to freqtradebot class to avoid over-logging Matthias 2020-11-22 11:41:09 +0100
  • be57ceb252 Remove confusing entry Matthias 2020-11-21 14:46:27 +0100
  • 5e3d2401f5 Only call stop methods when they actually support this method Matthias 2020-11-19 20:34:29 +0100
  • 2cd54a5933 Allow disabling output from plugins Matthias 2020-11-19 20:06:13 +0100
  • 8ebd6ad200 Rename login-mixin log method Matthias 2020-11-19 19:45:22 +0100
  • 2e5b9fd4b2 format profit in low_profit_pairs Matthias 2020-11-18 08:04:19 +0100
  • e29d918ea5 Avoid double-locks also in per pair locks Matthias 2020-11-18 08:01:12 +0100
  • fc97266dd4 Add "now" to lock_pair method Matthias 2020-11-18 07:21:59 +0100
  • 59091ef2b7 Add helper method to calculate protection until Matthias 2020-11-17 19:43:12 +0100
  • 47cd856fea Include protection documentation Matthias 2020-11-15 16:18:45 +0100
  • 5133675988 Apply all stops in the list, even if the first would apply already Matthias 2020-11-15 11:41:48 +0100
  • 9484ee6690 Test for low_profit_pairs Matthias 2020-11-11 21:11:22 +0100
  • bb06365c50 Improve protection documentation Matthias 2020-11-11 20:54:24 +0100
  • 1f703dc341 Improve protection documentation Matthias 2020-11-11 08:00:10 +0100
  • 00d4820bc1 Add low_profit_pairs Matthias 2020-11-11 07:49:30 +0100
  • 9f6c2a583f Better wording for config options Matthias 2020-11-11 07:48:27 +0100
  • 8dbef6bbea Add test for cooldown period Matthias 2020-10-24 20:25:40 +0200
  • fe0afb9883 Implement calling of per-pair protection Matthias 2020-10-24 17:09:30 +0200
  • 2a66c33a4e Add locks per pair Matthias 2020-10-24 16:52:26 +0200
  • ff7ba23477 Simplify enter_positions and add global pairlock check Matthias 2020-10-24 14:46:13 +0200
  • 05be33ccd4 Simplify is_pair_locked Matthias 2020-10-24 13:55:54 +0200
  • 56975db2ed Add more tests Matthias 2020-10-15 08:07:09 +0200
  • 2b85e7eac3 Add initial tests for StoplossGuard protection Matthias 2020-10-15 07:59:32 +0200
  • 816703b8e1 Improve protections work Matthias 2020-10-15 07:38:00 +0200
  • f39a534fc0 Implement global stop (First try) Matthias 2020-10-14 20:03:56 +0200
  • 246b4a57a4 add small note to pairlist dev docs Matthias 2020-10-14 19:24:09 +0200
  • 04878c3ce1 Rename test directory for pairlist Matthias 2020-10-14 07:41:41 +0200
  • 3447f1ae53 Implement first stop method Matthias 2020-10-14 07:40:44 +0200
  • a0bd2ce837 Add first version of protection manager Matthias 2020-10-13 08:06:29 +0200
  • b6b9c8e5cc Move "slow-log" to it's own mixin Matthias 2020-10-13 07:11:08 +0200
  • f01d86060a
    Merge pull request #4040 from freqtrade/dependabot/pip/develop/ccxt-1.38.87 Matthias 2020-12-07 08:12:30 +0100
  • 1fd652d3de
    Merge pull request #4039 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.7 Matthias 2020-12-07 08:06:02 +0100
  • 647e6509a4
    Bump ccxt from 1.38.55 to 1.38.87 dependabot[bot] 2020-12-07 05:48:43 +0000
  • 0c0eb8236d
    Bump mkdocs-material from 6.1.6 to 6.1.7 dependabot[bot] 2020-12-07 05:48:23 +0000
  • 51fbd0698c Move get_logs to be static method Matthias 2020-12-06 19:57:48 +0100
  • 245c19f5e9 Add simple test for /stats call Matthias 2020-12-05 14:48:56 +0100
  • aa27c9ace2 Reorder methods in telegram Matthias 2020-12-05 14:39:50 +0100
  • 143423145c Refactor most of the logic to rpc.py Matthias 2020-12-05 14:38:42 +0100
  • c556d1b37e Make /stats working Matthias 2020-12-05 14:06:46 +0100