Commit Graph

  • aa34889c04 Don't run migrations twice Matthias 2021-07-30 07:14:35 +02:00
  • 71838dc51a Merge pull request #5285 from freqtrade/backtest_startup_afte_populates Matthias 2021-07-30 07:01:26 +02:00
  • dad98d43be Merge pull request #5287 from GeorgeMurAlkh/develop Matthias 2021-07-29 20:43:40 +02:00
  • a599645b03 Merge pull request #5338 from freqtrade/new_release 2021.7 Matthias 2021-07-29 20:35:10 +02:00
  • 03064731ac Version bump 2021.7 Matthias 2021-07-29 19:49:19 +02:00
  • d0528a6213 Merge branch 'stable' into new_release Matthias 2021-07-29 19:49:04 +02:00
  • 6490b82ad6 Update docker-documentation for multiarch builds Matthias 2021-07-29 19:48:36 +02:00
  • 8768df647a Merge pull request #5312 from raph92/patch-3 Matthias 2021-07-29 07:13:42 +02:00
  • cf4d1875dd Use prohibitedIn instead of isRestricted Matthias 2021-07-29 06:56:37 +02:00
  • 25c527ee67 combined exchange.buy and exchange.sell, Adding dummy mock to create_order in tests in test_freqtradebot Sam Germain 2021-07-24 19:30:34 -06:00
  • 3fb7f983f8 Added is_short and leverage to __repr__ Sam Germain 2021-07-26 22:41:45 -06:00
  • 195badeb80 Changed liquidation_price to isolated_liq Sam Germain 2021-07-25 02:57:17 -06:00
  • 6ad9b535a9 persistence all to one test file, use more regular values like 2.0 for persistence tests Sam Germain 2021-07-20 17:56:57 -06:00
  • a900570f1a Added enter_side and exit_side computed variables to persistence Sam Germain 2021-07-17 01:57:57 -06:00
  • b801eaaa54 Changed the name of a test to match it's equivelent Removed test-analysis-lev Sam Germain 2021-07-13 22:54:33 -06:00
  • 317f4ebce0 Boolean sqlite fix for orders table Matthias 2021-07-11 11:16:46 +02:00
  • 071f6309cc Try fix migration tests Matthias 2021-07-11 11:08:05 +02:00
  • af8875574c updated mkdocs and leverage docs Added tests for set_liquidation_price and set_stop_loss updated params in interestmode enum Sam Germain 2021-07-12 19:39:35 -06:00
  • 256160740e Updated interest and ratio calculations to correct functions Sam Germain 2021-07-10 20:44:57 -06:00
  • 8e52a3a29c updated ratio_calc_profit function Sam Germain 2021-07-08 05:37:54 -06:00
  • 006a60e5a4 Added docstrings to methods Sam Germain 2021-07-08 00:33:40 -06:00
  • b0476ebd3e All persistence margin tests pass Flake8 compliant, passed mypy, ran isort . Sam Germain 2021-07-07 21:14:08 -06:00
  • 52def4e826 Changed InterestMode enum implementation Sam Germain 2021-07-07 21:04:38 -06:00
  • 60572c9e0d Took liquidation price out of order completely Sam Germain 2021-07-07 01:30:42 -06:00
  • 0fc9d6b6ac Moved leverage and is_short variables out of trade constructors and into conftest Sam Germain 2021-07-07 01:06:51 -06:00
  • b7b6d87c27 Pass all but one test, because sqalchemy messes up Sam Germain 2021-07-07 00:43:06 -06:00
  • 737a62be52 set initial_stop_loss in stoploss helper Sam Germain 2021-07-06 22:34:08 -06:00
  • f566d83839 Tried to add liquidation price to order object, caused a test to fail Sam Germain 2021-07-06 00:43:01 -06:00
  • 31fa6f9c25 updated timezone.utc time Sam Germain 2021-07-06 00:18:03 -06:00
  • b1098f0120 Added liquidation_price check to test_stoploss_reinitialization_short Sam Germain 2021-07-06 00:11:43 -06:00
  • 811cea288d Added checks for making sure stop_loss doesn't go below liquidation_price Sam Germain 2021-07-05 23:53:49 -06:00
  • 0bd71f87d0 made leveraged test names unique test_adjust_stop_loss_short, test_update_market_order_shortpasses Sam Germain 2021-07-05 22:01:46 -06:00
  • 286427c04a Moved interest calculation to an enum Sam Germain 2021-07-05 21:48:56 -06:00
  • 6787461d68 updated leverage.md Sam Germain 2021-07-05 00:56:32 -06:00
  • be3a9390fe 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 -06:00
  • 5fc587c225 Removed exchange file modifications Sam Germain 2021-07-04 23:50:59 -06:00
  • a4403c0814 fixed rpc_apiserver test fails, changed test_persistence_long to test_persistence_leverage Sam Germain 2021-07-04 23:32:55 -06:00
  • 0ffc85fed9 Set default leverage to 1.0 Sam Germain 2021-07-04 23:12:07 -06:00
  • 78708b27f2 Updated tests to new persistence Sam Germain 2021-07-04 00:11:59 -06:00
  • e0d42d2eb7 Fix migrations, revert some parts related to amount properties Matthias 2021-07-03 17:03:12 +02:00
  • e4d4d1d1f1 Wrote all tests for shorting Sam Germain 2021-07-02 02:48:30 -06:00
  • f194673001 Updated ratio calculation, updated short tests Sam Germain 2021-07-02 02:02:00 -06:00
  • 5ac03762f0 Kraken interest test comes really close to passing Added more trades to conftest_trades Sam Germain 2021-06-28 10:01:18 -06:00
  • df360fb281 Made borrowed a computed property Sam Germain 2021-06-28 08:31:05 -06:00
  • 68d3699c19 Turned amount into a computed property Sam Germain 2021-06-28 08:19:20 -06:00
  • efcc2adacf About 15 margin tests pass Sam Germain 2021-06-27 03:38:56 -06:00
  • f5d7deedf4 added exception checks to LocalTrade.leverage and LocalTrade.borrowed Sam Germain 2021-06-27 00:19:58 -06:00
  • 34073135b7 Added types to setters Sam Germain 2021-06-26 21:34:58 -06:00
  • d07fe1586c Set leverage and borowed to computed properties Sam Germain 2021-06-26 20:36:19 -06:00
  • c24ec89dc4 Started some pytests for short and leverage 1 short test passes Sam Germain 2021-06-22 22:26:10 -06:00
  • b80f8ca0af Created interest function Sam Germain 2021-06-22 21:09:52 -06:00
  • 000932eed0 Adding templates for leverage/short tests All previous pytests pass Sam Germain 2021-06-21 21:26:31 -06:00
  • 10979361c1 Added changes suggested in pull request, fixed breaking changes, can run the bot again Sam Germain 2021-06-20 03:01:03 -06:00
  • 741ca0e58c Added changed to persistance/migrations Sam Germain 2021-06-20 02:25:22 -06:00
  • 7823a33cbb Updated Trade class Sam Germain 2021-06-19 22:19:09 -06:00
  • c7e8439c76 Updated LocalTrade and Order classes Sam Germain 2021-06-19 22:06:51 -06:00
  • a7b8de92a3 Merge pull request #5309 from faustogut/patch-1 Matthias 2021-07-27 20:01:41 +02:00
  • d8298a295b Merge pull request #5329 from freqtrade/dependabot/pip/develop/ccxt-1.53.72 Matthias 2021-07-27 19:27:11 +02:00
  • b1feabc816 Merge pull request #5319 from Rikj000/docs/strategy-advanced/add-current_time-to-confirm_trade_entry-exit Matthias 2021-07-27 19:26:50 +02:00
  • 7480b5cd0f Merge pull request #5322 from freqtrade/dependabot/pip/develop/mkdocs-material-7.2.1 Matthias 2021-07-27 19:24:24 +02:00
  • ce3e81ae5f Merge pull request #5323 from freqtrade/dependabot/pip/develop/fastapi-0.67.0 Matthias 2021-07-27 08:37:37 +02:00
  • a451a97274 Bump ccxt from 1.53.25 to 1.53.72 dependabot[bot] 2021-07-27 05:39:35 +00:00
  • a0b1157a10 Merge pull request #5327 from freqtrade/dependabot/pip/develop/pandas-1.3.1 Matthias 2021-07-27 07:38:42 +02:00
  • 10d214ccad Added is_short and leverage to __repr__ Sam Germain 2021-07-26 22:41:45 -06:00
  • 4fcae0d927 Changed liquidation_price to isolated_liq Sam Germain 2021-07-25 02:57:17 -06:00
  • 1918304c5b persistence all to one test file, use more regular values like 2.0 for persistence tests Sam Germain 2021-07-20 17:56:57 -06:00
  • 35fd8d6a02 Added enter_side and exit_side computed variables to persistence Sam Germain 2021-07-17 01:57:57 -06:00
  • 4b81fb31fb Changed the name of a test to match it's equivelent Removed test-analysis-lev Sam Germain 2021-07-13 22:54:33 -06:00
  • 3d7a74551f Boolean sqlite fix for orders table Matthias 2021-07-11 11:16:46 +02:00
  • 9a03cae920 Try fix migration tests Matthias 2021-07-11 11:08:05 +02:00
  • 0d06d7e108 updated mkdocs and leverage docs Added tests for set_liquidation_price and set_stop_loss updated params in interestmode enum Sam Germain 2021-07-12 19:39:35 -06:00
  • f1dc6b54ad Updated interest and ratio calculations to correct functions Sam Germain 2021-07-10 20:44:57 -06:00
  • 358f0303b9 updated ratio_calc_profit function Sam Germain 2021-07-08 05:37:54 -06:00
  • 546a7353df Added docstrings to methods Sam Germain 2021-07-08 00:33:40 -06:00
  • 7f75c978a0 All persistence margin tests pass Flake8 compliant, passed mypy, ran isort . Sam Germain 2021-07-07 21:14:08 -06:00
  • a368dfa7b5 Changed InterestMode enum implementation Sam Germain 2021-07-07 21:04:38 -06:00
  • 86888dbbf0 Took liquidation price out of order completely Sam Germain 2021-07-07 01:30:42 -06:00
  • a19466c085 Moved leverage and is_short variables out of trade constructors and into conftest Sam Germain 2021-07-07 01:06:51 -06:00
  • 150df3eb88 Pass all but one test, because sqalchemy messes up Sam Germain 2021-07-07 00:43:06 -06:00
  • 98acb0f4ff set initial_stop_loss in stoploss helper Sam Germain 2021-07-06 22:34:08 -06:00
  • dd6cc1153b Tried to add liquidation price to order object, caused a test to fail Sam Germain 2021-07-06 00:43:01 -06:00
  • 1414df5e27 updated timezone.utc time Sam Germain 2021-07-06 00:18:03 -06:00
  • bb2a44735b Added liquidation_price check to test_stoploss_reinitialization_short Sam Germain 2021-07-06 00:11:43 -06:00
  • 2aa2b5bcff Added checks for making sure stop_loss doesn't go below liquidation_price Sam Germain 2021-07-05 23:53:49 -06:00
  • 3328707a1d made leveraged test names unique test_adjust_stop_loss_short, test_update_market_order_shortpasses Sam Germain 2021-07-05 22:01:46 -06:00
  • 1b202ca22e Moved interest calculation to an enum Sam Germain 2021-07-05 21:48:56 -06:00
  • d48f1083b0 updated leverage.md Sam Germain 2021-07-05 00:56:32 -06:00
  • b6c8b60e65 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 -06:00
  • ffadc7426c Removed exchange file modifications Sam Germain 2021-07-04 23:50:59 -06:00
  • c5ce8c6dd8 fixed rpc_apiserver test fails, changed test_persistence_long to test_persistence_leverage Sam Germain 2021-07-04 23:32:55 -06:00
  • 0d5749c508 Set default leverage to 1.0 Sam Germain 2021-07-04 23:12:07 -06:00
  • 9ddb6981dd Updated tests to new persistence Sam Germain 2021-07-04 00:11:59 -06:00
  • 75b2c9ca1b Fix migrations, revert some parts related to amount properties Matthias 2021-07-03 17:03:12 +02:00
  • 25ff726921 Wrote all tests for shorting Sam Germain 2021-07-02 02:48:30 -06:00
  • 4d057b8047 Updated ratio calculation, updated short tests Sam Germain 2021-07-02 02:02:00 -06:00
  • 3a8a9eb255 Kraken interest test comes really close to passing Added more trades to conftest_trades Sam Germain 2021-06-28 10:01:18 -06:00
  • 876386d2db Made borrowed a computed property Sam Germain 2021-06-28 08:31:05 -06:00
  • 2a50f4ff7b Turned amount into a computed property Sam Germain 2021-06-28 08:19:20 -06:00
  • da81be9050 About 15 margin tests pass Sam Germain 2021-06-27 03:38:56 -06:00
  • 6f6deae376 added exception checks to LocalTrade.leverage and LocalTrade.borrowed Sam Germain 2021-06-27 00:19:58 -06:00