Commit Graph

  • 5407a06254
    Bump ta-lib from 0.4.22 to 0.4.23 dependabot[bot] 2022-01-03 06:07:58 +0000
  • 616d5bbaed
    Merge pull request #6151 from freqtrade/dependabot/pip/develop/jsonschema-4.3.3 Matthias 2022-01-03 07:07:05 +0100
  • 3f4c5a7902
    Bump types-cachetools from 4.2.6 to 4.2.7 dependabot[bot] 2022-01-03 06:06:26 +0000
  • a253ad5ec1
    Merge pull request #6156 from freqtrade/dependabot/pip/develop/mkdocs-material-8.1.4 Matthias 2022-01-03 07:06:09 +0100
  • ce1780ca3f
    Merge pull request #6155 from freqtrade/dependabot/pip/develop/types-requests-2.26.3 Matthias 2022-01-03 07:05:46 +0100
  • 6d3747d9e6
    Merge pull request #6152 from freqtrade/dependabot/pip/develop/ccxt-1.66.20 Matthias 2022-01-03 07:05:19 +0100
  • 707a6507b5 removed redundant todos Sam Germain 2022-01-02 21:46:06 -0600
  • 0da31cff72
    Bump mkdocs-material from 8.1.3 to 8.1.4 dependabot[bot] 2022-01-03 03:01:51 +0000
  • f7d3c50213
    Bump types-requests from 2.26.2 to 2.26.3 dependabot[bot] 2022-01-03 03:01:47 +0000
  • 6b0a7a81a9
    Bump ccxt from 1.65.25 to 1.66.20 dependabot[bot] 2022-01-03 03:01:37 +0000
  • 8c0f7321c3
    Bump jsonschema from 4.3.2 to 4.3.3 dependabot[bot] 2022-01-03 03:01:28 +0000
  • fac6956eeb Fix test failure after merge Matthias 2022-01-02 22:25:40 +0100
  • 711a6a6dbc Merge branch 'develop' into pr/xataxxx/6079 Matthias 2022-01-02 22:21:41 +0100
  • 2116b0729f Integration-test for DCA order Matthias 2022-01-02 20:20:56 +0100
  • 209ecc8732 Fix typo in bt_progress Matthias 2022-01-02 19:38:03 +0100
  • c7b1352184
    Merge pull request #6148 from samgermain/todos Matthias 2022-01-02 14:43:07 +0100
  • 35fe7239ed Also test mixed version (both long and short trades) Matthias 2022-01-02 13:17:49 +0100
  • 7f88f9bf27 Revert unintended double-call of amount conversion Matthias 2022-01-02 13:11:29 +0100
  • 67a5739501 fixed test_get_trades_for_order for contracts Sam Germain 2022-01-01 14:29:13 -0600
  • 33ab3c1bea Removed some todo-lev comments Sam Germain 2022-01-01 10:34:33 -0600
  • 14ae327459 grouped contract methods Sam Germain 2022-01-01 14:08:10 -0600
  • 3e4912979a exchange.py: removed get funding rate history Sam Germain 2022-01-01 14:03:26 -0600
  • fcded264e6 removed exchange._get_mark_price_history Sam Germain 2022-01-01 13:53:26 -0600
  • 3d4a5eab81 fixed flake8 error Sam Germain 2021-12-31 07:26:46 -0600
  • 48567a1301 fixe broken test_get_min_pair_stake_amount Sam Germain 2021-12-31 07:00:47 -0600
  • 230dd15ee7 fixed test_amount_to_precision Sam Germain 2021-12-31 06:40:12 -0600
  • f92d47a16b exchange._contracts_to_amount and exchange._amount_to_contracts safe checks Sam Germain 2021-12-31 05:28:25 -0600
  • 6ab0e870c2 fixed breaking test test_amount_to_precision Sam Germain 2021-12-31 05:01:19 -0600
  • d105bb764a test__get_contract_size creates its own markets instead of using the markets from conftest Sam Germain 2021-12-31 04:50:55 -0600
  • a85566d6c3 test_exchange.test_create_order removed # assert api_mock.create_order.call_args[0][3] == 100 Sam Germain 2021-12-31 04:37:22 -0600
  • 8da596f66d Implement PR feedback Matthias 2021-12-25 14:38:17 +0100
  • 49a6ebb454 exchange class contract methods safe check for symbol Sam Germain 2021-12-31 04:29:19 -0600
  • 78d1a267f0 contract-sizes tests Sam Germain 2021-12-21 15:45:16 -0600
  • d0a300a2e1 Added TODOs Sam Germain 2021-12-19 01:03:02 -0600
  • 4f6203e45f Added conversions from contract size to amount for objects returned from api Sam Germain 2021-12-19 00:56:34 -0600
  • e10ceb2362 Amount to precision has _amount_to_contract_size in it Sam Germain 2021-11-17 07:48:07 -0600
  • ee63f12236 Revert "Removed leverage param from get_min_pair_stake_amount" Sam Germain 2021-11-17 07:17:27 -0600
  • 2df5993812 _contract_size_to_amount only impacts limits.amount and not limits.cost, put _get_stake_amount_considering_leverage back in Sam Germain 2021-11-17 07:00:53 -0600
  • ef6ad0e6d7 Removed leverage param from get_min_pair_stake_amount Sam Germain 2021-11-13 18:35:22 -0600
  • 3f75531105 added methods _contract_size_to_amount and _amount_to_contract_size, added _amount_to_contract_size to create_order, added contract_size_to_amount to get_min_leverage Sam Germain 2021-11-13 17:11:28 -0600
  • f3784f2149
    Merge pull request #6147 from freqtrade/plot_parallel Matthias 2022-01-01 19:27:42 +0100
  • ddfbe55e7c Merge branch 'develop' into feat/short Matthias 2022-01-01 19:16:24 +0100
  • 08ba5b0451 Update docs to include underwaterplot Matthias 2022-01-01 16:40:18 +0100
  • fb06a673e0 Add Underwater plot Matthias 2022-01-01 14:40:20 +0100
  • 78ba2d3fc7 Add underwaterplot calculation to btanalysis Matthias 2022-01-01 14:39:58 +0100
  • a2d97eecfe Add trade parallelism plot Matthias 2022-01-01 14:06:15 +0100
  • 45a02beea8
    Merge pull request #6145 from freqtrade/test_evict_cache Matthias 2022-01-01 14:07:21 +0100
  • 8b49bec649 Use Version-dependent requirements Matthias 2022-01-01 10:52:45 +0100
  • c29469decf Version bump numpy to 1.22.0 Matthias 2022-01-01 10:43:45 +0100
  • 9becd20f20 Improve "Missing data" messages Matthias 2022-01-01 10:37:58 +0100
  • 713b884d9b Fix failing monthly test Matthias 2022-01-01 10:37:43 +0100
  • 515e1040c2
    Merge pull request #6144 from freqtrade/asyncio_warns Matthias 2022-01-01 10:04:27 +0100
  • 670aed06bf Remove loop for hyperopt. Matthias 2021-12-31 17:35:08 +0100
  • 0277d93a64 don't use deprecated asyncio.get_event_loop() Matthias 2021-12-31 16:34:15 +0100
  • c9296dc9a0 Uvloop_helper should use "get_running_loop" Matthias 2021-12-31 13:01:13 +0100
  • 64917275a9
    Merge pull request #6143 from samgermain/todos Matthias 2021-12-31 17:02:14 +0100
  • c06496e66f Update some more TODO-lev's Matthias 2021-12-31 16:49:47 +0100
  • 9a220f6cfe removed a few todos Sam Germain 2021-12-31 06:49:21 -0600
  • 08b738a5d9 removed outdated todo in kraken Sam Germain 2021-12-31 06:26:13 -0600
  • 46072be011 models.__init__ exception for no interest_rates on Margin trading Sam Germain 2021-12-31 06:20:00 -0600
  • 867483170a binance.funding_fee_cutoff removed TODO-lev Sam Germain 2021-12-31 06:11:43 -0600
  • 250edae193 test__async_get_historic_ohlcv parametrized candle_type Sam Germain 2021-12-31 06:00:56 -0600
  • 550a1eef91 Reduce "cleanup" slowdown in telegram Matthias 2021-12-31 12:52:32 +0100
  • 880ee016a4
    Merge pull request #6133 from rokups/rk/reduce-memory-usage Matthias 2021-12-31 11:36:52 +0100
  • 39f8c5719b Fix exception on exchange shutdown Matthias 2021-12-31 11:21:02 +0100
  • a715083fc0 Reduce memory usage by not holding on to no longer needed data. Rokas Kupstys 2021-12-29 12:09:01 +0200
  • 78ccaae318
    Merge pull request #6140 from freqtrade/sell_before_roi Matthias 2021-12-31 10:32:19 +0100
  • ee774f12bd
    Merge pull request #5677 from freqtrade/python_10 Matthias 2021-12-31 10:23:52 +0100
  • b1b2eebd11 Change sequence of ROI/sell signal to favor sell-signal Matthias 2021-12-30 20:00:58 +0100
  • b63491fb9c Update ROI_if_buy_signal tests to not use sell signal Matthias 2021-12-30 19:38:29 +0100
  • 4b79d435ad
    Merge pull request #6084 from aezomz/lev-telegram Matthias 2021-12-30 19:17:58 +0100
  • 3c4eda14b1 Remove unused test parameter Matthias 2021-12-30 17:34:45 +0100
  • 2395988bf8 Leverage defaults to 1.0, which should not be shown. Matthias 2021-12-30 17:32:36 +0100
  • 45ac3b3562 Change formatting slightly Matthias 2021-12-30 17:18:46 +0100
  • 1bc2c71757 Update documentation with support for python 3.10 Matthias 2021-12-30 16:33:01 +0100
  • 6b22f84d30 Add windows ta wheel Matthias 2021-12-30 11:31:44 +0100
  • fa12098bff changed to suggestion Aezo Teo 2021-12-30 20:05:17 +0800
  • 505d4bacd5 Update dockerfile to 3.10 Matthias 2021-12-30 11:09:49 +0100
  • 5b2a1b9e7a Update CI to run on python 3.10 Matthias 2021-08-08 10:24:54 +0200
  • 8edc84bf25 Exclude virtual environment from isort fixing Matthias 2021-12-18 15:30:09 +0100
  • bd98637ae9 Fail gracefully from plot-profit when no data is provided Matthias 2021-12-30 10:14:45 +0100
  • 38897a0ca7 launcher tef 2021-12-29 19:29:24 -0500
  • ce861c798d executor tef 2021-12-29 19:00:28 -0500
  • 36cab4f73f confirm_trade_entry tef 2021-12-29 18:58:12 -0500
  • 038e7b3378 remove executor tef 2021-12-29 18:52:12 -0500
  • 9bb0a90a97 remove buy callback tef 2021-12-29 18:47:27 -0500
  • f3ed3a715f wall e files Ubuntu 2021-12-29 19:43:52 +0000
  • 1871165d21
    Merge pull request #6127 from wadedyck/download_data_futures_fix Matthias 2021-12-29 19:08:38 +0100
  • 73276f1351 Remove default argument from "download trades" test Matthias 2021-12-29 17:36:47 +0100
  • 77afb7b5e2
    Merge pull request #6114 from cdimauro/reduce_kucoin_logs Matthias 2021-12-29 17:33:21 +0100
  • 2b94fbfa74 Avoid using singleton where not necessary Matthias 2021-12-29 17:05:53 +0100
  • b530600718
    Merge pull request #6134 from freqtrade/new_release 2021.12 Matthias 2021-12-29 17:00:19 +0100
  • 043218cc7e Version bump to 2021.12 Matthias 2021-12-29 16:18:14 +0100
  • c3e9ef27f6 Merge branch 'stable' into new_release Matthias 2021-12-29 16:17:56 +0100
  • 642a6a8030 missed the edit for documentation Aezo Teo 2021-12-29 21:51:56 +0800
  • ee7cbcd69f fixed flake8 and mypy errors Aezo Teo 2021-12-29 21:48:50 +0800
  • b6092e2e3c amended L/S for status table Aezo Teo 2021-12-29 21:30:31 +0800
  • 1f773671ed updated tests and telegram Aezo Teo 2021-12-29 21:24:12 +0800
  • 3d336a736e Improve documentation. Reigo Reinmets 2021-12-29 14:51:57 +0200
  • ac06da40e4 Explicitly set the trading-mode to spot for the --dl-trades download test. Wade Dyck 2021-12-28 11:43:42 -0700