Commit Graph

  • ac71d79364 Merge pull request #6281 from freqtrade/stake_amount_tag Matthias 2022-01-24 09:28:40 +01:00
  • b8377b9e30 Merge pull request #6288 from freqtrade/dependabot/pip/develop/pytest-asyncio-0.17.2 Matthias 2022-01-24 08:02:01 +01:00
  • 2823da977d Merge pull request #6289 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.31 Matthias 2022-01-24 08:00:46 +01:00
  • 45a2298929 Re-add getting buy orders in docs Matthias 2022-01-24 07:11:22 +01:00
  • 381bda1e4a Update test to add new argument Matthias 2022-01-23 19:43:41 +01:00
  • 194a5ce3cc Update advanced strategy template with missing methods Matthias 2022-01-23 19:40:12 +01:00
  • e252830229 Add entry_tag to "entry" callbacks Matthias 2022-01-23 19:32:38 +01:00
  • d3d4894ec5 Merge branch 'freqtrade:develop' into health Reigo Reinmets 2022-01-24 08:01:00 +02:00
  • 6d91ceb28c Merge pull request #6282 from xataxxx/develop Matthias 2022-01-24 06:59:21 +01:00
  • ce7dff405f Merge pull request #6292 from freqtrade/dependabot/pip/develop/fastapi-0.73.0 Matthias 2022-01-24 06:53:39 +01:00
  • 1aa7c193ba Merge pull request #6287 from freqtrade/dependabot/pip/develop/mkdocs-material-8.1.8 Matthias 2022-01-24 06:52:57 +01:00
  • 0990e5d472 Merge pull request #6286 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.8 Matthias 2022-01-24 06:22:58 +01:00
  • 9ae6bbb8d2 Merge pull request #6290 from freqtrade/dependabot/pip/develop/types-filelock-3.2.5 Matthias 2022-01-24 06:22:24 +01:00
  • b8413410d1 Bump fastapi from 0.72.0 to 0.73.0 dependabot[bot] 2022-01-24 03:01:33 +00:00
  • fd1828c283 Bump pandas from 1.3.5 to 1.4.0 dependabot[bot] 2022-01-24 03:01:30 +00:00
  • cf79cef7ba Bump types-filelock from 3.2.4 to 3.2.5 dependabot[bot] 2022-01-24 03:01:24 +00:00
  • 95c7d48684 Bump sqlalchemy from 1.4.29 to 1.4.31 dependabot[bot] 2022-01-24 03:01:22 +00:00
  • 12fabba784 Bump pytest-asyncio from 0.17.1 to 0.17.2 dependabot[bot] 2022-01-24 03:01:12 +00:00
  • 013262f7e2 Bump mkdocs-material from 8.1.7 to 8.1.8 dependabot[bot] 2022-01-24 03:01:07 +00:00
  • 138fd9440a Bump types-python-dateutil from 2.8.7 to 2.8.8 dependabot[bot] 2022-01-24 03:01:03 +00:00
  • a2fb241a3b increase initial points to 64 Italo 2022-01-24 01:35:42 +00:00
  • bf62fc9b25 Add /health endpoint that returns last_process timestamp, fix issue #6009 Reigo Reinmets 2022-01-23 21:58:46 +02:00
  • 451eca51c8 Optimise the multiple usages of the same timestamp. Reigo Reinmets 2022-01-23 20:58:25 +02:00
  • e67a54f7a9 Fix missing order time info in backtesting. Reigo Reinmets 2022-01-23 20:51:15 +02:00
  • daee59f4f1 Reorder interface methods Matthias 2022-01-23 19:20:10 +01:00
  • 57067ce88d Add tests for max_adjustment_buy handling Matthias 2022-01-23 19:07:37 +01:00
  • 7429f535c1 Imrpove code by reusing available properties Matthias 2022-01-23 18:59:09 +01:00
  • 62df044618 Merge pull request #6279 from xataxxx/develop Matthias 2022-01-23 17:42:51 +01:00
  • 6492e1cd76 Investigate random test failure Matthias 2022-01-23 17:42:18 +01:00
  • 4b6f9121ca Merge pull request #6275 from freqtrade/extract_timedout_from_ftbot Matthias 2022-01-23 17:28:10 +01:00
  • 6613e3757a Additional fix Reigo Reinmets 2022-01-23 18:09:57 +02:00
  • 09db4bcadd Don't use strings, use methods directly Matthias 2022-01-23 17:00:00 +01:00
  • 51b94889b2 Just in case also check for closed to avoid counting in canceled orders. Reigo Reinmets 2022-01-23 17:56:41 +02:00
  • 8c79d55739 Fix issue #6268 Reigo Reinmets 2022-01-23 17:44:16 +02:00
  • 480ed90a02 create to_json function for Order Stefano Ariestasia 2022-01-23 11:33:06 +00:00
  • 821a9d9cdc Add current_time to check_timeout functions for convenience Matthias 2022-01-22 16:05:13 +01:00
  • cc3852daf3 Add defaults to constants.py and update docs Stefano Ariestasia 2022-01-23 03:54:58 +00:00
  • bf0b95b3d8 Improve backtest tests Matthias 2022-01-22 11:37:28 +01:00
  • ad28543d4d Update kraken calculation Matthias 2022-01-22 11:04:58 +01:00
  • d3713cf245 Fix fee test Matthias 2022-01-18 07:40:09 +01:00
  • a0c0c4dcbe Update funding_fee formula to correctly calculate fees for long trades Matthias 2022-01-17 19:59:33 +01:00
  • f26cd19146 Merge index and mark rates as part of dataload Matthias 2022-01-17 19:41:01 +01:00
  • 82c90c0049 Extract funding and mark mergin to separate method Matthias 2022-01-17 19:39:58 +01:00
  • 84c6d92d4c calculate_funding_fees is actually a public exchange interface (used in backtesting). Matthias 2022-01-17 19:26:03 +01:00
  • e9e7fd749b Support funding-fees while running backtest Matthias 2022-01-08 15:07:20 +01:00
  • a340d73edc Update funding_fee calculation test Matthias 2022-01-08 11:27:04 +01:00
  • c6c97efed3 Remove unused method _get_funding_fee Matthias 2022-01-08 11:16:56 +01:00
  • ef3a1ea8f2 Split funding fee calculation from Download Matthias 2022-01-08 11:01:14 +01:00
  • 17ae6a0c78 Harmonize short parameter name in stoploss_from_open() Guillermo Rodríguez 2022-01-22 18:01:56 +01:00
  • 40cd478c6d Calculate stoploss_from_absolute for shorts Guillermo Rodríguez 2022-01-22 18:01:02 +01:00
  • f090dcc597 Merge branch 'develop' into feat/short Matthias 2022-01-22 17:25:21 +01:00
  • 402747525f Merge pull request #1 from italodamato/develop Italo 2022-01-22 15:40:57 +00:00
  • eacd1b0752 Merge branch 'plot_hyperopt_stats' into develop Italo 2022-01-22 15:39:39 +00:00
  • 56daafd6b7 Use realistic date for dry-run orders Matthias 2022-01-22 16:31:59 +01:00
  • 01b331ee42 Merge pull request #6274 from italodamato/set-stoploss-at-trade-creation Matthias 2022-01-22 16:17:47 +01:00
  • 7bef9a9b3e Extract timeout handling from freqtradebot class Matthias 2022-01-22 15:59:10 +01:00
  • 0ce6c150ff set stoploss at trade creation Italo 2022-01-22 14:06:45 +00:00
  • 82f0d4d056 set stoploss at trade creation Italo 2022-01-22 14:03:12 +00:00
  • bd4014e1e6 Small cleanup Matthias 2022-01-21 19:42:31 +01:00
  • a35b0b519a Update forcebuy endpoint to support stake-amount Matthias 2022-01-22 13:26:02 +01:00
  • fe5f61694b Merge branch 'freqtrade:develop' into pos_adjust Stefano Ariestasia 2022-01-22 21:25:16 +09:00
  • 1505ad451c Merge pull request #6271 from freqtrade/fix/6267 Matthias 2022-01-22 10:33:52 +01:00
  • 9ecd7400c8 Allow NaN when calculating digests Matthias 2022-01-22 08:10:09 +01:00
  • 314a544881 Add Failing test for get_strategy_run_id Matthias 2022-01-22 08:08:50 +01:00
  • f79decdb9c Merge branch 'fix-docs' of https://github.com/stash86/freqtrade into fix-docs Stefano Ariestasia 2022-01-22 06:54:57 +00:00
  • 05046b9eef Add more info on status message Stefano Ariestasia 2022-01-22 06:54:49 +00:00
  • a43c088448 Allow @informative in webserver mode Matthias 2022-01-22 07:11:59 +01:00
  • 3d94d7df5c Update migrations for mariadb Matthias 2022-01-21 19:19:04 +01:00
  • c265f39323 Update sequences for postgres Matthias 2022-01-21 12:55:35 +01:00
  • 19948a6f89 Try fix sequence migrations Matthias 2022-01-21 06:51:04 +01:00
  • 5dca183b7b Combine order and Trade migrations to better facilitate migrations in advanced DB systems Matthias 2022-01-20 19:37:01 +01:00
  • bb1d8fb54f Improve message when no hyperopt fie is found Matthias 2022-01-21 15:23:06 +01:00
  • 3249f9fb98 Add max buys on status table Stefano Ariestasia 2022-01-21 08:27:54 +00:00
  • f3a152a5a2 Merge branch 'freqtrade:develop' into pos_adjust Stefano Ariestasia 2022-01-21 17:11:36 +09:00
  • 730d2e3574 Merge pull request #6259 from stash86/fix-docs Matthias 2022-01-21 07:49:21 +01:00
  • d02acb21c2 Add simple test for #buy header Matthias 2022-01-21 07:04:25 +01:00
  • f4487c7711 Merge pull request #6264 from italodamato/plot-trade-buytag Matthias 2022-01-21 06:51:44 +01:00
  • 748381c5cd Update based on flake8 Stefano Ariestasia 2022-01-21 00:35:22 +00:00
  • e35a1e4a01 fix flake8 Italo 2022-01-20 21:00:33 +00:00
  • a9f14ac119 show buy_tag only if not None Italo 2022-01-20 18:44:09 +00:00
  • 8ce5536dd8 fix tests Italo 2022-01-20 18:37:17 +00:00
  • 4e9f0d89af add buy_tag to trade tooltip in plots Italo 2022-01-20 17:17:58 +00:00
  • 52206e6f41 add buy tag to plot Italo 2022-01-20 17:15:05 +00:00
  • 34d19dc108 Merge branch 'freqtrade:develop' into plot_hyperopt_stats Italo 2022-01-20 11:37:54 +00:00
  • d549905856 Api-backtest to test new functionality Matthias 2022-01-20 07:11:48 +01:00
  • a6c7f45545 Update webserver backtseting to reuse prior results Matthias 2022-01-20 06:44:41 +01:00
  • e9baabce6f Store results when backtesting via API Matthias 2022-01-08 08:22:25 +01:00
  • f30580e5f2 Update freqtradebot.py Stefano Ariestasia 2022-01-20 11:40:29 +09:00
  • 5fb9511556 fix typo Stefano Ariestasia 2022-01-20 10:34:35 +09:00
  • 62ea1a445e add lines to show_config message Stefano Ariestasia 2022-01-20 10:03:26 +09:00
  • 2e537df358 Update strategy_resolver.py Stefano Ariestasia 2022-01-20 09:07:59 +09:00
  • 847e8977ca Merge pull request #6255 from rokups/rk/backtest-result-caching-2 Matthias 2022-01-19 21:01:24 +01:00
  • afe46a55f7 Add documentation for --cache backtest option Matthias 2022-01-19 20:19:17 +01:00
  • d319204dea Add note about legacy metadata format Matthias 2022-01-19 20:08:09 +01:00
  • 7c010b3058 Update strategy-callbacks.md Stefano Ariestasia 2022-01-19 22:16:42 +09:00
  • ac93eea585 update Stefano Ariestasia 2022-01-19 21:58:24 +09:00
  • 5fffc5033a Rework backtesting --no-cahche to --cache=[none, day, week, month]. Fix an issue where config modification during runtime would prevent use of cached results. Rokas Kupstys 2022-01-18 11:00:51 +02:00
  • 5525fdae1a add max_buy_position_adjustment as attribute Stefano Ariestasia 2022-01-19 16:50:13 +09:00
  • 3925e8a7e3 add "# Buys" column to status table Stefano Ariestasia 2022-01-19 16:14:21 +09:00
  • e04956be0e Merge pull request #6185 from freqtrade/fix_funding_fee_calc Matthias 2022-01-19 06:57:44 +01:00