Commit Graph

  • d13ea71a58 Bump mkdocs-material from 9.1.3 to 9.1.4 dependabot[bot] 2023-03-27 03:57:55 +00:00
  • b72f61080b Bump orjson from 3.8.7 to 3.8.8 dependabot[bot] 2023-03-27 03:57:46 +00:00
  • 75c31cc8cc Bump ruff from 0.0.257 to 0.0.259 dependabot[bot] 2023-03-27 03:57:14 +00:00
  • 1b3d9efedd Bump types-requests from 2.28.11.15 to 2.28.11.16 dependabot[bot] 2023-03-27 03:56:55 +00:00
  • 2f8f60373e Bump ccxt from 3.0.23 to 3.0.36 dependabot[bot] 2023-03-27 03:56:49 +00:00
  • 55781e7f10 fix tests robcaulk 2023-03-26 19:22:52 +02:00
  • 72284317c2 Fix failing backtest test Matthias 2023-03-26 18:21:21 +02:00
  • 80a27bc0db Fix random uvicorn error Matthias 2023-03-26 18:18:52 +02:00
  • 1c9abd9e35 Properly respect can_short flag in backtesting Matthias 2023-03-26 17:27:52 +02:00
  • c14ac8a205 Properly handle non-replaced first entry orders Matthias 2023-03-26 16:46:41 +02:00
  • b09fb5826f don't use "can_short" in backtesting to determine application of leverage Matthias 2023-03-26 16:17:10 +02:00
  • fb1541bdf6 Explicitly close loop in async tests Matthias 2023-03-26 15:46:20 +02:00
  • 444d18aa39 Revert binance PO fix, since ccxt has fixed this bug. Matthias 2023-03-26 14:30:29 +02:00
  • 91ab4abba8 Merge pull request #8389 from escanoro/patch-1 Matthias 2023-03-26 15:45:29 +02:00
  • 16057da6cc typo: above should be below escanoro 2023-03-26 14:09:41 +02:00
  • d97500581d Merge pull request #8379 from xmatthias/type_sendmsg Matthias 2023-03-26 14:09:01 +02:00
  • f1e831a7b8 fix bug in backtest target setting robcaulk 2023-03-26 13:43:59 +02:00
  • 31a396bc25 Merge pull request #8272 from paranoidandy/bot-loop-start-every-candle-bt Matthias 2023-03-26 13:21:08 +02:00
  • 7cdcd97c26 Update tests for new logic. Matthias 2023-03-26 11:30:44 +02:00
  • 73b59df77b Merge branch 'develop' into pr/paranoidandy/8272 Matthias 2023-03-26 11:22:24 +02:00
  • 86aef7cf9d Add current_time to bot_loop_start callbak Matthias 2023-03-26 11:21:18 +02:00
  • 159090c0e7 Add explicit tests for TRUNCATE mode Matthias 2023-03-26 11:11:19 +02:00
  • 0cb28f3d82 Use kwarg for rounding_mode, update tests with additional parameter Matthias 2023-03-26 10:49:50 +02:00
  • d0d0cbe1d1 Implement price_to_precision logic for stoploss Matthias 2023-03-26 10:37:18 +02:00
  • 02078456fc Merge branch 'develop' into pr/asuiu/8296 Matthias 2023-03-26 10:28:02 +02:00
  • 01dfb1cba8 Revert having price_rounding_mode as configuration Matthias 2023-03-26 10:17:01 +02:00
  • ee205ddc86 Improve trade.from_json when stops are used Matthias 2023-03-25 20:26:56 +01:00
  • 298f5685ee Reuse existing "cancel_stoploss" call Matthias 2023-03-25 20:06:21 +01:00
  • 486d8a48a0 Fix docs (buffer_train_data_candles is an integer, not a boolean) Matthias 2023-03-25 19:36:28 +01:00
  • d426077445 Merge branch 'develop' of github.com:freqtrade/freqtrade into develop Matthias 2023-03-25 16:33:07 +01:00
  • 9aa455fcd4 Merge pull request #8364 from freqtrade/robcaulk-patch-1 Matthias 2023-03-25 16:27:25 +01:00
  • 1fe58c3938 ensure the backup folder will overwrite existing folders robcaulk 2023-03-25 14:12:06 +01:00
  • d9c8b322ce Update freqai_interface.py Robert Caulk 2023-03-25 13:37:07 +01:00
  • 630cdcb99f reduce duplicated code robcaulk 2023-03-25 13:27:41 +01:00
  • b383654378 create a separate folder for the historic_predictions parquet files. Modify save/load functions to accommodate new structure robcaulk 2023-03-25 13:19:53 +01:00
  • 68154a1f52 document why users cant arbitrarily change parameter spaces... robcaulk 2023-03-25 11:57:52 +01:00
  • f7c1ee6d3e add precision values to api schema Matthias 2023-03-25 11:55:47 +01:00
  • 9c6a49436b Export amount/price precisions per trade Matthias 2023-03-25 11:42:19 +01:00
  • 0883198f40 use parquet in favor of pickle to improve performance for historic_prediction saving, loading, and active post processing robcaulk 2023-03-25 11:38:16 +01:00
  • 75464c22f5 Merge pull request #8382 from linquanisaac/develop Matthias 2023-03-25 11:36:35 +01:00
  • cdd44a4005 docs(protections): fix typo linquanisaac 2023-03-25 17:19:58 +08:00
  • 34313a7af6 Merge remote-tracking branch 'origin/develop' into type_sendmsg Matthias 2023-03-25 09:23:00 +01:00
  • 4053ee4581 Merge pull request #8380 from freqtrade/fix/talibinstall Matthias 2023-03-25 09:22:43 +01:00
  • 56170dba19 use github to download guess instead of gnu.org Matthias 2023-03-25 08:44:35 +01:00
  • 79a2de7a64 Reduce impact of short outages Matthias 2023-03-25 08:31:35 +01:00
  • c0a57d352f send base_currency with messages that need it. Matthias 2023-03-25 08:16:07 +01:00
  • cbdd86d777 Fix test failures due to additional field Matthias 2023-03-24 21:05:10 +01:00
  • 281dd7785e Fix some remaining type errors Matthias 2023-03-24 20:56:18 +01:00
  • ad58bac810 Type WS messagetypes Matthias 2023-03-24 20:54:28 +01:00
  • 8928d3616a Improve msgtypes Matthias 2023-03-24 20:47:17 +01:00
  • e8cffeeffd Update RPCStatusMessage type Matthias 2023-03-24 20:36:29 +01:00
  • 76d289f0ce Don't overwrite types Matthias 2023-03-24 20:35:01 +01:00
  • 245ae99273 Further typing ... Matthias 2023-03-06 19:44:23 +01:00
  • 70ad7b42b1 Improve msg typing Matthias 2023-03-06 19:23:05 +01:00
  • 0ece73578c Add typedDict for RPC messages Matthias 2022-09-20 19:51:42 +02:00
  • b317524ed7 protect adjust_trade_position from crashing in case of unsafe code Matthias 2023-03-24 20:27:45 +01:00
  • 8903ba5d89 fix enf of file Yinon Polak 2023-03-24 20:35:55 +03:00
  • 469166636c Set initial stoploss when creating the order Matthias 2023-03-24 07:27:45 +01:00
  • eabd321281 small docs change Yinon Polak 2023-03-23 15:59:57 +02:00
  • 45c6ae446f small docs change Yinon Polak 2023-03-23 15:04:29 +02:00
  • 952e641213 small docs change Yinon Polak 2023-03-23 12:43:37 +02:00
  • c44b5b1b3a add pytorch parameters to parameter table docs Yinon Polak 2023-03-23 12:41:20 +02:00
  • fc8625c5c5 add pytorch classes uml diagram Yinon Polak 2023-03-23 12:13:27 +02:00
  • 150c5510c7 Don''t fully fail bot when invalid price value is reached Matthias 2023-03-22 19:46:07 +01:00
  • 36a005754a add pytorch documentation Yinon Polak 2023-03-22 18:15:57 +02:00
  • 479aafc331 rename Torch to PyTorch Yinon Polak 2023-03-22 17:50:00 +02:00
  • bdf19f1d66 Update freqai_interface.py Robert Caulk 2023-03-21 22:44:56 +01:00
  • 8cf3e9f91b Accept "insufficient funds" error on set_leverage from stop calls Matthias 2023-03-21 19:29:27 +01:00
  • ebebcb886c Move build-system to the top of pyproject.toml Matthias 2023-03-21 19:28:26 +01:00
  • 36c45fd14f Remove unused argument from set_leverage Matthias 2023-03-21 19:14:09 +01:00
  • 0128b63c1c add 'feather' to AVAILABLE_DATAHANDLERS_TRADES Joe Schr 2023-03-21 19:12:25 +01:00
  • e16db814fa featherdatahandler: implement trades_store/_trades_load Joe Schr 2023-03-21 17:52:14 +01:00
  • f81e3d8667 sort imports Yinon Polak 2023-03-21 16:42:13 +02:00
  • b9c7d338b3 fix test_start_backtesting Yinon Polak 2023-03-21 16:38:05 +02:00
  • 4f93106755 Merge remote-tracking branch 'origin/feat/add-pytorch-model-support' into feat/add-pytorch-model-support Yinon Polak 2023-03-21 16:26:42 +02:00
  • 02bccd0097 add pytorch mlp models to test_start_backtesting Yinon Polak 2023-03-21 16:20:35 +02:00
  • 1ba01746a0 organize pytorch files robcaulk 2023-03-21 15:09:54 +01:00
  • 83a7d888bc type hint init in pytorch mlp classes Yinon Polak 2023-03-21 15:19:34 +02:00
  • eba82360fa skip pytorch tests on python 3.11 and intel based mac os Yinon Polak 2023-03-21 15:18:05 +02:00
  • 3fa23860c0 skip pytorch tests on python 3.11 and intel based mac os Yinon Polak 2023-03-21 14:34:27 +02:00
  • a80afc8f1b add optional target tensor squeezing to pytorch trainer Yinon Polak 2023-03-21 13:20:54 +02:00
  • 97339e14cf round up divisions in calc_n_epochs Yinon Polak 2023-03-21 12:29:05 +02:00
  • 443263803c unsqueeze target tensor when 1 dimensional Yinon Polak 2023-03-21 11:42:05 +02:00
  • 9906e7d646 clean code Yinon Polak 2023-03-21 11:23:45 +02:00
  • e8f040bfbd add class_name attribute to freqai interface Yinon Polak 2023-03-20 20:38:43 +02:00
  • 97c420b2df Add explicit test for okx lev_prep Matthias 2023-03-20 19:27:48 +01:00
  • a4b617e482 type hints fixes Yinon Polak 2023-03-20 20:22:28 +02:00
  • 7b5e322ef2 Merge pull request #8360 from freqtrade/okx_stop Matthias 2023-03-20 19:19:59 +01:00
  • c06cd38951 clean code Yinon Polak 2023-03-20 19:55:39 +02:00
  • 0a55753faf move default attributes of pytorch classifier to initializer, to prevent mypy from complaining Yinon Polak 2023-03-20 19:40:36 +02:00
  • 6b4d9f97c1 clean code Yinon Polak 2023-03-20 19:28:30 +02:00
  • 639987cbab Prevent parameter reuse Matthias 2023-03-20 18:19:17 +01:00
  • 56c2aa89bc Merge pull request #8344 from freqtrade/fix/db_concurrent Matthias 2023-03-20 18:17:09 +01:00
  • bf4aa91aab Merge remote-tracking branch 'origin/feat/add-pytorch-model-support' into feat/add-pytorch-model-support Yinon Polak 2023-03-20 18:44:24 +02:00
  • 500c401b75 improve pytorch classifier documentation Yinon Polak 2023-03-20 18:39:50 +02:00
  • 81a2cbb4eb fix tests Yinon Polak 2023-03-20 18:10:17 +02:00
  • 0510cf4491 add config params to tests Yinon Polak 2023-03-20 18:08:38 +02:00
  • 68728409aa add pytorch regressor test Yinon Polak 2023-03-20 18:04:14 +02:00
  • c00ffcee59 fix pytorch classifier test Yinon Polak 2023-03-20 18:04:02 +02:00
  • 9aec1ddb17 sort imports Yinon Polak 2023-03-20 17:56:51 +02:00