Commit Graph

  • a7ea06791a
    Merge branch 'freqtrade:develop' into plot_hyperopt_stats Italo 2022-01-24 21:46:33 +0000
  • 4389ce1a8f Update helpers documentation for is_short Matthias 2022-01-24 19:12:28 +0100
  • aacddf64cf Add pandas 3.7 requirements workaround Matthias 2022-01-24 19:07:37 +0100
  • e72c3ec19f Commit just to force tests to run again. Reigo Reinmets 2022-01-24 15:27:03 +0200
  • 78986a0def I sort managed to fit it on another row. Impressive. Reigo Reinmets 2022-01-24 14:09:23 +0200
  • acf6e94591 Fix unittest. Reigo Reinmets 2022-01-24 13:56:52 +0200
  • 1d59a6b7e3
    Merge branch 'freqtrade:develop' into health Reigo Reinmets 2022-01-24 13:52:53 +0200
  • ac71d79364
    Merge pull request #6281 from freqtrade/stake_amount_tag Matthias 2022-01-24 09:28:40 +0100
  • 8db6d76a21
    Bump ccxt from 1.68.20 to 1.70.31 dependabot[bot] 2022-01-24 07:03:11 +0000
  • b8377b9e30
    Merge pull request #6288 from freqtrade/dependabot/pip/develop/pytest-asyncio-0.17.2 Matthias 2022-01-24 08:02:01 +0100
  • 2823da977d
    Merge pull request #6289 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.31 Matthias 2022-01-24 08:00:46 +0100
  • 45a2298929 Re-add getting buy orders in docs Matthias 2022-01-24 07:11:22 +0100
  • 381bda1e4a Update test to add new argument Matthias 2022-01-23 19:43:41 +0100
  • 194a5ce3cc Update advanced strategy template with missing methods Matthias 2022-01-23 19:40:12 +0100
  • e252830229 Add entry_tag to "entry" callbacks Matthias 2022-01-23 19:32:38 +0100
  • d3d4894ec5
    Merge branch 'freqtrade:develop' into health Reigo Reinmets 2022-01-24 08:01:00 +0200
  • 6d91ceb28c
    Merge pull request #6282 from xataxxx/develop Matthias 2022-01-24 06:59:21 +0100
  • ce7dff405f
    Merge pull request #6292 from freqtrade/dependabot/pip/develop/fastapi-0.73.0 Matthias 2022-01-24 06:53:39 +0100
  • 1aa7c193ba
    Merge pull request #6287 from freqtrade/dependabot/pip/develop/mkdocs-material-8.1.8 Matthias 2022-01-24 06:52:57 +0100
  • 0990e5d472
    Merge pull request #6286 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.8 Matthias 2022-01-24 06:22:58 +0100
  • 9ae6bbb8d2
    Merge pull request #6290 from freqtrade/dependabot/pip/develop/types-filelock-3.2.5 Matthias 2022-01-24 06:22:24 +0100
  • bac7fd0d33
    Bump ccxt from 1.68.20 to 1.70.24 dependabot[bot] 2022-01-24 03:01:42 +0000
  • b8413410d1
    Bump fastapi from 0.72.0 to 0.73.0 dependabot[bot] 2022-01-24 03:01:33 +0000
  • fd1828c283
    Bump pandas from 1.3.5 to 1.4.0 dependabot[bot] 2022-01-24 03:01:30 +0000
  • cf79cef7ba
    Bump types-filelock from 3.2.4 to 3.2.5 dependabot[bot] 2022-01-24 03:01:24 +0000
  • 95c7d48684
    Bump sqlalchemy from 1.4.29 to 1.4.31 dependabot[bot] 2022-01-24 03:01:22 +0000
  • 12fabba784
    Bump pytest-asyncio from 0.17.1 to 0.17.2 dependabot[bot] 2022-01-24 03:01:12 +0000
  • 013262f7e2
    Bump mkdocs-material from 8.1.7 to 8.1.8 dependabot[bot] 2022-01-24 03:01:07 +0000
  • 138fd9440a
    Bump types-python-dateutil from 2.8.7 to 2.8.8 dependabot[bot] 2022-01-24 03:01:03 +0000
  • a2fb241a3b increase initial points to 64 Italo 2022-01-24 01:35:42 +0000
  • bf62fc9b25 Add /health endpoint that returns last_process timestamp, fix issue #6009 Reigo Reinmets 2022-01-23 21:58:46 +0200
  • 451eca51c8 Optimise the multiple usages of the same timestamp. Reigo Reinmets 2022-01-23 20:58:25 +0200
  • e67a54f7a9 Fix missing order time info in backtesting. Reigo Reinmets 2022-01-23 20:51:15 +0200
  • daee59f4f1 Reorder interface methods Matthias 2022-01-23 19:20:10 +0100
  • 57067ce88d Add tests for max_adjustment_buy handling Matthias 2022-01-23 19:07:37 +0100
  • 7429f535c1 Imrpove code by reusing available properties Matthias 2022-01-23 18:59:09 +0100
  • 62df044618
    Merge pull request #6279 from xataxxx/develop Matthias 2022-01-23 17:42:51 +0100
  • 6492e1cd76 Investigate random test failure Matthias 2022-01-23 17:42:18 +0100
  • 4b6f9121ca
    Merge pull request #6275 from freqtrade/extract_timedout_from_ftbot Matthias 2022-01-23 17:28:10 +0100
  • 7a3977943c
    Merge pull request #7 from tef-github/bug1 tef-github 2022-01-23 11:21:01 -0500
  • eb70e94bf7 reverted Bemhreth 2022-01-23 19:19:52 +0300
  • 6613e3757a Additional fix Reigo Reinmets 2022-01-23 18:09:57 +0200
  • 09db4bcadd Don't use strings, use methods directly Matthias 2022-01-23 17:00:00 +0100
  • 51b94889b2 Just in case also check for closed to avoid counting in canceled orders. Reigo Reinmets 2022-01-23 17:56:41 +0200
  • 8c79d55739 Fix issue #6268 Reigo Reinmets 2022-01-23 17:44:16 +0200
  • afd98c3661 bug fix Bemhreth 2022-01-23 18:21:22 +0300
  • 485b4a6f0d s Bemhreth 2022-01-23 17:44:15 +0300
  • ff19be3eba
    Merge pull request #6 from tef-github/restructuring tef-github 2022-01-23 09:05:30 -0500
  • 12fdc75745 restructured Bemhreth 2022-01-23 16:59:46 +0300
  • 79f36b5d6f
    Merge pull request #5 from tef-github/script tef-github 2022-01-23 08:43:09 -0500
  • 16aa12ae7f freq_data_cleaner implemented Bemhreth 2022-01-23 16:10:16 +0300
  • 480ed90a02 create to_json function for Order Stefano Ariestasia 2022-01-23 11:33:06 +0000
  • 821a9d9cdc Add current_time to check_timeout functions for convenience Matthias 2022-01-22 16:05:13 +0100
  • cc3852daf3 Add defaults to constants.py and update docs Stefano Ariestasia 2022-01-23 03:54:58 +0000
  • bf0b95b3d8 Improve backtest tests Matthias 2022-01-22 11:37:28 +0100
  • ad28543d4d Update kraken calculation Matthias 2022-01-22 11:04:58 +0100
  • d3713cf245 Fix fee test Matthias 2022-01-18 07:40:09 +0100
  • a0c0c4dcbe Update funding_fee formula to correctly calculate fees for long trades Matthias 2022-01-17 19:59:33 +0100
  • f26cd19146 Merge index and mark rates as part of dataload Matthias 2022-01-17 19:41:01 +0100
  • 82c90c0049 Extract funding and mark mergin to separate method Matthias 2022-01-17 19:39:58 +0100
  • 84c6d92d4c calculate_funding_fees is actually a public exchange interface (used in backtesting). Matthias 2022-01-17 19:26:03 +0100
  • e9e7fd749b Support funding-fees while running backtest Matthias 2022-01-08 15:07:20 +0100
  • a340d73edc Update funding_fee calculation test Matthias 2022-01-08 11:27:04 +0100
  • c6c97efed3 Remove unused method _get_funding_fee Matthias 2022-01-08 11:16:56 +0100
  • ef3a1ea8f2 Split funding fee calculation from Download Matthias 2022-01-08 11:01:14 +0100
  • 17ae6a0c78 Harmonize short parameter name in stoploss_from_open() Guillermo Rodríguez 2022-01-22 18:01:56 +0100
  • 40cd478c6d Calculate stoploss_from_absolute for shorts Guillermo Rodríguez 2022-01-22 18:01:02 +0100
  • f090dcc597 Merge branch 'develop' into feat/short Matthias 2022-01-22 17:25:21 +0100
  • 402747525f
    Merge pull request #1 from italodamato/develop Italo 2022-01-22 15:40:57 +0000
  • eacd1b0752
    Merge branch 'plot_hyperopt_stats' into develop Italo 2022-01-22 15:39:39 +0000
  • 56daafd6b7 Use realistic date for dry-run orders Matthias 2022-01-22 16:31:59 +0100
  • 01b331ee42
    Merge pull request #6274 from italodamato/set-stoploss-at-trade-creation Matthias 2022-01-22 16:17:47 +0100
  • 7bef9a9b3e Extract timeout handling from freqtradebot class Matthias 2022-01-22 15:59:10 +0100
  • 0ce6c150ff set stoploss at trade creation Italo 2022-01-22 14:06:45 +0000
  • 82f0d4d056 set stoploss at trade creation Italo 2022-01-22 14:03:12 +0000
  • bd4014e1e6 Small cleanup Matthias 2022-01-21 19:42:31 +0100
  • a35b0b519a Update forcebuy endpoint to support stake-amount Matthias 2022-01-22 13:26:02 +0100
  • fe5f61694b
    Merge branch 'freqtrade:develop' into pos_adjust Stefano Ariestasia 2022-01-22 21:25:16 +0900
  • 1505ad451c
    Merge pull request #6271 from freqtrade/fix/6267 Matthias 2022-01-22 10:33:52 +0100
  • d61c2184fb implemented the script Bemhreth 2022-01-22 11:20:28 +0300
  • 9ecd7400c8 Allow NaN when calculating digests Matthias 2022-01-22 08:10:09 +0100
  • 314a544881 Add Failing test for get_strategy_run_id Matthias 2022-01-22 08:08:50 +0100
  • f79decdb9c Merge branch 'fix-docs' of https://github.com/stash86/freqtrade into fix-docs Stefano Ariestasia 2022-01-22 06:54:57 +0000
  • 05046b9eef Add more info on status message Stefano Ariestasia 2022-01-22 06:54:49 +0000
  • a43c088448 Allow @informative in webserver mode Matthias 2022-01-22 07:11:59 +0100
  • 3d94d7df5c Update migrations for mariadb Matthias 2022-01-21 19:19:04 +0100
  • c265f39323 Update sequences for postgres Matthias 2022-01-21 12:55:35 +0100
  • 19948a6f89 Try fix sequence migrations Matthias 2022-01-21 06:51:04 +0100
  • 5dca183b7b Combine order and Trade migrations to better facilitate migrations in advanced DB systems Matthias 2022-01-20 19:37:01 +0100
  • bb1d8fb54f Improve message when no hyperopt fie is found Matthias 2022-01-21 15:23:06 +0100
  • 3baa7d9268
    Merge pull request #3 from tef-github/fix2 tef-github 2022-01-21 06:27:36 -0500
  • 3249f9fb98 Add max buys on status table Stefano Ariestasia 2022-01-21 08:27:54 +0000
  • f3a152a5a2
    Merge branch 'freqtrade:develop' into pos_adjust Stefano Ariestasia 2022-01-21 17:11:36 +0900
  • 34aea17166 WORKSPACE_PATH implemented Bemhreth 2022-01-21 10:46:38 +0300
  • 730d2e3574
    Merge pull request #6259 from stash86/fix-docs Matthias 2022-01-21 07:49:21 +0100
  • d02acb21c2 Add simple test for #buy header Matthias 2022-01-21 07:04:25 +0100
  • f4487c7711
    Merge pull request #6264 from italodamato/plot-trade-buytag Matthias 2022-01-21 06:51:44 +0100
  • 748381c5cd Update based on flake8 Stefano Ariestasia 2022-01-21 00:35:22 +0000
  • e35a1e4a01 fix flake8 Italo 2022-01-20 21:00:33 +0000
  • 80750cd8ab fixed passing values issue Bemhreth 2022-01-20 22:50:58 +0300