Commit Graph

  • 03595bf951 Took liquidation price out of order Sam Germain 2021-07-07 20:21:02 -0600
  • 76e51cddba
    Merge pull request #5246 from nightshift2k/feature/offsetfilter Matthias 2021-07-07 21:06:23 +0200
  • 7dc826d6b3 warning for range based lookback performance more readable formatting of examples nightshift2k 2021-07-07 20:43:37 +0200
  • 5a2bc192d4
    Update docs/includes/pairlists.md nightshift2k 2021-07-07 20:29:55 +0200
  • 4d4ed82db8
    Update docs/includes/pairlists.md nightshift2k 2021-07-07 20:29:52 +0200
  • 62f2597f7a
    Merge pull request #5228 from kevinjulian/agefilter-max-days-listed Matthias 2021-07-07 20:22:04 +0200
  • 682f880630 Slightly simplify if statement, add additional test Matthias 2021-07-07 20:05:56 +0200
  • 8248d1acd1 run flake8 kevinjulian 2021-07-07 22:10:22 +0700
  • 00a1931f40 fix test kevinjulian 2021-07-07 21:24:44 +0700
  • c44e87cd30 added tests for OffsetFilter to test_pairlist.py` nightshift2k 2021-07-07 12:06:55 +0200
  • 6cea0ef2d7 documentation for OffsetFilter nightshift2k 2021-07-07 11:48:26 +0200
  • f30e300f18 adjusted test_pairlist.py for fixed rolling sum nightshift2k 2021-07-07 11:28:35 +0200
  • 8b0a02db8e Correct exception messages sauces1313 2021-07-07 08:11:13 +0000
  • 8b485d197a Update Plugins doc sauces1313 2021-07-07 07:54:17 +0000
  • 3c3772703b changed quoteVolume to be built over a rolling period using lookback_period to avoid pair_candles being larger than requested lookback_period nightshift2k 2021-07-07 09:46:05 +0200
  • 057c380597 uncommented liquidation_price in order object Sam Germain 2021-07-07 01:30:42 -0600
  • 0d6210c837 Moved leverage and is_short variables out of trade constructors and into conftest Sam Germain 2021-07-07 01:06:51 -0600
  • 638bed3dac Add RangeStabilityFilterMax pairlist filter user 2021-07-07 06:46:51 +0000
  • 26ee6470f4 Pass all but one test, because sqalchemy messes up Sam Germain 2021-07-07 00:43:06 -0600
  • 11f5dae143 set initial_stop_loss in stoploss helper Sam Germain 2021-07-06 22:34:08 -0600
  • d1104bd434 fix daily profit data and daily profit curve example octaviusgus 2021-07-06 22:47:39 +0200
  • b7a9853d9a Increase test coverage Matthias 2021-07-06 21:04:52 +0200
  • a4bd862323 Fix fluky test Matthias 2021-07-06 20:29:04 +0200
  • 36d4a15d24 quickly document webserver mode Matthias 2021-07-06 06:46:58 +0200
  • 005da97183 extract backtesting abort functionality Matthias 2021-07-06 06:28:47 +0200
  • 5474d5ee64 Move webserver start command to seperate file Matthias 2021-06-20 15:18:41 +0200
  • e5b1657ab3 Properly remove rpc handler Matthias 2021-06-20 12:54:05 +0200
  • 2ec22f1d97 Add Sorting to available pair list Matthias 2021-05-24 07:47:38 +0200
  • 830b2548bc Add backtest stopping Matthias 2021-04-05 19:58:53 +0200
  • 129c7b02d0 Not all config values are mandatory in webserver mode Matthias 2021-04-02 20:00:14 +0200
  • 17b3cc2097 Return numeric value, not empty string Matthias 2021-04-02 19:58:08 +0200
  • b44d215b90 Add test for backtest via APII Matthias 2021-04-01 19:59:49 +0200
  • 804d99cce9 Move backtesting api to it's own file Matthias 2021-04-01 07:55:29 +0200
  • 8566306010 Add test for start_websever Matthias 2021-04-01 07:49:54 +0200
  • 134c61126e Properly track bt progress ... Matthias 2021-03-21 15:56:36 +0100
  • 03140a0ecb Run webserver in main thread when using webserver mode Matthias 2021-03-21 10:45:44 +0100
  • 37b15e830a Add trade count to progress Matthias 2021-03-12 19:11:17 +0100
  • 048008756f Add progress tracking for backtesting Matthias 2021-03-11 19:16:18 +0100
  • 06b6726029 Support compounding key Matthias 2021-02-28 09:56:13 +0100
  • f96d7dfe6d Allow backtesting to reuse data Matthias 2021-01-06 15:05:54 +0100
  • edb8c4f0e5 Fix tests for webserver mode Matthias 2021-01-02 16:12:10 +0100
  • 5c18c8726d Implement backtesting with fastapi Matthias 2021-01-02 15:13:32 +0100
  • df55259737 Add start_trading endpoint Matthias 2021-01-02 14:18:15 +0100
  • 02b84bd018 Introduce webserver mode for fastapi Matthias 2020-12-31 20:02:27 +0100
  • 800e314bfd Store backtesting results in backtest instance Matthias 2020-12-31 19:46:54 +0100
  • 97e8ec91f0 Save configuration file paths Matthias 2020-05-23 10:44:43 +0200
  • ef137546fe Add webserver entrypoint Matthias 2020-05-22 19:57:17 +0200
  • 0f3d34eaf4
    Merge branch 'develop' into agefilter-max-days-listed Kevin Julian 2021-07-06 19:47:18 +0700
  • 502c69dce3 change short desc kevinjulian 2021-07-06 19:36:42 +0700
  • 1626ec7770
    Merge b65a04dd90 into dec523eef0 Bernd Zeimetz 2021-07-06 09:49:45 +0100
  • ea4271ef34 Tried to add liquidation price to order object, caused a test to fail Sam Germain 2021-07-06 00:43:01 -0600
  • 925558b6b0 updated timezone.utc time Sam Germain 2021-07-06 00:18:03 -0600
  • d73473d45c updated todos Sam Germain 2021-07-06 00:11:43 -0600
  • 2fedbfbcd2 Added checks for making sure stop_loss doesn't go below liquidation_price Sam Germain 2021-07-05 23:53:49 -0600
  • dec523eef0 Display verison of installed FreqUI Matthias 2021-07-06 07:20:05 +0200
  • f607920ad6 test_adjust_stop_loss_short passes Sam Germain 2021-07-05 22:43:51 -0600
  • 0f2952e90c made leveraged test names unique Sam Germain 2021-07-05 22:11:52 -0600
  • 9ca588c780 test_update_market_order for shorts passes Sam Germain 2021-07-05 22:01:46 -0600
  • 116eeb050f Moved interest calculation to an enum Sam Germain 2021-07-05 21:48:56 -0600
  • 1e87225e91 added test_VolumePairList_range to test_pairlist.py nightshift2k 2021-07-05 20:59:27 +0200
  • baf6bca34e
    Merge pull request #5240 from freqtrade/dependabot/pip/develop/pandas-1.3.0 Matthias 2021-07-05 19:56:03 +0200
  • 10998eb0fa Remove further usages of int(int_timestamp) Matthias 2021-07-05 19:51:14 +0200
  • 1682578a39
    Merge pull request #5234 from nightshift2k/fixups/pairlists Matthias 2021-07-05 19:45:35 +0200
  • 346d66748b first version of OffsetFilter nightshift2k 2021-07-05 12:50:56 +0200
  • 5626ca5a06 removed unnecessary casting to int() nightshift2k 2021-07-05 10:39:22 +0200
  • 4984595ddf Merge branch 'develop' into margin-db Sam Germain 2021-07-05 01:04:21 -0600
  • 01eb42b1af updated leverage.md Sam Germain 2021-07-05 00:56:32 -0600
  • 23d236878d uncommented a test, switched last short test to be more correct Sam Germain 2021-07-05 00:53:58 -0600
  • 189356a340 Merge branch 'margin-db' of https://github.com/samgermain/freqtrade into margin-db Sam Germain 2021-07-04 23:52:15 -0600
  • e7612a7eff Switched migrations.py check for stake_currency back to open_rate, because stake_currency is no longer a variable Sam Germain 2021-07-04 23:51:58 -0600
  • 42dbb1fb6b Removed exchange file modifications Sam Germain 2021-07-04 23:50:59 -0600
  • 7ab8c1d1fd fixed rpc_apiserver test fails, changed test_persistence_long to test_persistence_leverage Sam Germain 2021-07-04 23:32:55 -0600
  • 20b806528f Set default leverage to 1.0 Sam Germain 2021-07-04 23:12:07 -0600
  • 70a41a0f67
    Merge pull request #5239 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.7 Matthias 2021-07-05 07:06:28 +0200
  • eb3ead4930
    Merge pull request #5229 from kevinjulian/telegram-balance Matthias 2021-07-05 06:56:35 +0200
  • ac7598ff14
    Bump python-telegram-bot from 13.6 to 13.7 dependabot[bot] 2021-07-05 04:31:00 +0000
  • 0c8afea382
    Bump pandas from 1.2.5 to 1.3.0 dependabot[bot] 2021-07-05 04:30:54 +0000
  • 94ec9d2366
    Merge pull request #5237 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.20 Matthias 2021-07-05 06:29:58 +0200
  • 6c789e4130
    Merge pull request #5236 from freqtrade/dependabot/pip/develop/ccxt-1.52.40 Matthias 2021-07-05 06:29:39 +0200
  • 1e696c4a20
    Merge pull request #5235 from freqtrade/dependabot/pip/develop/plotly-5.1.0 Matthias 2021-07-05 06:29:19 +0200
  • d146697297
    Merge pull request #5238 from freqtrade/dependabot/pip/develop/fastapi-0.66.0 Matthias 2021-07-05 06:28:56 +0200
  • d84534cd96 Long tests passing Sam Germain 2021-07-04 19:09:20 -0600
  • d9084accf9 Long tests passing Sam Germain 2021-07-04 19:09:20 -0600
  • d1555a1095
    Bump fastapi from 0.65.2 to 0.66.0 dependabot[bot] 2021-07-05 03:01:28 +0000
  • 7ae5f47242
    Bump sqlalchemy from 1.4.19 to 1.4.20 dependabot[bot] 2021-07-05 03:01:24 +0000
  • 2f97846bd8
    Bump ccxt from 1.52.4 to 1.52.40 dependabot[bot] 2021-07-05 03:01:18 +0000
  • 0d787fde58
    Bump plotly from 5.0.0 to 5.1.0 dependabot[bot] 2021-07-05 03:01:11 +0000
  • 7ac55e5415 AgeFilter, RangeStabilityFilter, VolatilityFilter changed float_timestamp to int_timestamp nightshift2k 2021-07-04 21:08:42 +0200
  • 85c7b55750 improvements: - float_timestamp switched to int_timestamp - added documentation to pairlists.md nightshift2k 2021-07-04 20:46:24 +0200
  • def8dec2f7 Merge branch 'develop' into pr/orehunt/3059 Matthias 2021-07-04 20:04:12 +0200
  • d758b0ccab
    Merge pull request #5232 from octaviusgus/patch-1 Matthias 2021-07-04 20:00:44 +0200
  • c5489d530a Reexport File to docs to have this available as documentation too Matthias 2021-07-04 19:50:44 +0200
  • c3cf71bba8 sort import kevinjulian 2021-07-04 22:04:39 +0700
  • 2d5ced7801 fix testcase kevinjulian 2021-07-04 21:59:59 +0700
  • 9e548657e0 fix testcase kevinjulian 2021-07-04 21:08:46 +0700
  • 558bcc7959 Jupyter notebook snippet: Plotting daily profit / equity line octaviusgus 2021-07-04 15:56:55 +0200
  • 4aa2ae37bd
    add daily_profit_list octaviusgus 2021-07-04 14:38:17 +0200
  • 791dfd9ba3 Fix some doc typos Matthias 2021-07-04 14:02:11 +0200
  • 898bef1837
    Merge pull request #5219 from freqtrade/hyperopt_paramfile Matthias 2021-07-04 13:56:52 +0200
  • 356ec4e44a Most of the short tests work again Sam Germain 2021-07-04 03:13:11 -0600