Commit Graph

  • 7811a36ae9 max_drawdown_abs calc fix & .DS_Store deletition zx 2022-02-07 07:44:13 +01:00
  • 5047492f5a gitignore .ds_store files Matthias 2022-02-07 07:20:44 +01:00
  • 36dad186fd Merge pull request #6367 from freqtrade/dependabot/pip/develop/types-requests-2.27.8 Matthias 2022-02-07 07:03:19 +01:00
  • 2d979b84bf Merge pull request #6369 from freqtrade/dependabot/pip/develop/numpy-1.22.2 Matthias 2022-02-07 07:03:08 +01:00
  • 48ff2b3baa Merge pull request #6365 from freqtrade/dependabot/pip/develop/pytest-7.0.0 Matthias 2022-02-07 06:32:46 +01:00
  • 8cdb6e0774 DRAWDOWN_MULT back to a higher value as built-in for safer HOs first zx 2022-02-07 06:31:16 +01:00
  • 39a0cef922 Merge pull request #6371 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.11 Matthias 2022-02-07 06:28:46 +01:00
  • f31fa07b3f Bump numpy from 1.22.1 to 1.22.2 dependabot[bot] 2022-02-07 05:28:26 +00:00
  • 548b9e75f3 Merge pull request #6364 from freqtrade/dependabot/pip/develop/scipy-1.8.0 Matthias 2022-02-07 06:28:25 +01:00
  • 37ea07a45d Merge pull request #6366 from freqtrade/dependabot/pip/develop/ccxt-1.72.36 Matthias 2022-02-07 06:27:28 +01:00
  • 5221194318 Merge pull request #6370 from freqtrade/dependabot/pip/develop/mkdocs-material-8.1.10 Matthias 2022-02-07 06:27:10 +01:00
  • 2893d0b50d proper var name zx 2022-02-07 06:22:27 +01:00
  • 94b546228b Bump python-telegram-bot from 13.10 to 13.11 dependabot[bot] 2022-02-07 03:01:48 +00:00
  • b8af4bf8fe Bump mkdocs-material from 8.1.9 to 8.1.10 dependabot[bot] 2022-02-07 03:01:43 +00:00
  • 110a270a0b Bump uvicorn from 0.17.1 to 0.17.4 dependabot[bot] 2022-02-07 03:01:31 +00:00
  • 576d5a5b48 Bump types-requests from 2.27.7 to 2.27.8 dependabot[bot] 2022-02-07 03:01:29 +00:00
  • 1e43683283 Bump ccxt from 1.71.73 to 1.72.36 dependabot[bot] 2022-02-07 03:01:27 +00:00
  • 22e395af87 Bump pytest from 6.2.5 to 7.0.0 dependabot[bot] 2022-02-07 03:01:18 +00:00
  • e24c837e1f Bump scipy from 1.7.3 to 1.8.0 dependabot[bot] 2022-02-07 03:01:13 +00:00
  • 099a03f190 flake8 Stefano Ariestasia 2022-02-07 01:52:59 +00:00
  • 6d91a5ecbd Change "buy" and "sell" to "entry" and "exit" Stefano Ariestasia 2022-02-07 01:03:54 +00:00
  • 7d3b80fbde isort fix and leftover cleaning zx 2022-02-06 17:13:09 +01:00
  • fe33b86308 Merge pull request #6360 from stash86/pos_adjust Matthias 2022-02-06 17:08:37 +01:00
  • d03378b1df Update hyperopt.py Italo 2022-02-06 15:32:59 +00:00
  • 6b5f63d4d6 change profit_ratio by profit_abs zx 2022-02-06 16:20:25 +01:00
  • ee2a7a968b Add tests for /status on closed trades Matthias 2022-02-06 16:26:00 +01:00
  • 5eb5029856 Performancefilter - improve sorting Matthias 2022-02-06 16:19:11 +01:00
  • ef086d438c Update PerformanceFilter test to run with USDT pairs Matthias 2022-02-06 16:03:14 +01:00
  • c19f3950da Add losing trade to usdt_mock_trades Matthias 2022-02-06 16:02:18 +01:00
  • 0b01fcf047 Add ProfitDrawdownHyperoptLoss method zx 2022-02-06 15:40:54 +01:00
  • 303b12efd8 Merge pull request #6273 from freqtrade/pg_migrations Matthias 2022-02-06 14:39:02 +01:00
  • b657d2d8de Add Github funding Matthias 2022-02-06 14:38:04 +01:00
  • 7232324eb7 Update missing doc segment Matthias 2022-02-06 14:33:31 +01:00
  • da73e754b4 Explicit map coingecko symbol to ID for bnb and sol Matthias 2022-02-06 14:19:21 +01:00
  • 8f2425e49f Add rudimentary tests for pg-specific stuff Matthias 2022-02-06 14:06:46 +01:00
  • 644442e2f9 Track timedout orders Matthias 2022-02-06 13:37:31 +01:00
  • 17d748dd4c Improve handling of left_open_trades Matthias 2022-02-06 13:19:00 +01:00
  • c5e0daf2d3 Merge pull request #6358 from Bloodhunter4rc/patch-1 Matthias 2022-02-06 13:15:03 +01:00
  • adf8f6b2d5 Update hyperopt.py Italo 2022-02-06 10:33:49 +00:00
  • 2a3ab1ef61 1 more line to be hidden Stefano Ariestasia 2022-02-06 07:08:27 +00:00
  • 6b9696057d Update documentation to require python3.8 everywhere Matthias 2022-02-06 07:47:10 +01:00
  • 412fe65344 Merge pull request #6316 from samgermain/max-amount Matthias 2022-02-06 07:44:29 +01:00
  • 4cf514e293 fix flake8 Stefano Ariestasia 2022-02-06 03:16:56 +00:00
  • 131b2d68d8 reduce complexity (flake8) Stefano Ariestasia 2022-02-06 03:04:23 +00:00
  • 0477070faa hide some lines if trade is closed Stefano Ariestasia 2022-02-06 02:49:02 +00:00
  • c4a54cc9cd refinement of status Stefano Ariestasia 2022-02-06 02:31:14 +00:00
  • cfaf13c90f update Stefano Ariestasia 2022-02-06 02:21:16 +00:00
  • 6c1729e20b ignore warnings Italo 2022-02-06 01:07:30 +00:00
  • e0d42ad9a7 Update backtesting.py Sam Germain 2022-02-05 18:29:48 -06:00
  • 6a4cae1f8c Update hyperopt.py Italo 2022-02-06 00:17:48 +00:00
  • 82006ff1db Update setup.sh Bloodhunter4rc 2022-02-05 22:19:42 +01:00
  • 992eac9efa Update hyperopt.py Italo 2022-02-05 17:36:19 +00:00
  • 2c5f7adf28 Merge pull request #6354 from samgermain/ccxt-compat-max-lev Matthias 2022-02-05 17:14:33 +01:00
  • 870708a72a Version bump ccxt Matthias 2022-02-05 16:33:20 +01:00
  • 22173851d6 Detail tests for custom exit pricing Matthias 2022-02-05 15:20:05 +01:00
  • 2a59ef7311 Add detail tests for timeout behaviour Matthias 2022-02-05 15:12:29 +01:00
  • 808cefe526 Update order_selection logic Matthias 2022-02-05 10:12:03 +01:00
  • 9bf86bbe27 Extract backtesting row validation to separate function Matthias 2022-01-30 20:00:11 +01:00
  • 58fad72778 Update wallets when necessary Matthias 2022-01-30 19:35:46 +01:00
  • e08006ea25 Adjust tests to use order Object Matthias 2022-01-30 19:25:09 +01:00
  • 4ea79a32e4 Use Order object for ft_timeout check Matthias 2022-01-30 17:47:37 +01:00
  • 1e603985c5 Extract backtesting order cancelling Matthias 2022-01-30 17:39:23 +01:00
  • 6637dacd7f Extract protections in backtesting Matthias 2022-01-30 17:17:03 +01:00
  • 7ac44380f7 Extract backtest order closing to models class Matthias 2022-01-30 15:44:13 +01:00
  • 090554f197 Try fill backtest order imediately for adjusted order Matthias 2022-01-30 15:41:05 +01:00
  • f4149ee462 Force ROI to be within candle Matthias 2022-01-30 15:27:18 +01:00
  • 44e616c264 Add unfilledtimeout to required props for backtesting Matthias 2022-01-22 15:44:33 +01:00
  • 49cecf1cb2 Small cosmetic fix Matthias 2022-01-22 15:08:54 +01:00
  • 9140679bf4 Backtest order timeout continued. Rokas Kupstys 2022-01-22 15:11:33 +02:00
  • 15698dd1ca Fix errors so it runs, implement timeout handling. Rokas Kupstys 2022-01-19 11:42:24 +02:00
  • f7a1cabe23 Add first version to fill orders "later" in backtesting Matthias 2022-01-16 19:52:08 +01:00
  • c12e5a3b6c Initial idea backtesting order timeout Matthias 2022-01-16 19:39:42 +01:00
  • 6ed237a72a Merge pull request #6272 from stash86/fix-docs Matthias 2022-02-05 16:22:45 +01:00
  • b5d10d1b2e updated ccxt Sam Germain 2022-02-05 08:18:05 -06:00
  • ce676a9dd7 wrote ccxt_compat.test_get_max_leverage_spot test_get_max_leverage_futures Sam Germain 2022-02-04 17:55:49 -06:00
  • 8b57827676 exchange.get_max_pair_stake_amount hard set leverage to 0 Sam Germain 2022-02-04 14:26:15 -06:00
  • 06387478b5 Merge pull request #6341 from TheJoeSchr/backtest-filename Matthias 2022-02-04 16:31:03 +01:00
  • 761f7fdefb fix: linter Joe Schr 2022-02-04 12:56:28 +01:00
  • e84a58de28 fix: don't use different configuration keys, just add as 2nd argument Joe Schr 2022-02-02 12:45:03 +01:00
  • a3e045f69d Plotting: add alias --backtest-filename for --export-filename Joe Schr 2022-02-01 19:31:38 +01:00
  • c0a593280e test_exchange.test_cancel_order_dry_run pass leverage to create_order Sam Germain 2022-02-04 04:54:16 -06:00
  • dc6cb445fd Merge branch 'feat/short' into max-amount Sam Germain 2022-02-04 04:42:38 -06:00
  • cc3cb645f3 Merge branch 'max-amount' of https://github.com/samgermain/freqtrade into max-amount Sam Germain 2022-02-04 04:41:54 -06:00
  • 1824ee6b73 removed TODO Sam Germain 2022-02-04 04:41:41 -06:00
  • 6afad6c99f Small change to todo comment Matthias 2022-02-04 07:20:27 +01:00
  • 5cc2a15b02 Merge pull request #6349 from samgermain/todos Matthias 2022-02-04 07:20:18 +01:00
  • e7d71d01c0 removed plotting todo Sam Germain 2022-02-03 20:39:47 -06:00
  • 3ee2b7978c wallets.validate_stake_amount added param max_stake_available Sam Germain 2022-02-03 19:48:54 -06:00
  • 30c476e3c1 freqtradebot.get_valid_enter_price_and_stake gets min of stake_amount and max_stake_amount before calling wallets.validate_stake_amount Sam Germain 2022-02-03 19:22:37 -06:00
  • a50f4d2c57 Exchange.createOrder added * as second param Sam Germain 2022-02-03 18:28:08 -06:00
  • 16c2d54482 updated margin_modes Sam Germain 2022-02-03 01:38:14 -06:00
  • 7465037906 freqtradebot.execute_entry test for too high stake amount Sam Germain 2022-02-03 01:22:23 -06:00
  • c5cfd971f5 get_max_pair_stake_amount_tests Sam Germain 2022-02-03 00:52:39 -06:00
  • 8c680d75b9 moved max_stake_amount check for None to exchange.get_max_pair_stake_amount Sam Germain 2022-02-03 00:10:14 -06:00
  • 6b6b35ac1c check for max stake limit in freqtradebot and backtesting Sam Germain 2022-02-01 20:39:22 -06:00
  • 55d91f018f exchange._get_stake_amount_limit (merged min_pair_stake_amount and get_max_tradeable amount) Sam Germain 2022-02-01 20:24:06 -06:00
  • ff5fffefb4 exchange.get_max_amount_tradable looks at cost also Sam Germain 2022-01-31 03:57:47 -06:00
  • 6e8420914e removed unnecessary CCXT checks in exchange.get_min_pair_stake_amount Sam Germain 2022-01-31 03:07:42 -06:00
  • 64ad810445 Revert "moved get_max_leverage to get_min_pair_stake_amount" Sam Germain 2022-01-31 02:31:44 -06:00
  • 73319a74d3 moved get_max_leverage to get_min_pair_stake_amount Sam Germain 2022-01-29 21:26:03 -06:00