Commit Graph

  • 586ca3b2fa removed is_market_future from binance and ftx Sam Germain 2021-11-23 03:19:59 -0600
  • 70751b942c market_is_future fix Sam Germain 2021-11-23 01:50:23 -0600
  • ce0593c0e1 Merge branch 'develop' into feat/short Matthias 2021-11-23 07:35:26 +0100
  • b8cefd687e Add api_version to botresponse Matthias 2021-11-23 07:06:53 +0100
  • 0d082f7b17
    Merge pull request #5950 from flozzone/patch-1 Matthias 2021-11-22 20:17:54 +0100
  • c245a2a897
    fix typo in Volatility filter description. flozzone 2021-11-22 20:10:26 +0100
  • 2c805e53ee
    Merge pull request #5945 from ACMCMC/patch-1 Matthias 2021-11-22 19:28:45 +0100
  • 259b95074f
    Merge pull request #5936 from rokups/rk/decorator-fix Matthias 2021-11-22 19:14:35 +0100
  • 43dab3ee60 Changed the wording of the documentation to be clearer Aldán Creo 2021-11-22 09:46:10 +0100
  • 78a00f2518 Use market data to get base and quote currencies in @informative() decorator. Rokas Kupstys 2021-11-22 09:27:33 +0200
  • 280a0ec17e
    Merge pull request #5944 from freqtrade/dependabot/pip/develop/ccxt-1.61.92 Matthias 2021-11-22 07:15:53 +0100
  • 64e34f382e Sell-fill should include open-rate Matthias 2021-11-22 07:13:22 +0100
  • ecf2ac3c21 Bump aiohttp to 3.8.1 Matthias 2021-11-22 06:51:06 +0100
  • 80946cd9d6
    Bump ccxt from 1.61.24 to 1.61.92 dependabot[bot] 2021-11-22 05:47:48 +0000
  • 02b77d1c89
    Bump aiohttp from 3.7.4.post0 to 3.8.1 dependabot[bot] 2021-11-22 05:47:43 +0000
  • 965ab3848c
    Merge pull request #5943 from freqtrade/dependabot/pip/develop/plotly-5.4.0 Matthias 2021-11-22 06:46:52 +0100
  • 6f93f96f18
    Merge pull request #5941 from freqtrade/dependabot/pip/develop/cryptography-36.0.0 Matthias 2021-11-22 06:46:29 +0100
  • 9f1fdc9931
    Merge pull request #5942 from freqtrade/dependabot/pip/develop/types-cachetools-4.2.5 Matthias 2021-11-22 06:45:09 +0100
  • e0f21a5e35
    Merge pull request #5939 from freqtrade/dependabot/pip/develop/filelock-3.4.0 Matthias 2021-11-22 06:44:03 +0100
  • 0ef99206b0
    Bump plotly from 5.3.1 to 5.4.0 dependabot[bot] 2021-11-22 03:01:56 +0000
  • 247f855ba9
    Bump types-cachetools from 4.2.4 to 4.2.5 dependabot[bot] 2021-11-22 03:01:52 +0000
  • fdc6ca1bd8
    Bump cryptography from 35.0.0 to 36.0.0 dependabot[bot] 2021-11-22 03:01:48 +0000
  • b3663dfab7
    Bump ccxt from 1.61.24 to 1.61.89 dependabot[bot] 2021-11-22 03:01:42 +0000
  • ab93e13682
    Bump filelock from 3.3.2 to 3.4.0 dependabot[bot] 2021-11-22 03:01:36 +0000
  • 920151934a Added candle_type to a lot of methods, wrote some tests Sam Germain 2021-11-21 01:43:05 -0600
  • e2f98a8dab replaced candle_type: Optional[str] = '' with candle_type: str = '' Sam Germain 2021-11-21 00:21:10 -0600
  • 64a6abc541 Added candle type to ohlcv_get_available_data Sam Germain 2021-11-20 22:46:47 -0600
  • b4029533ec removed candle type from idatahandler.py Sam Germain 2021-11-20 22:43:25 -0600
  • c3b2929e75 Added template for test test_hdf5datahandler_ohlcv_load_and_resave Sam Germain 2021-11-19 05:11:42 -0600
  • 843ca22a56 mark price test ohlcv_get_pairs Sam Germain 2021-11-19 04:55:50 -0600
  • 91a11d01e9 Added XRP_USDT-1h-mark json testdat file, and test for ohlcv_load with candle_type=mark Sam Germain 2021-11-19 03:55:52 -0600
  • 043ed3e330 Added candle_type tests for test_json_pair_data_filename Sam Germain 2021-11-19 03:32:37 -0600
  • 12060a2d2c fixed error with fetch_ohlcv candndle_type Sam Germain 2021-11-19 03:20:30 -0600
  • a657707ca3 Added timedelta to exchange Sam Germain 2021-11-18 01:56:25 -0600
  • 3d95533bf9 Removed candletype from converter methods Sam Germain 2021-11-07 21:37:57 -0600
  • ee2ad8ca97 updated historic data filenames to include the candle type Sam Germain 2021-11-07 00:35:27 -0600
  • c8162479d6 Added price as param to fetch_ohlcv Sam Germain 2021-10-23 21:10:36 -0600
  • c26c0b6822 Merge branch 'feat/short' into short_buy_tag_compat Matthias 2021-11-21 19:31:30 +0100
  • aad37bb8f3
    Merge pull request #5924 from freqtrade/feat/leverage Matthias 2021-11-21 19:30:27 +0100
  • 63d94aa585 short should be allowed for all non-spot modes Matthias 2021-11-21 19:28:53 +0100
  • 983484accd Remove fluky test (seconds still tick with time_machine) Matthias 2021-11-21 10:36:39 +0100
  • fb519a5b39 Add comment with reasoning to ignore leverage in min_amount calculation Matthias 2021-11-21 10:25:58 +0100
  • 192ac88314 Update optimize-reports to enter_tag wording Matthias 2021-11-21 10:16:18 +0100
  • 2a84526f04 Remove more buy_tag references Matthias 2021-11-21 10:05:56 +0100
  • 36deced00b Remove more buy_tag references Matthias 2021-11-21 09:51:16 +0100
  • 7d77aff289 Add some compatibility around buy_tag Matthias 2021-11-21 09:24:20 +0100
  • 97ff7d1223 Merge branch 'develop' into feat/short Matthias 2021-11-21 09:13:53 +0100
  • 7a8978abbb Make ohlcv data endpoint work correctly with new interface Matthias 2021-11-20 20:09:37 +0100
  • d4fd13bf50 Telegram and log prints strategy version. Dardon 2021-11-20 16:26:07 +0000
  • c0cc3f5f97 Small doc improvements to callback documentation Matthias 2021-11-20 16:15:03 +0100
  • b36fe8fe0f Simplify strategy documentation Matthias 2021-11-20 11:48:11 +0100
  • 0bae1471bd Extract callbacks into a separate site Matthias 2021-11-20 11:44:56 +0100
  • ef67a2adfc Improve callback documentation Matthias 2021-11-17 20:24:07 +0100
  • d8ee72554f Improve callback documentation Matthias 2021-11-17 20:17:18 +0100
  • f8f7d81fc2 Update strategy template to use parameters Matthias 2021-11-14 08:51:15 +0100
  • a239e5f725 Add segment on colliding signals Matthias 2021-11-13 12:57:51 +0100
  • 32a56bbd4a
    Merge pull request #5926 from samgermain/has-no-leverage Matthias 2021-11-20 11:31:36 +0100
  • 89fa39b3bc Kucoin Announcements stefano 2021-11-16 00:32:06 +0100
  • 54ef52692f Trade.has_no_leverage makes more sense Sam Germain 2021-11-20 01:06:10 -0600
  • 988f4d5190 Test leverage call in freqtradebot Matthias 2021-11-19 19:34:59 +0100
  • 9aed76ba17 Integrate leverage() to freqtradebot Matthias 2021-11-19 19:23:48 +0100
  • 6247608cc6 top/bottom cap leverage Matthias 2021-11-19 07:11:19 +0100
  • 021d1b518c Call "leverage" to determine leverage to be used. Matthias 2021-11-18 20:55:45 +0100
  • 5a8824171c Add short/long metrics to backtest result Matthias 2021-11-18 20:41:37 +0100
  • 0a50017c84 Add long/short support to backtesting Matthias 2021-11-18 20:34:59 +0100
  • f40221dd9f Merge branch 'develop' into feat/short Matthias 2021-11-18 20:20:01 +0100
  • 8638e6fe47 Simplify tradingmode parsing Matthias 2021-11-18 19:56:59 +0100
  • 06c81b5234
    Merge pull request #5919 from mablue/patch-6 Matthias 2021-11-18 11:58:36 +0100
  • 0b6060dd11
    indentation problem :) Masoud Azizi 2021-11-18 13:28:17 +0330
  • 5fb0f53539 Add curl to install description Matthias 2021-11-17 19:36:38 +0100
  • 4f0a73010a
    Merge pull request #5890 from aezomz/todo-rpc Matthias 2021-11-17 06:58:07 +0100
  • cbb5025711
    Merge pull request #5825 from freqtrade/futures_pairlist Matthias 2021-11-16 19:46:27 +0100
  • 1ba2e275b8 updated test param format aezo.teo 2021-11-16 14:29:40 +0800
  • ce3c5b32f9 Fix test leakage in ccxt_compat Matthias 2021-11-16 07:04:56 +0100
  • c17c1611bd removed short_trades, updated schema, tests aezo.teo 2021-11-16 14:03:33 +0800
  • 5cfc385d44 Versionbump ccxt Matthias 2021-11-16 06:40:29 +0100
  • 75eccea88d Improve futures detection, add ccxt-compat test Matthias 2021-11-15 19:43:43 +0100
  • 4e9b83e170 Merge branch 'feat/short' into futures_pairlist Matthias 2021-11-15 19:12:36 +0100
  • 9c34208b15 Merge branch 'upstream-5890' into todo-rpc aezo.teo 2021-11-15 23:30:54 +0800
  • 60cf52aa34 Remove unused test code Matthias 2021-11-15 07:09:21 +0100
  • 4d45eb0644
    Merge pull request #5896 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.8.1 Matthias 2021-11-15 07:01:36 +0100
  • 056f8c72a1
    Merge pull request #5895 from freqtrade/dependabot/pip/develop/ccxt-1.61.24 Matthias 2021-11-15 07:01:15 +0100
  • 6a79a04350
    Merge pull request #5901 from freqtrade/dependabot/pip/develop/jinja2-3.0.3 Matthias 2021-11-15 06:28:00 +0100
  • d477ccab19
    Bump ccxt from 1.60.68 to 1.61.24 dependabot[bot] 2021-11-15 05:27:50 +0000
  • e3bb102dc0
    Bump python-telegram-bot from 13.7 to 13.8.1 dependabot[bot] 2021-11-15 05:27:49 +0000
  • 5df5a6f13b
    Merge pull request #5898 from freqtrade/dependabot/pip/develop/coveralls-3.3.1 Matthias 2021-11-15 06:27:39 +0100
  • f4fd4ecdb9
    Merge pull request #5899 from freqtrade/dependabot/pip/develop/isort-5.10.1 Matthias 2021-11-15 06:27:20 +0100
  • c8191c4412
    Merge pull request #5893 from freqtrade/dependabot/pip/develop/types-requests-2.26.0 Matthias 2021-11-15 06:26:50 +0100
  • 46de615b50
    Merge pull request #5894 from freqtrade/dependabot/pip/develop/pymdown-extensions-9.1 Matthias 2021-11-15 06:26:31 +0100
  • 003e17bbb2
    Merge pull request #5902 from freqtrade/dependabot/pip/develop/nbconvert-6.3.0 Matthias 2021-11-15 06:26:13 +0100
  • b1618afef3
    Merge pull request #5897 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.27 Matthias 2021-11-15 06:25:55 +0100
  • 7bd384c7fb
    Bump nbconvert from 6.2.0 to 6.3.0 dependabot[bot] 2021-11-15 03:01:45 +0000
  • 876b59f477
    Bump jinja2 from 3.0.2 to 3.0.3 dependabot[bot] 2021-11-15 03:01:42 +0000
  • 8ec5f72be4
    Bump isort from 5.10.0 to 5.10.1 dependabot[bot] 2021-11-15 03:01:30 +0000
  • 178e3ac6af
    Bump coveralls from 3.3.0 to 3.3.1 dependabot[bot] 2021-11-15 03:01:27 +0000
  • 2a1c61fb30
    Bump sqlalchemy from 1.4.26 to 1.4.27 dependabot[bot] 2021-11-15 03:01:22 +0000
  • ff6b1f4421 Small changes Sam Germain 2021-11-14 21:01:08 -0600
  • c046790727
    Bump pymdown-extensions from 9.0 to 9.1 dependabot[bot] 2021-11-15 03:01:04 +0000
  • 43120e03f9
    Bump types-requests from 2.25.11 to 2.26.0 dependabot[bot] 2021-11-15 03:01:00 +0000
  • f101419a47 Merge branch 'feat/short' into todo-rpc Sam Germain 2021-11-14 20:48:55 -0600