Commit Graph

  • 55041878ae Update Backtesting fee documentation Matthias 2020-01-03 11:20:08 +0100
  • 0dd274917f Update documentation regarding configuration of stake_amount Matthias 2020-01-03 11:16:59 +0100
  • f3beaa3374 Deprecate capital_available_percentage Matthias 2020-01-03 10:58:31 +0100
  • 6d01653bfe Adapt test to test more cases with reduced tradable_balance Matthias 2020-01-03 10:41:34 +0100
  • 455838648d Apply get_available_balance logic to regular trades, too Matthias 2020-01-03 10:41:10 +0100
  • 3c7981160c Extract get_available_stake_amount Matthias 2020-01-03 10:14:23 +0100
  • 4ac1ac7ef5 Warn about tradable balance being applied to the current amount of the balance Matthias 2020-01-03 09:56:06 +0100
  • 776fc56265
    Merge pull request #2735 from freqtrade/doc/macos_install hroff-1902 2020-01-03 10:28:14 +0300
  • a8d56b2850 IMplement check for unlimited settings Matthias 2020-01-03 07:07:59 +0100
  • 11059e532b Fix missed default minimum in documentation Matthias 2020-01-03 06:39:47 +0100
  • da1fea6582 Minor correction to wording of MacOS Specific install doc Matthias 2020-01-03 06:37:36 +0100
  • 3315f994b6
    Merge pull request #2733 from hroff-1902/minor-freqtrade-4 hroff-1902 2020-01-02 22:46:06 +0300
  • 560aea876e Remove fiat_currency temporary variable Matthias 2020-01-02 20:20:29 +0100
  • b24d359a27
    Merge pull request #2737 from freqtrade/plotting_percent hroff-1902 2020-01-02 22:04:34 +0300
  • 90744ff5ab show percent instead of ratio (!) Matthias 2020-01-02 19:36:31 +0100
  • b48bf035f6 Add note about MacOS installation Matthias 2020-01-02 14:52:34 +0100
  • c13c11cfa1 Type does not need to be a list Matthias 2020-01-02 14:41:28 +0100
  • 6e615998c0 Fix documentation typo Matthias 2020-01-02 13:52:35 +0100
  • 94afb7cb1d Improve integration test with a few additional tests Matthias 2020-01-02 13:45:03 +0100
  • bfef3cf497 Add additional test case for lower balance ratios Matthias 2020-01-02 13:37:35 +0100
  • cba156dfff Add offset calculation for relative stake maximum limit Matthias 2020-01-02 13:20:57 +0100
  • 64db1f6736 Prepare tests to valiate reduced full amount. Matthias 2020-01-02 13:16:18 +0100
  • a47a25ca88 Refine passing msg params hroff-1902 2020-01-02 14:38:25 +0300
  • 88efa4065b Align the name of a variable to be same for buy and sell parts hroff-1902 2020-01-02 13:56:16 +0300
  • f15e5e9d57 Add _notify_buy() hroff-1902 2020-01-02 13:51:25 +0300
  • 2ccdb67e4d
    Merge pull request #2731 from freqtrade/btanalysis_align_columns hroff-1902 2020-01-02 13:03:51 +0300
  • 1b8943ac54 Add documentation for tradable_balance_ratio Matthias 2020-01-02 10:59:10 +0100
  • 9382b38c41 Fix mypy error Matthias 2020-01-02 10:56:00 +0100
  • 22fcf7b4dc Allow empty stake currency in certain cases Matthias 2020-01-02 10:47:37 +0100
  • 20fc3b7978 validate config for utils too Matthias 2020-01-02 10:41:10 +0100
  • 9325880fe5 Split config-validation requires Matthias 2020-01-02 10:38:59 +0100
  • cac0e37b06
    Merge pull request #2729 from hroff-1902/minor-freqtrade-3 Matthias 2020-01-02 10:06:42 +0100
  • 2c8e8d8ef6 Align columns for btanalysis loading Matthias 2020-01-02 09:51:47 +0100
  • 6fbdd6bee9 Remove unused directory from user_data Matthias 2020-01-02 09:51:24 +0100
  • e89fa44680 Arrange common section for update trade state methods hroff-1902 2020-01-02 11:50:54 +0300
  • a9fbad0741 Improve docstrings Matthias 2020-01-02 09:37:54 +0100
  • 8cc48cf4b0 Fix tests where mocks fail now Matthias 2020-01-02 09:31:35 +0100
  • 10ee23622a Extract tests for backtest_reports to their own test module Matthias 2020-01-02 07:33:55 +0100
  • 904e1647e1 Extract generate_text_table_strategy to seperate module Matthias 2020-01-02 07:32:12 +0100
  • caec345c0b Extract generate_text_table_sell_reason from backtesting class Matthias 2020-01-02 07:28:30 +0100
  • 18a53f4467 Extract generate_text_table from backtesting class Matthias 2020-01-02 07:26:43 +0100
  • 6dfde99cbe
    Merge pull request #2728 from hroff-1902/minor-setup-msg Matthias 2020-01-02 06:59:44 +0100
  • 21418e2988 Minor: fix comment hroff-1902 2020-01-02 03:16:18 +0300
  • 4475110df8 Cosmetics in freqtradebot hroff-1902 2020-01-02 02:53:25 +0300
  • 0ea44b0143 Fix message in setup.sh hroff-1902 2020-01-02 02:36:59 +0300
  • 3327ebf2b1
    Merge pull request #2720 from hroff-1902/refactor-create-trades Matthias 2019-12-31 15:34:12 +0100
  • 26a2395aeb Include Pair name in exception log message Matthias 2019-12-31 07:11:09 +0100
  • 9d518b9d29 Add comment and don't hardcode 4 in test Matthias 2019-12-31 07:05:21 +0100
  • 6ebb9017c7 Improve test enter_positions Matthias 2019-12-31 07:03:57 +0100
  • a88464de3a Improve some test code Matthias 2019-12-31 07:01:58 +0100
  • e6a6c22bba Merge remote-tracking branch 'upstream/develop' into backtest_refactor-2 hroff-1902 2019-12-31 02:16:51 +0300
  • fd7af587da Rename process_maybe_execute_buys() --> enter_positions() hroff-1902 2019-12-30 22:50:56 +0300
  • 84918ad424 Rename process_maybe_execute_sells() --> exit_positions() hroff-1902 2019-12-30 22:08:36 +0300
  • 699c0d6bc3 Merge branch 'develop' into data_handler Matthias 2019-12-30 19:40:43 +0100
  • 2537b8cb0c
    Merge pull request #2725 from freqtrade/minor_fix Matthias 2019-12-30 19:27:40 +0100
  • 78883663a0
    Merge pull request #2726 from freqtrade/exceptions_seperate_file hroff-1902 2019-12-30 21:21:14 +0300
  • b00406a7eb Make process_maybe_execute_*() returning integers hroff-1902 2019-12-30 21:09:35 +0300
  • 4d56e3b36e Address some comments made in the review hroff-1902 2019-12-30 20:54:32 +0300
  • 8e9a3e8fc8 Capture FtBaseException at the outermost level Matthias 2019-12-30 15:11:07 +0100
  • 1ffda29fd2 Adjust improts to new exception location Matthias 2019-12-30 15:02:17 +0100
  • 024aa3ab6b Move exceptions to seperate module Matthias 2019-12-30 14:57:26 +0100
  • 20abf67779 Add Debug "code" for randomly failing test Matthias 2019-12-30 14:29:36 +0100
  • fb3a53b8af Use ExchangeResolver for edge_cli too Matthias 2019-12-30 14:28:34 +0100
  • 4c9295fe2d Rename Bid-strategy helpervariable to something shorter Matthias 2019-12-30 14:00:34 +0100
  • 6a7163d3a9
    Merge pull request #2724 from freqtrade/improve_strattemplate hroff-1902 2019-12-30 15:32:24 +0300
  • de23f3928d Add trailing_only_offset to template and sample Matthias 2019-12-30 09:56:42 +0100
  • 8975e38b1d
    Merge pull request #2723 from freqtrade/dependabot/pip/develop/ccxt-1.21.23 Matthias 2019-12-30 09:32:03 +0100
  • 20a132651f
    Bump ccxt from 1.21.12 to 1.21.23 dependabot-preview[bot] 2019-12-30 07:34:49 +0000
  • 88ba7e467d
    Merge pull request #2722 from freqtrade/rpc/misinfo hroff-1902 2019-12-29 22:41:36 +0300
  • df7ceb4ccb Fix misinformation in /status table Matthias 2019-12-29 19:51:47 +0100
  • 47bb8ad0d4
    Merge pull request #2721 from freqtrade/jupyter_docs Matthias 2019-12-29 19:49:19 +0100
  • 304d15e236 Small corrections Matthias 2019-12-29 19:35:42 +0100
  • d1c45cf3f8 Update analysis documentation to include kernel installation Matthias 2019-12-29 13:07:51 +0100
  • 04f28ed9bc Refactor try/except: handle DependencyException for each pair separately hroff-1902 2019-12-29 05:03:10 +0300
  • ce84f74528 Adjust tests hroff-1902 2019-12-29 04:38:28 +0300
  • 762604300f Refactor create_trades() hroff-1902 2019-12-29 04:17:49 +0300
  • 433fd2a7c3
    Merge pull request #2652 from freqtrade/safe_sell_amount hroff-1902 2019-12-29 00:09:21 +0300
  • 814cc20c6b Remove potential circular import Matthias 2019-12-28 19:58:41 +0100
  • f4a532ef6d Pass format to load_data Matthias 2019-12-28 14:57:39 +0100
  • 6b5983339d Require dataformat entries in configuration Matthias 2019-12-28 14:47:30 +0100
  • ae1b28aab7 Remove get_datahandlerclass from package exposes Matthias 2019-12-28 14:32:11 +0100
  • 09b77d9f14
    Merge pull request #2718 from hroff-1902/minor-freqtrade-2 hroff-1902 2019-12-28 14:55:42 +0300
  • 5c39ebd0a0 Adjust logging hroff-1902 2019-12-28 13:59:40 +0300
  • e2a00c03d6 Document convert options Matthias 2019-12-28 11:24:37 +0100
  • 66d18575a7 Implement abstract interface Matthias 2019-12-28 11:10:31 +0100
  • 9e4fc00a0f Add test for convert_ohlcv Matthias 2019-12-28 10:54:10 +0100
  • 70f3ff0461 Add test for convert_trades_Format Matthias 2019-12-28 10:45:26 +0100
  • e7054adc49 Add tests for start_convert_data Matthias 2019-12-28 10:37:34 +0100
  • 28787a001c Move convert functions to convert module Matthias 2019-12-28 10:27:49 +0100
  • 525550e4c7 Fix typo in parameter transition Matthias 2019-12-28 10:01:54 +0100
  • 6860491189 Rename datahandler module to history module Matthias 2019-12-28 09:59:47 +0100
  • b37b5c3d90 Remove Explicit datadir conversation Matthias 2019-12-28 07:02:46 +0100
  • 9c5b94adf5 Pass data_format to methods Matthias 2019-12-27 13:46:25 +0100
  • 65f539e9d8 More tests for datahandler Matthias 2019-12-27 13:25:34 +0100
  • d65c1eea7a Add some tests for datahandler Matthias 2019-12-27 13:16:53 +0100
  • 8a030e7fc0 Use exists instead of is_file Matthias 2019-12-27 11:08:47 +0100
  • a3144cb2f0 remove trim_tickerlist Matthias 2019-12-27 10:49:30 +0100
  • baa942ff98 Don't use function to resolve pairname for test Matthias 2019-12-27 10:49:01 +0100
  • 32c2ce146e Remove last usage of load_tickerlist Matthias 2019-12-27 10:44:08 +0100
  • 4b277afc52 Remove test for load_tickerdata Matthias 2019-12-27 10:41:19 +0100