Commit Graph

  • c5e3348b89 Migrations for indexes should run in a seperate session Matthias 2021-07-31 16:36:28 +0200
  • 1ccc89d1e9 Store fully analyzed dataframe Matthias 2021-07-31 10:00:24 +0200
  • ef429afb6f Removed is_oeing_trade is_closing_trade Sam Germain 2021-07-31 01:22:48 -0600
  • d6ffd23865 Merged with remote Sam Germain 2021-07-31 01:19:11 -0600
  • bc42516f68 test_update_limit_order has both a buy and sell leverage short order Sam Germain 2021-07-31 01:05:37 -0600
  • b1cbc75e93 Properly cache pair dataframe in backtesting (without startup-range). Matthias 2021-07-31 08:45:04 +0200
  • 6abd352c0f Add test for backtesting dataframe cache Matthias 2021-07-31 08:40:57 +0200
  • 26be620f71 Removed LocalTrade.set_is_short Sam Germain 2021-07-31 00:20:25 -0600
  • fadb0de7c7 Removed excess modes stop_loss method, removed models.is_opening_side models.is_closing_side Sam Germain 2021-07-31 00:12:53 -0600
  • ab3c753415 Fix develop_plot building Matthias 2021-07-30 21:23:09 +0200
  • 499af5c42b Update webservermode docs Matthias 2021-07-30 21:04:04 +0200
  • 35bf2a59a8 Improve test reliability (fix fluky test) Matthias 2021-07-30 21:02:55 +0200
  • 138b126d03
    Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name Matthias 2021-07-30 08:23:11 +0200
  • aa34889c04 Don't run migrations twice Matthias 2021-07-30 07:14:35 +0200
  • 71838dc51a
    Merge pull request #5285 from freqtrade/backtest_startup_afte_populates Matthias 2021-07-30 07:01:26 +0200
  • 34ddf7bfa9 Added skeleton functions for maintenance margin Sam Germain 2021-07-29 16:05:42 -0600
  • dad98d43be
    Merge pull request #5287 from GeorgeMurAlkh/develop Matthias 2021-07-29 20:43:40 +0200
  • a599645b03
    Merge pull request #5338 from freqtrade/new_release 2021.7 Matthias 2021-07-29 20:35:10 +0200
  • 03064731ac Version bump 2021.7 Matthias 2021-07-29 19:49:19 +0200
  • d0528a6213 Merge branch 'stable' into new_release Matthias 2021-07-29 19:49:04 +0200
  • 6490b82ad6 Update docker-documentation for multiarch builds Matthias 2021-07-29 19:48:36 +0200
  • 8768df647a
    Merge pull request #5312 from raph92/patch-3 Matthias 2021-07-29 07:13:42 +0200
  • cf4d1875dd Use prohibitedIn instead of isRestricted Matthias 2021-07-29 06:56:37 +0200
  • 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 -0600
  • 3fb7f983f8 Added is_short and leverage to __repr__ Sam Germain 2021-07-26 22:41:45 -0600
  • 195badeb80 Changed liquidation_price to isolated_liq Sam Germain 2021-07-25 02:57:17 -0600
  • 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 -0600
  • a900570f1a Added enter_side and exit_side computed variables to persistence Sam Germain 2021-07-17 01:57:57 -0600
  • b801eaaa54 Changed the name of a test to match it's equivelent Removed test-analysis-lev Sam Germain 2021-07-13 22:54:33 -0600
  • 317f4ebce0 Boolean sqlite fix for orders table Matthias 2021-07-11 11:16:46 +0200
  • 071f6309cc Try fix migration tests Matthias 2021-07-11 11:08:05 +0200
  • 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 -0600
  • 256160740e Updated interest and ratio calculations to correct functions Sam Germain 2021-07-10 20:44:57 -0600
  • 8e52a3a29c updated ratio_calc_profit function Sam Germain 2021-07-08 05:37:54 -0600
  • 006a60e5a4 Added docstrings to methods Sam Germain 2021-07-08 00:33:40 -0600
  • b0476ebd3e All persistence margin tests pass Flake8 compliant, passed mypy, ran isort . Sam Germain 2021-07-07 21:14:08 -0600
  • 52def4e826 Changed InterestMode enum implementation Sam Germain 2021-07-07 21:04:38 -0600
  • 60572c9e0d Took liquidation price out of order completely Sam Germain 2021-07-07 01:30:42 -0600
  • 0fc9d6b6ac Moved leverage and is_short variables out of trade constructors and into conftest Sam Germain 2021-07-07 01:06:51 -0600
  • b7b6d87c27 Pass all but one test, because sqalchemy messes up Sam Germain 2021-07-07 00:43:06 -0600
  • 737a62be52 set initial_stop_loss in stoploss helper Sam Germain 2021-07-06 22:34:08 -0600
  • f566d83839 Tried to add liquidation price to order object, caused a test to fail Sam Germain 2021-07-06 00:43:01 -0600
  • 31fa6f9c25 updated timezone.utc time Sam Germain 2021-07-06 00:18:03 -0600
  • b1098f0120 Added liquidation_price check to test_stoploss_reinitialization_short Sam Germain 2021-07-06 00:11:43 -0600
  • 811cea288d Added checks for making sure stop_loss doesn't go below liquidation_price Sam Germain 2021-07-05 23:53:49 -0600
  • 0bd71f87d0 made leveraged test names unique test_adjust_stop_loss_short, test_update_market_order_shortpasses Sam Germain 2021-07-05 22:01:46 -0600
  • 286427c04a Moved interest calculation to an enum Sam Germain 2021-07-05 21:48:56 -0600
  • 6787461d68 updated leverage.md Sam Germain 2021-07-05 00:56:32 -0600
  • 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 -0600
  • 5fc587c225 Removed exchange file modifications Sam Germain 2021-07-04 23:50:59 -0600
  • a4403c0814 fixed rpc_apiserver test fails, changed test_persistence_long to test_persistence_leverage Sam Germain 2021-07-04 23:32:55 -0600
  • 0ffc85fed9 Set default leverage to 1.0 Sam Germain 2021-07-04 23:12:07 -0600
  • 78708b27f2 Updated tests to new persistence Sam Germain 2021-07-04 00:11:59 -0600
  • e0d42d2eb7 Fix migrations, revert some parts related to amount properties Matthias 2021-07-03 17:03:12 +0200
  • e4d4d1d1f1 Wrote all tests for shorting Sam Germain 2021-07-02 02:48:30 -0600
  • f194673001 Updated ratio calculation, updated short tests Sam Germain 2021-07-02 02:02:00 -0600
  • 5ac03762f0 Kraken interest test comes really close to passing Added more trades to conftest_trades Sam Germain 2021-06-28 10:01:18 -0600
  • df360fb281 Made borrowed a computed property Sam Germain 2021-06-28 08:31:05 -0600
  • 68d3699c19 Turned amount into a computed property Sam Germain 2021-06-28 08:19:20 -0600
  • efcc2adacf About 15 margin tests pass Sam Germain 2021-06-27 03:38:56 -0600
  • f5d7deedf4 added exception checks to LocalTrade.leverage and LocalTrade.borrowed Sam Germain 2021-06-27 00:19:58 -0600
  • 34073135b7 Added types to setters Sam Germain 2021-06-26 21:34:58 -0600
  • d07fe1586c Set leverage and borowed to computed properties Sam Germain 2021-06-26 20:36:19 -0600
  • c24ec89dc4 Started some pytests for short and leverage 1 short test passes Sam Germain 2021-06-22 22:26:10 -0600
  • b80f8ca0af Created interest function Sam Germain 2021-06-22 21:09:52 -0600
  • 000932eed0 Adding templates for leverage/short tests All previous pytests pass Sam Germain 2021-06-21 21:26:31 -0600
  • 10979361c1 Added changes suggested in pull request, fixed breaking changes, can run the bot again Sam Germain 2021-06-20 03:01:03 -0600
  • 741ca0e58c Added changed to persistance/migrations Sam Germain 2021-06-20 02:25:22 -0600
  • 7823a33cbb Updated Trade class Sam Germain 2021-06-19 22:19:09 -0600
  • c7e8439c76 Updated LocalTrade and Order classes Sam Germain 2021-06-19 22:06:51 -0600
  • 17293cb06d Added checks for side to for PricingError and checking for use_order_book to exchange.get_rate Sam Germain 2021-07-27 20:22:02 -0600
  • a7b8de92a3
    Merge pull request #5309 from faustogut/patch-1 Matthias 2021-07-27 20:01:41 +0200
  • d8298a295b
    Merge pull request #5329 from freqtrade/dependabot/pip/develop/ccxt-1.53.72 Matthias 2021-07-27 19:27:11 +0200
  • 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 +0200
  • 7480b5cd0f
    Merge pull request #5322 from freqtrade/dependabot/pip/develop/mkdocs-material-7.2.1 Matthias 2021-07-27 19:24:24 +0200
  • ce3e81ae5f
    Merge pull request #5323 from freqtrade/dependabot/pip/develop/fastapi-0.67.0 Matthias 2021-07-27 08:37:37 +0200
  • a451a97274
    Bump ccxt from 1.53.25 to 1.53.72 dependabot[bot] 2021-07-27 05:39:35 +0000
  • a0b1157a10
    Merge pull request #5327 from freqtrade/dependabot/pip/develop/pandas-1.3.1 Matthias 2021-07-27 07:38:42 +0200
  • 10d214ccad Added is_short and leverage to __repr__ Sam Germain 2021-07-26 22:41:45 -0600
  • 4fcae0d927 Changed liquidation_price to isolated_liq Sam Germain 2021-07-25 02:57:17 -0600
  • 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 -0600
  • 35fd8d6a02 Added enter_side and exit_side computed variables to persistence Sam Germain 2021-07-17 01:57:57 -0600
  • 4b81fb31fb Changed the name of a test to match it's equivelent Removed test-analysis-lev Sam Germain 2021-07-13 22:54:33 -0600
  • 3d7a74551f Boolean sqlite fix for orders table Matthias 2021-07-11 11:16:46 +0200
  • 9a03cae920 Try fix migration tests Matthias 2021-07-11 11:08:05 +0200
  • 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 -0600
  • f1dc6b54ad Updated interest and ratio calculations to correct functions Sam Germain 2021-07-10 20:44:57 -0600
  • 358f0303b9 updated ratio_calc_profit function Sam Germain 2021-07-08 05:37:54 -0600
  • 546a7353df Added docstrings to methods Sam Germain 2021-07-08 00:33:40 -0600
  • 7f75c978a0 All persistence margin tests pass Flake8 compliant, passed mypy, ran isort . Sam Germain 2021-07-07 21:14:08 -0600
  • a368dfa7b5 Changed InterestMode enum implementation Sam Germain 2021-07-07 21:04:38 -0600
  • 86888dbbf0 Took liquidation price out of order completely Sam Germain 2021-07-07 01:30:42 -0600
  • a19466c085 Moved leverage and is_short variables out of trade constructors and into conftest Sam Germain 2021-07-07 01:06:51 -0600
  • 150df3eb88 Pass all but one test, because sqalchemy messes up Sam Germain 2021-07-07 00:43:06 -0600
  • 98acb0f4ff set initial_stop_loss in stoploss helper Sam Germain 2021-07-06 22:34:08 -0600
  • dd6cc1153b Tried to add liquidation price to order object, caused a test to fail Sam Germain 2021-07-06 00:43:01 -0600
  • 1414df5e27 updated timezone.utc time Sam Germain 2021-07-06 00:18:03 -0600
  • bb2a44735b Added liquidation_price check to test_stoploss_reinitialization_short Sam Germain 2021-07-06 00:11:43 -0600
  • 2aa2b5bcff Added checks for making sure stop_loss doesn't go below liquidation_price Sam Germain 2021-07-05 23:53:49 -0600
  • 3328707a1d made leveraged test names unique test_adjust_stop_loss_short, test_update_market_order_shortpasses Sam Germain 2021-07-05 22:01:46 -0600