Commit Graph

  • 5c263c7ffd add backtesting results abs profit min/abs profit max, to get a better view if a strategy has a enough money to succeed Florian Reitmeir 2020-12-24 22:17:24 +01:00
  • f82dd55153 Merge pull request #4367 from freqtrade/fix/4181 Matthias 2021-02-14 19:32:05 +01:00
  • ee74bc1f52 timeframe is mandatory, no need to use .get() Matthias 2021-02-14 10:46:59 +01:00
  • ffca09bbcb Test ohlcv_candle_limit explicitly Matthias 2021-02-14 10:38:49 +01:00
  • da89838b5c Set bittrex limits as returned by the exchange Matthias 2021-02-14 10:32:55 +01:00
  • 5622bb3247 Make candle_limit optionally timeframe dependent Matthias 2021-02-14 10:29:45 +01:00
  • 7ecf8f8b80 Cleanup candle_limit usage Matthias 2021-02-14 10:08:05 +01:00
  • 10a11bda34 Document bitvavo as community tested Matthias 2021-02-14 09:41:50 +01:00
  • 6f77ec063e Fix cookieError on python<3.8 Matthias 2021-02-14 07:22:08 +01:00
  • 73d91275c4 Reset sell_order_status if a new sell-order is placed Matthias 2021-02-14 07:11:07 +01:00
  • af98e025d1 Merge branch 'develop' into patch-1 Eko Aprili Trisno 2021-02-14 02:12:38 +07:00
  • ba32708ed4 Update telegram.py Eko Aprili Trisno 2021-02-14 01:40:04 +07:00
  • 4b5f4aa1c1 Merge pull request #4361 from freqtrade/format_currencies Matthias 2021-02-13 19:23:23 +01:00
  • d4c8be915c Use fstring where possible Matthias 2021-02-13 16:11:49 +01:00
  • e7acee7904 Improve coin value output by rounding coin specific Matthias 2021-02-13 16:05:56 +01:00
  • 072abde9b7 Introduce round_coin_value to simplify coin rounding Matthias 2021-02-12 20:32:41 +01:00
  • dd23f6bcbc Fix type for getting pairs Matthias 2021-02-11 20:29:31 +01:00
  • 843fb204e9 Fix problem with inf values returned from dataframe for api methods Matthias 2021-02-11 20:21:07 +01:00
  • aa79574c0c Position-size should NEVER be over available_capital Matthias 2021-02-11 17:09:31 +01:00
  • 3110d2dbb1 Add small test cases Matthias 2021-02-09 20:03:03 +01:00
  • 86fa75b286 Pin version of cryptography Matthias 2021-02-09 06:55:36 +01:00
  • 7ee149da5d Improve plotting errorhandling Matthias 2021-02-08 20:08:32 +01:00
  • 427d762746 Improve tests for cancel_order to be more realistic Matthias 2021-02-08 19:37:24 +01:00
  • c5ab3a80a5 Check if order is a dict before parsing Matthias 2021-02-08 19:35:22 +01:00
  • de727645ab FIx random test failure if certain files exist Matthias 2021-02-08 19:21:33 +01:00
  • afaac92685 Merge pull request #4337 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.2 Matthias 2021-02-08 09:46:10 +01:00
  • 48e203f6a4 Merge pull request #4338 from freqtrade/dependabot/pip/develop/ccxt-1.41.70 Matthias 2021-02-08 09:45:49 +01:00
  • f999366bf5 Merge pull request #4333 from freqtrade/dependabot/pip/develop/py-find-1st-1.1.5 Matthias 2021-02-08 09:45:20 +01:00
  • c412f8df62 Bump python-telegram-bot from 13.1 to 13.2 dependabot[bot] 2021-02-08 08:28:11 +00:00
  • 12168cbf01 Bump ccxt from 1.41.62 to 1.41.70 dependabot[bot] 2021-02-08 08:26:18 +00:00
  • 0850145b3d Merge pull request #4334 from freqtrade/dependabot/pip/develop/numpy-1.20.1 Matthias 2021-02-08 08:22:30 +01:00
  • 9821d3a554 Merge pull request #4335 from freqtrade/dependabot/pip/develop/sqlalchemy-1.3.23 Matthias 2021-02-08 08:21:46 +01:00
  • d681565756 Merge pull request #4336 from freqtrade/dependabot/pip/develop/mkdocs-material-6.2.8 Matthias 2021-02-08 08:21:22 +01:00
  • 22d447b3f5 Bump mkdocs-material from 6.2.7 to 6.2.8 dependabot[bot] 2021-02-08 05:27:46 +00:00
  • 676cd7bb55 Bump sqlalchemy from 1.3.22 to 1.3.23 dependabot[bot] 2021-02-08 05:27:45 +00:00
  • dd7f9181c5 Bump numpy from 1.20.0 to 1.20.1 dependabot[bot] 2021-02-08 05:27:44 +00:00
  • d1bb46bed0 Bump py-find-1st from 1.1.4 to 1.1.5 dependabot[bot] 2021-02-08 05:27:42 +00:00
  • f6cdc6d9a2 Merge pull request #4325 from freqtrade/refresh_order_skip Matthias 2021-02-07 08:23:22 +01:00
  • 4cb67f140a Merge pull request #4323 from eselskas/patch-2 Matthias 2021-02-06 20:17:20 +01:00
  • 694f55c0a5 Use suggested link Edvinas Selskas 2021-02-06 14:43:50 +00:00
  • d5cf837c0f Parse regular cancel_order call to update orders table Matthias 2021-02-06 09:23:10 +01:00
  • 729e773353 Merge pull request #4319 from JoeSchr/patch-2 Matthias 2021-02-06 09:11:49 +01:00
  • bc8fda8d63 Update sample_strategy.py Edvinas Selskas 2021-02-06 03:13:53 +00:00
  • 0a43988f3f Fix sample strategy documentation link Edvinas Selskas 2021-02-06 03:02:37 +00:00
  • aec22c5c3d introduce skip_open_order_update parameter Matthias 2021-02-05 20:17:38 +01:00
  • 86a97988c0 Improve wording Matthias 2021-02-05 20:09:13 +01:00
  • 0806202d47 ccxt version bump to 1.41.62 Matthias 2021-02-05 20:02:55 +01:00
  • 2c71b3b118 Merge pull request #4309 from freqtrade/extract_stake_amount Matthias 2021-02-05 19:47:30 +01:00
  • 545a94f360 Merge pull request #4321 from JoeSchr/fix/lint-binance-example-config Matthias 2021-02-05 14:58:24 +01:00
  • a816fb1245 chore(lint): lint binance example config Joe Schr 2021-02-05 12:43:19 +01:00
  • 1310a7b547 Fix bug with wrong conversion for BTCST/BTC Matthias 2021-02-04 19:58:44 +01:00
  • 17e1cfbd43 Merge pull request #4313 from raoulbuzziol/develop Matthias 2021-02-04 19:42:45 +01:00
  • 428d2af312 add sudo to chown JoeSchr 2021-02-04 19:39:25 +01:00
  • 5165357f40 Update data-download.md JoeSchr 2021-02-04 19:36:04 +01:00
  • 19e43e2e9d Merge pull request #4314 from JoeSchr/patch-1 Matthias 2021-02-04 17:34:23 +01:00
  • 5cd8745997 Update README.md JoeSchr 2021-02-04 16:26:03 +01:00
  • 99b2214d1f setting resize_keyboard=True for slightly smaller Telegram buttons raoulus 2021-02-04 15:27:18 +01:00
  • e8e5acc2e2 Fix import in strategy template Matthias 2021-02-03 20:15:08 +01:00
  • 024849d844 Merge pull request #4285 from freqtrade/ui_deploy Matthias 2021-02-03 20:09:31 +01:00
  • b8cb39462c Move get_trade_stake_amount to wallets Matthias 2021-02-03 20:00:33 +01:00
  • 6c87c49871 Merge pull request #4306 from The-smooth-operator/docs Matthias 2021-02-03 19:30:20 +01:00
  • 54d0ac9d20 Update telegram.py Eko Aprili Trisno 2021-02-04 01:19:23 +07:00
  • 21d3635e8d Update telegram.py Eko Aprili Trisno 2021-02-04 01:16:27 +07:00
  • 69d62ef383 Add Refresh / Reload Button on rpc/Telegram Eko Aprili Trisno 2021-02-04 01:06:52 +07:00
  • f36c61e32f Fix documentation links pointing to pairlists Alberto del Barrio 2021-02-03 18:11:49 +01:00
  • caa3e1a7fa Merge pull request #4301 from freqtrade/doc_reorg Matthias 2021-02-03 12:02:05 +01:00
  • de72734076 Merge pull request #4302 from mobrine1/patch-1 Matthias 2021-02-03 10:13:44 +01:00
  • 06b56544a8 printing json by default now mobrine1 2021-02-03 03:27:54 -05:00
  • 56569690d9 Update rest_client.py mobrine1 2021-02-02 15:59:48 -05:00
  • 12bcbf4374 #4289 printing json output mobrine1 2021-02-02 15:40:33 -05:00
  • cd41d11b85 Merge pull request #4300 from freqtrade/extract_get_min_stake_amount Matthias 2021-02-02 20:28:35 +01:00
  • 43986d3f73 Move Pricing to subpage Matthias 2021-02-02 20:26:01 +01:00
  • b41078cc46 Don't include plugin documentation in Configuration page Matthias 2021-02-02 20:23:30 +01:00
  • dabe456d65 Improve wording of configuration doc Matthias 2021-02-02 20:20:34 +01:00
  • 3e3c9e99c7 Move command references to their respective subpages Matthias 2021-02-02 20:03:28 +01:00
  • f0532f28cf Small doc-reorg adding "advanced topics" as main header Matthias 2021-02-02 20:03:01 +01:00
  • cfd0bb8964 Extract min stake amount from bot to exchange class Matthias 2021-02-02 19:47:21 +01:00
  • fa8156b321 Merge pull request #4282 from pan-long/patch-1 Matthias 2021-02-02 08:22:38 +01:00
  • 3d9b4034e6 Use already calculated current_profit for sell_profit_offset comparison Matthias 2021-02-02 08:06:19 +01:00
  • a69fde39e5 Merge pull request #4296 from freqtrade/fix/pairlistbug Matthias 2021-02-01 20:02:50 +01:00
  • a9f1c871dd Add path loading snippet to derived strategies Matthias 2021-02-01 19:48:29 +01:00
  • 52acf9aaf6 Fix "disappearing pairs" bug Matthias 2021-02-01 19:40:31 +01:00
  • 130a9b4db3 Add test to call verify_pairlist multiple times Matthias 2021-02-01 19:39:55 +01:00
  • 55c9489eb2 Downgrade RPI docker-image to 3.7 Matthias 2021-02-01 15:10:55 +01:00
  • cd5c58fd37 Properly patch exchange for plot_profit test Matthias 2021-02-01 12:58:18 +01:00
  • b33534b8f5 Merge pull request #4290 from freqtrade/dependabot/pip/develop/urllib3-1.26.3 Matthias 2021-02-01 11:01:45 +01:00
  • 4facf662de Fix random test-failure caused by un-clean hyperopt shutdown Matthias 2021-02-01 11:00:55 +01:00
  • fd5468f9cc Merge pull request #4292 from freqtrade/dependabot/pip/develop/pymdown-extensions-8.1.1 Matthias 2021-02-01 10:52:47 +01:00
  • ccdac3d4c3 Bump urllib3 from 1.26.2 to 1.26.3 dependabot[bot] 2021-02-01 08:50:24 +00:00
  • 7fcf0d5231 Bump pymdown-extensions from 8.1 to 8.1.1 dependabot[bot] 2021-02-01 08:45:31 +00:00
  • dc55c79e41 Merge pull request #4286 from freqtrade/dataload_valueerror Matthias 2021-02-01 07:52:05 +01:00
  • ed2ae65ffb Merge pull request #4293 from freqtrade/dependabot/pip/develop/jinja2-2.11.3 Matthias 2021-02-01 07:48:22 +01:00
  • 8e1f3a5196 Merge pull request #4291 from freqtrade/dependabot/pip/develop/pytest-6.2.2 Matthias 2021-02-01 07:47:40 +01:00
  • 382cd9eaaf Merge pull request #4295 from freqtrade/dependabot/pip/develop/mkdocs-material-6.2.7 Matthias 2021-02-01 07:47:23 +01:00
  • 8cf8ef98c4 Merge pull request #4294 from freqtrade/dependabot/pip/develop/ccxt-1.41.35 Matthias 2021-02-01 07:47:06 +01:00
  • 2a5e0920ec Bump mkdocs-material from 6.2.5 to 6.2.7 dependabot[bot] 2021-02-01 05:42:08 +00:00
  • aa7120f27c Bump ccxt from 1.40.99 to 1.41.35 dependabot[bot] 2021-02-01 05:42:06 +00:00
  • ed1d4f0568 Bump jinja2 from 2.11.2 to 2.11.3 dependabot[bot] 2021-02-01 05:42:05 +00:00
  • 76312d722a Bump pytest from 6.2.1 to 6.2.2 dependabot[bot] 2021-02-01 05:41:53 +00:00
  • 2c80388b40 Fix valueerror in case of empty array files Matthias 2021-01-31 19:49:14 +01:00