Commit Graph

  • 1f38088d7b Merged with develop Sam Germain 2021-09-09 13:56:46 -0600
  • e1a749a91e removed unnecessary caplog Sam Germain 2021-09-09 13:19:43 -0600
  • 5844f5a7fa
    Merge pull request #5546 from samgermain/clear-caplog-freqtradebot Matthias 2021-09-09 21:18:54 +0200
  • ee874f461c Removed TODO: change to exit-reason, exit_order_status Sam Germain 2021-09-09 13:14:48 -0600
  • 366247dff3 removed caplog.clears at end of functions in test_freqtradebot Sam Germain 2021-09-09 02:16:24 -0600
  • f5b01443ad buy/short -> entry order, sell/exit_short -> exit order Sam Germain 2021-09-09 02:10:12 -0600
  • 232d10f300 removed leverage/funding_fees Sam Germain 2021-09-09 01:44:35 -0600
  • dfb9937436 Added tests and docstring to exchange funding_fee methods, removed utils Sam Germain 2021-09-09 01:43:05 -0600
  • d54117990b Added funding_fee method headers to exchange, and implemented some of the methods Sam Germain 2021-09-09 01:19:24 -0600
  • fb376153a2
    Merge pull request #5549 from samgermain/name-changes Matthias 2021-09-09 07:40:39 +0200
  • d559b6d6c6 changed add_funding_fees template Sam Germain 2021-09-08 19:34:54 -0600
  • 3eb0e6ac09 removed leverage/funding_fees Sam Germain 2021-09-08 19:31:27 -0600
  • 36b8c87fb6 Added funding fee calculation methods to exchange classes Sam Germain 2021-09-08 19:31:04 -0600
  • cdefd15b28 separated hours_to_time to utils folder Sam Germain 2021-09-08 14:50:30 -0600
  • 8bcd444775 real-time updates to funding-fee in freqtradebot Sam Germain 2021-09-08 13:56:58 -0600
  • 2f4b566d99 reverted back exchange.get_funding_fees method Sam Germain 2021-09-08 13:46:52 -0600
  • af4a6effb7 added pair to fetch_funding_rate Sam Germain 2021-09-08 13:43:28 -0600
  • baaf516aa6 Added funding_times property to exchange Sam Germain 2021-09-08 13:41:32 -0600
  • 695a8fc73b comment updates, formatting, TODOs Sam Germain 2021-09-08 01:53:42 -0600
  • 1379ec7402 Updated log messages for freqtradebot Sam Germain 2021-09-08 01:48:22 -0600
  • 0b6a5ec4ef comment updates, formatting, TODOs Sam Germain 2021-09-08 01:53:42 -0600
  • 1bef9a91cc Updated log messages for freqtradebot Sam Germain 2021-09-08 01:48:22 -0600
  • b2f289e404 Fixed freqtradebot failing tests Sam Germain 2021-09-08 02:16:25 -0600
  • a1c9a4d619 freqtradebot local name changes Sam Germain 2021-09-08 01:40:22 -0600
  • 362dc20406 notify_buy -> notify_enter, notify_sell -> notify_exit Sam Germain 2021-09-08 00:45:55 -0600
  • e1f846f22f sell_lock -> exit_lock Sam Germain 2021-09-08 00:49:04 -0600
  • e0092a85e9 handle_cancel_buy/sell -> handle_cancel_enter/exit Sam Germain 2021-09-08 00:53:09 -0600
  • be93c75e44 reupdate_buy_order_fees -> reupdate_enter_order_fees Sam Germain 2021-09-08 01:14:16 -0600
  • aac05029e1 safe_sell_amount -> safe_exit_amount Sam Germain 2021-09-08 01:20:52 -0600
  • 5dda227342 comment change Sam Germain 2021-09-08 01:53:42 -0600
  • 53006db2b7 Updated log messages for freqtradebot Sam Germain 2021-09-08 01:48:22 -0600
  • 3057a5b9b8 freqtradebot local name changes Sam Germain 2021-09-08 01:40:22 -0600
  • f1a8b81896 sorted test interfac Sam Germain 2021-09-08 01:27:08 -0600
  • 786dcb50eb safe_sell_amount -> safe_exit_amount Sam Germain 2021-09-08 01:20:52 -0600
  • 323683d44f some more TODOs Sam Germain 2021-09-08 01:16:20 -0600
  • 8ad53e99ce reupdate_buy_order_fees -> reupdate_enter_order_fees Sam Germain 2021-09-08 01:14:16 -0600
  • 3656625747 comment updates, formatting, TODOs Sam Germain 2021-09-08 01:12:08 -0600
  • 88a5a30a50 handle_cancel_buy/sell -> handle_cancel_enter/exit Sam Germain 2021-09-08 00:53:09 -0600
  • 528d1438c9 sell_lock -> exit_lock Sam Germain 2021-09-08 00:49:04 -0600
  • 8f38d6276f notify_buy -> notify_enter, notify_sell -> notify_exit Sam Germain 2021-09-08 00:45:55 -0600
  • 763a6af224 sample strategy has short Sam Germain 2021-09-08 00:24:32 -0600
  • d811a73ec0 new rpc message types Sam Germain 2021-09-08 00:20:40 -0600
  • f8248f3771 comments, formatting Sam Germain 2021-09-08 00:19:21 -0600
  • e13b0414d8 Merge branch 'lev-strat' into lev-freqtradebot Sam Germain 2021-09-08 00:00:53 -0600
  • dc83e04f9b Merge branch 'feat/short' into lev-exchange Sam Germain 2021-09-07 22:13:20 -0600
  • ff790e8fd3 merged with caplog-clear-freqtradebot Sam Germain 2021-09-07 22:12:49 -0600
  • 93fcaac19f Merge branch 'develop' into clear-caplog-freqtradebot Sam Germain 2021-09-07 21:55:00 -0600
  • 79ca6135a2 added caplog clears to freqtradebot tests Sam Germain 2021-09-07 21:53:38 -0600
  • 2d66987ac7 Add test for "pair-startdate" detection Matthias 2021-09-07 19:51:07 +0200
  • 8c83c258a5 Move "first-pair_getting" to binance subclass Matthias 2021-09-07 19:29:10 +0200
  • 6da26f90aa Merge remote-tracking branch 'origin/feat/short' into feat/short Arunavo Ray 2021-09-07 12:28:38 +0530
  • d07c7f7f27 Added Ftx interest rate calculation Arunavo Ray 2021-09-07 12:28:23 +0530
  • 5d3261e92f Added Ftx interest rate calculation Arunavo Ray 2021-09-07 12:24:39 +0530
  • 4678603ef9 Added Formula for FTX interest rate Arunavo Ray 2021-09-05 11:21:27 +0530
  • 71ff214adf Support "initial_call" for download-data of new pairs Matthias 2021-09-07 07:14:40 +0200
  • 880474594e have ftuser use /bin/bash in dockerfile Matthias 2021-09-07 06:51:31 +0200
  • f5248be043 Changed funding fee tracking method, need to get funding_rate and open prices at multiple candles Sam Germain 2021-09-06 02:24:15 -0600
  • 10d0987f49 Fix docs for custom hyperopt space Matthias 2021-09-06 19:54:34 +0200
  • 6bd495a32a Fix 0Exception error Matthias 2021-09-06 19:53:32 +0200
  • fb78caf801
    Merge pull request #5538 from EnzovdWetering/patch-1 Matthias 2021-09-06 19:22:38 +0200
  • a04875eb55
    Update edge.md EnzovdWetering 2021-09-06 17:53:44 +0200
  • 3f0032498e
    Merge pull request #5537 from freqtrade/dependabot/pip/develop/mkdocs-material-7.2.6 Matthias 2021-09-06 06:44:16 +0200
  • 76a59bf2b6
    Merge pull request #5536 from freqtrade/dependabot/pip/develop/ccxt-1.55.83 Matthias 2021-09-06 06:43:47 +0200
  • 8347219990
    Merge pull request #5534 from freqtrade/dependabot/pip/develop/pytest-6.2.5 Matthias 2021-09-06 06:43:25 +0200
  • 64ec1b6f8c
    Merge pull request #5535 from freqtrade/dependabot/pip/develop/plotly-5.3.1 Matthias 2021-09-06 06:43:08 +0200
  • 8822b73f9c test_fill_leverage_brackets_kraken and test_get_max_leverage_binance now pass but test_fill_leverage_brackets_ftx does not if called after test_get_max_leverage_binance Sam Germain 2021-09-05 22:27:14 -0600
  • 765e72715b
    Bump mkdocs-material from 7.2.5 to 7.2.6 dependabot[bot] 2021-09-06 03:01:28 +0000
  • 44f8d7abf2
    Bump ccxt from 1.55.56 to 1.55.83 dependabot[bot] 2021-09-06 03:01:23 +0000
  • 771193cbe4
    Bump plotly from 5.3.0 to 5.3.1 dependabot[bot] 2021-09-06 03:01:19 +0000
  • 4daa4b9e63
    Bump pytest from 6.2.4 to 6.2.5 dependabot[bot] 2021-09-06 03:01:10 +0000
  • 548d83fe19 SplineHyperOptLoss, for easier hyperopt Florian Reitmeir 2021-09-05 22:34:47 +0200
  • 01b5fe9f97
    Merge pull request #5532 from lazydroid/patch-2 Matthias 2021-09-05 19:53:39 +0200
  • 1d24d3d5ee
    case insensitive blacklist lenik terenin 2021-09-05 22:41:58 +0900
  • c519ecf8df Exclude more untestable sections from coverage Matthias 2021-09-05 15:40:21 +0200
  • a8f28ffb11 Increase test coverage Matthias 2021-09-05 15:34:57 +0200
  • b752516f65 Edge should use new columns, too Matthias 2021-09-05 15:23:27 +0200
  • ea5c7e7ed6
    Merge pull request #5531 from freqtrade/exclude_coverage Matthias 2021-09-05 10:01:07 +0200
  • 2173ff0133 Update PR template to not link to issues in changelog Matthias 2021-09-05 09:16:19 +0200
  • 4e049f65f2 Exclude some parts from coverage that can't really be tested Matthias 2021-09-05 09:14:44 +0200
  • 68b75af08e Fix bug with inversed sell signals in backtesting Matthias 2021-09-05 08:59:18 +0200
  • 49350f2a8e Fix backtesting test Matthias 2021-09-05 08:36:22 +0200
  • 23ba49fec2 Added validating checks for trading_mode and collateral on each exchange Sam Germain 2021-09-04 21:55:55 -0600
  • 7eab855476 Merge branch 'feat/short' into lev-exchange Sam Germain 2021-09-04 20:15:36 -0600
  • d4389eb07d fill_leverage_brackets usinge self.markets.items instead of self._api.markets.items Sam Germain 2021-09-04 19:58:42 -0600
  • 6ec2e40736 Added exceptions to exchange.interest_rate Sam Germain 2021-09-04 19:47:04 -0600
  • 61fdf74ad9 Added retrier to exchange functions and reduced failing tests down to 2 Sam Germain 2021-09-04 19:16:17 -0600
  • 92e630eb69 Added get_funding_fees method to exchange Sam Germain 2021-09-01 20:34:01 -0600
  • d6d5bae2a1 New funding fee methods Sam Germain 2021-08-25 23:01:07 -0600
  • b854350e8d Changed funding fee implementation Sam Germain 2021-08-25 22:09:32 -0600
  • 194bb24a55 Miscellaneous funding fee changes. Abandoning for a new method of tracking funding fee Sam Germain 2021-08-25 12:59:25 -0600
  • b7891485b3 Created FundingFee class and added funding_fee to LocalTrade and freqtradebot Sam Germain 2021-08-03 12:55:22 -0600
  • 2e50948699 Fix some tests Matthias 2021-09-04 20:23:51 +0200
  • ca44d2e092 Merge branch 'feat/short' into pr/samgermain/5378 Matthias 2021-09-04 19:54:34 +0200
  • 63f2494936
    Merge pull request #5530 from freqtrade/fix_uvicorn Matthias 2021-09-04 08:22:11 +0200
  • 35267de88a
    Merge pull request #5529 from Rikj000/setup/use-build-helpers-install-ta-lib-script Matthias 2021-09-04 08:15:19 +0200
  • aac1094078 Wrote failing test_fill_leverage_brackets_binance Sam Germain 2021-09-03 20:30:52 -0600
  • 95bd0721ae Rearranged tests at end of ftx to match other exchanges Sam Germain 2021-09-03 20:30:19 -0600
  • c5d97d07a8 Added failing fill_leverage_brackets test to test_kraken Sam Germain 2021-09-03 20:20:42 -0600
  • 01263663be ftx.fill_leverage_brackets test Sam Germain 2021-09-03 19:56:53 -0600
  • 9d398924c6 Wrote dummy tests for exchange.get_interest_rate Sam Germain 2021-09-03 19:56:13 -0600