Commit Graph

  • d0199b6014
    Bump coveralls from 3.2.0 to 3.3.0 dependabot[bot] 2021-11-08 03:01:19 +0000
  • dbc863bcdf
    Bump jsonschema from 4.1.2 to 4.2.1 dependabot[bot] 2021-11-08 03:01:14 +0000
  • c54cf63bae
    Bump prompt-toolkit from 3.0.21 to 3.0.22 dependabot[bot] 2021-11-08 03:01:06 +0000
  • c11e1a84e4 Fix wrong logging Matthias 2021-11-07 15:41:04 +0100
  • de4bc7204d Update documentation to clarify new behaviour Matthias 2021-11-07 13:14:29 +0100
  • a08dd17bc1 Use startup_candle-count to determine call count Matthias 2021-11-07 13:10:40 +0100
  • 9fa64c2647 Allow multiple calls to get more candles in live-run Matthias 2021-11-04 20:00:02 +0100
  • fb6ba62158 Add default to "is_new_pair" Matthias 2021-11-04 19:52:29 +0100
  • 1dd6872b80
    Merge pull request #5843 from Theagainmen/patch-2 Matthias 2021-11-07 11:07:16 +0100
  • 4595c1e73c Slightly reformat to simplify new change Matthias 2021-11-07 10:55:11 +0100
  • 6cc3f65a83 Add --trading-mode parameter Matthias 2021-11-07 10:42:39 +0100
  • 11b77cf94c Update test to new list-pairs format Matthias 2021-11-01 09:46:35 +0100
  • bfe3760f68 Add tests for margin mode Matthias 2021-11-01 09:33:55 +0100
  • 0dd9a277d3 improve market_is_tradable tests Matthias 2021-11-01 09:24:00 +0100
  • 534b0a5911 Some tests for new market checking Matthias 2021-11-01 09:12:39 +0100
  • 3fac5c5bcd Update list-markets to work for futures/margin as well Matthias 2021-11-01 08:40:55 +0100
  • 8990097d6f Enrich markets mock with "type" and "spot" info Matthias 2021-10-31 18:58:59 +0100
  • bfca9e7c09
    Merge pull request #5853 from samgermain/okex Matthias 2021-11-07 08:30:47 +0100
  • 252e45ebf2 Merge branch 'feat/short' into funding-fee-dry-run Sam Germain 2021-11-06 22:46:00 -0600
  • 04dc14a74c Added okex exchange class futures properties Sam Germain 2021-11-04 23:26:13 -0600
  • 0c2501e11b Safer keys for funding_rate and mark_price dictionaries, based on rounding down the hour Sam Germain 2021-11-06 22:31:38 -0600
  • 8bfcf4ee09 Fixed breaking exchange tests from _get_funding_fee_dates, and commented out kraken get_funding_fees tests Sam Germain 2021-11-06 22:05:38 -0600
  • b88482b2e9 Fixed millisecond timestamp issue errors with funding fees Sam Germain 2021-11-06 21:45:35 -0600
  • 48b34c8fd0 Fixed issues with funding-fee being miscalculated on trade objects in freqtradebot Sam Germain 2021-11-06 21:03:18 -0600
  • f795288d90 Fixed timestamp/datetime issues for mark price, funding rate and _get_funding_fee_dates Sam Germain 2021-11-06 20:48:03 -0600
  • 6e912c1053 Updated _get_funding_fee method names, added kraken._get_funding_fee Sam Germain 2021-11-06 17:12:48 -0600
  • 995aeb1ff0 handle null headers stefano 2021-11-06 17:06:29 +0100
  • 13d9a85055 Merge branch 'freqtrade-stable' into stable stefano 2021-11-06 16:51:41 +0100
  • f70217b387 Try to avoid Binance caching system randomizing pageSize query param stefano 2021-11-06 16:37:05 +0100
  • fad100631d Improvements stefano 2021-10-23 19:26:24 +0200
  • d6645912f8 add StaticAnnouncementsPairList stefano 2021-10-18 21:36:26 +0200
  • 30a645a7a4 Fix errors handler stefano 2021-10-18 19:34:50 +0200
  • acc66edf22 AnnouncementsPairList improvements stefano 2021-10-17 15:30:33 +0200
  • bedf683322 remove stefano 2021-10-16 19:28:40 +0200
  • b4a83b0fbd BinanceAnnouncement pairlist improvements stefano 2021-10-16 19:25:41 +0200
  • 0884a98e84 remove debug logging stefano 2021-10-14 22:31:21 +0200
  • 287accf011 init AnnouncementsPairList stefano 2021-10-14 00:37:19 +0200
  • 9a7ea80cfe Try to avoid Binance caching system randomizing pageSize query param stefano 2021-11-06 16:37:05 +0100
  • 25fcab0794 Enhance /show_config endpoint Matthias 2021-11-06 16:12:25 +0100
  • fef7da03b2
    Merge pull request #5850 from freqtrade/timeout_forcesell Matthias 2021-11-06 16:20:06 +0100
  • fd7e4743ec
    Include the error type for the OperationalException raphael 2021-11-06 10:50:38 -0400
  • 66220d6f9f
    Merge pull request #5846 from Merinorus/5527-show_average_profit_in_overwiew Matthias 2021-11-06 15:43:34 +0100
  • e3a368a74e
    Merge pull request #5668 from samgermain/docs Matthias 2021-11-06 15:42:32 +0100
  • 76cf68deed
    Raise exception when an uncaught error is raised raphael 2021-11-06 10:34:14 -0400
  • 4f5c5b6982 Clarify timeout documentation Matthias 2021-11-06 15:29:05 +0100
  • ebc38159b8 Merge branch 'develop' into feat/short Matthias 2021-11-06 15:24:52 +0100
  • d0e192e20f
    Fix naive timezone for /daily command Antoine Merino 2021-11-06 13:14:15 +0100
  • f7dc47b1c8 Add test for exit_timeout_count Matthias 2021-11-06 13:10:41 +0100
  • d5acd979dc
    Move dev-only requirement Antoine Merino 2021-11-06 13:10:22 +0100
  • 3c33b48fd5
    Fix naive timezones Antoine Merino 2021-11-06 13:09:15 +0100
  • cb97c6f388 Updated time to utc in test_update_funding_fees, some funding rate key errors because a timestamp is likely not in utc Sam Germain 2021-11-06 05:56:58 -0600
  • fd63fa7dda Updated test_update_funding_fees to compile fine but the assertion is incorrect Sam Germain 2021-11-06 05:42:41 -0600
  • 7a907a7636 Add Emergencyselling after X timeouts have been reached Matthias 2021-11-06 11:48:49 +0100
  • 98b475a00b Use lambdas instead of a static number of side-effects. Rokas Kupstys 2021-11-06 10:23:46 +0200
  • da4344d216
    Remove line breaks Antoine Merino 2021-11-05 22:52:04 +0100
  • 8eabdd659f
    Fix missing CallbackQueryHandler Antoine Merino 2021-11-05 22:51:35 +0100
  • 77f3dabd15
    Merge remote-tracking branch 'origin/5527-show_average_profit_in_overwiew' into 5527-show_average_profit_in_overwiew Antoine Merino 2021-11-05 22:37:42 +0100
  • 70253258f0
    Test /monthly & clean Antoine Merino 2021-11-05 22:33:06 +0100
  • 87634f0409
    /weekly and /monthly documentation Antoine Merino 2021-11-05 20:44:01 +0100
  • 459ff9692d
    Add /weekly and /monthly to Telegram RPC Antoine Merino 2021-11-05 20:24:40 +0100
  • 5f40158c0b
    WIP Add /weekly and /monthly to Telegram RPC Antoine Merino 2021-11-04 20:47:01 +0100
  • a8651b0dcd
    /weekly and /monthly documentation Antoine Merino 2021-11-05 20:44:01 +0100
  • 15616d75ad
    Add /weekly and /monthly to Telegram RPC Antoine Merino 2021-11-05 20:24:40 +0100
  • d99eaccb5a Fix exception when using okex Matthias 2021-11-05 19:47:13 +0100
  • ae3b53014d Add failing test for OKEX failure Matthias 2021-11-05 19:44:02 +0100
  • 60a5ded532 Don't convert telegram chat_id Matthias 2021-11-05 19:27:54 +0100
  • 2115a3ed12
    Update warning message open trades Theagainmen 2021-11-05 18:49:10 +0100
  • 7171975a4f Removed interest formulas from docs Sam Germain 2021-11-05 01:54:18 -0600
  • ca2e888801 improve documentation formatting Matthias 2021-10-30 20:28:46 +0200
  • b620d46958 Updated formatting leverage.md Sam Germain 2021-11-05 01:47:58 -0600
  • b4de68e1bc Updated docs to include liquidation, own definitions Sam Germain 2021-11-05 01:40:32 -0600
  • 68810eb4f3 Fixed warning Sam Germain 2021-10-05 03:23:56 -0600
  • 4a0a215c45 moved lev docs to own file, updated config Sam Germain 2021-10-05 01:56:43 -0600
  • 449710d662 Added collateral example Sam Germain 2021-10-04 01:36:26 -0600
  • 2714c02842 Added docs for leverage and trading mode Sam Germain 2021-10-04 01:31:28 -0600
  • ffc2de8d33
    WIP Add /weekly and /monthly to Telegram RPC Antoine Merino 2021-11-04 20:47:01 +0100
  • 781f8a059c
    Merge pull request #5835 from freqtrade/okex_support Matthias 2021-11-04 20:03:19 +0100
  • 26e5418519
    Merge pull request #5834 from raph92/patch-4 Matthias 2021-11-04 16:56:21 +0100
  • ae2343db93
    Update optimize_reports raphael 2021-11-04 10:25:13 -0400
  • eb280798d8
    Merge pull request #5832 from samgermain/setup Matthias 2021-11-04 15:23:48 +0100
  • 10e839c17e
    Update setup.sh Sam Germain 2021-11-04 07:26:17 -0600
  • 5b9a168ca9 removed build-essential from redhat install Sam Germain 2021-11-04 00:44:58 -0600
  • 17ecfda2e8
    Merge pull request #5710 from theluxaz/freqtrade-development Matthias 2021-11-04 07:13:06 +0100
  • c061b576a9 OKEX Notes Matthias 2021-11-04 06:22:31 +0100
  • 8a4236198f Added test_update_funding_fees in freqtradebot, test currently fails Sam Germain 2021-11-03 22:52:37 -0600
  • 431b96de98 Merge branch 'develop' into pr/theluxaz/5710 Matthias 2021-11-03 19:43:36 +0100
  • 048db4f509 Enhance "new exchange" documentation Matthias 2021-11-03 19:27:17 +0100
  • 437e5f0645 Fix officially supported exchange list Matthias 2021-11-03 19:19:51 +0100
  • 6fb0866350 Add OKEX to list of officially supported exchanges Matthias 2021-11-03 19:17:19 +0100
  • a1e8878030
    Merge pull request #5826 from Theagainmen/patch-1 Matthias 2021-11-03 17:06:01 +0100
  • ce597d12d9
    Update exchanges.md Theagainmen 2021-11-03 15:04:45 +0100
  • f60d101076 Some finetuning for OKEX Matthias 2021-11-03 07:12:42 +0100
  • 1fefb132e0 Improve wording in documentation Matthias 2021-11-02 20:26:38 +0100
  • 161a3fac15 Run exchange-enabled tests against okex Matthias 2021-11-02 20:08:56 +0100
  • e78df59e30 Configure candle length for OKEX Matthias 2021-11-02 19:49:53 +0100
  • f365e68706
    [docs] Update RateLimit value [small] Theagainmen 2021-11-01 23:07:16 +0100
  • 7ae9b90174 Further clarify backtesting trailing stop logic Matthias 2021-11-01 20:12:34 +0100
  • 3056be3a1d document prerequisites for exchange listing Matthias 2021-11-01 20:04:52 +0100
  • 3de42da29a All funding fee test_exchange tests pass Sam Germain 2021-11-01 07:52:40 -0600
  • 74e8b28991 Improve FAQ with outdated history message Matthias 2021-11-01 13:54:12 +0100