Commit Graph

  • b1a6db8d29 Fix bad usage of base_currency Matthias 2022-04-13 19:24:21 +0200
  • 35cea6dcfa fix unique_list Italo 2022-04-13 09:36:46 +0100
  • f89b64c972 Improve test by having multistrat.meta file available Matthias 2022-04-13 06:55:47 +0200
  • 4ac54a76af Add strategy as mandatory argument Matthias 2022-04-13 06:47:39 +0200
  • fa298d6f1c fix unique_list logic Italo 2022-04-12 23:57:40 +0100
  • dd5693f4e5 Add note about binance Futures trading rules Matthias 2022-04-12 07:21:20 +0200
  • 0c87702545 test for backtest history Matthias 2022-04-12 06:28:37 +0200
  • c8e4687833 Plots and hyperopt Nicolas Papp 2022-04-11 16:41:48 -0300
  • 4254d86658 Move test-backtestfiles to separate directory Matthias 2022-04-11 20:32:02 +0200
  • 85e7deb2cd Add loading of historic backtest result Matthias 2022-04-11 20:04:47 +0200
  • d9039152ba Add "get backtest historic results" endpoint Matthias 2022-04-11 19:44:47 +0200
  • 178240aa6c Merge branch 'develop' of https://github.com/nicolaspapp/freqtrade into feat/relative-drawdown Nicolas Papp 2022-04-11 14:42:10 -0300
  • baefda80d1 Enable flake8 E226 rule Matthias 2022-04-11 18:02:02 +0200
  • 1084787a38 Add note for Update releases Matthias 2022-04-11 17:48:39 +0200
  • 43779232e1 Inlcude docs requirements in dev dependencies Matthias 2022-04-11 07:13:31 +0200
  • 3e2d9725dd
    Merge pull request #6680 from freqtrade/dependabot/pip/develop/ccxt-1.78.62 Matthias 2022-04-11 07:12:12 +0200
  • 7f9ea581ea
    Merge pull request #6681 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.29 Matthias 2022-04-11 07:02:15 +0200
  • f688c6e568
    Merge pull request #6679 from freqtrade/dependabot/pip/develop/plotly-5.7.0 Matthias 2022-04-11 06:34:44 +0200
  • c93bed5e2b
    Bump ccxt from 1.77.98 to 1.78.62 dependabot[bot] 2022-04-11 04:28:17 +0000
  • 0f6ef6c798
    Merge pull request #6678 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.35 Matthias 2022-04-11 06:27:08 +0200
  • 75a0ed075b
    Merge pull request #6677 from freqtrade/dependabot/pip/develop/mkdocs-material-8.2.9 Matthias 2022-04-11 06:26:50 +0200
  • 5edae71d28
    Bump prompt-toolkit from 3.0.28 to 3.0.29 dependabot[bot] 2022-04-11 03:01:53 +0000
  • 739cd773c3
    Bump plotly from 5.6.0 to 5.7.0 dependabot[bot] 2022-04-11 03:01:39 +0000
  • 72fd4bf337
    Bump sqlalchemy from 1.4.34 to 1.4.35 dependabot[bot] 2022-04-11 03:01:36 +0000
  • 84fca32ed9
    Bump mkdocs-material from 8.2.8 to 8.2.9 dependabot[bot] 2022-04-11 03:01:29 +0000
  • 64e6729ae9 docs for recursive_strategy_search Sam Germain 2022-04-10 18:56:28 -0600
  • c876d42e36 safe check for recursive_strategy_search in strategy_resolver Sam Germain 2022-04-10 18:50:51 -0600
  • 9070114417 Merge branch 'recursive-strategy-folder' of https://github.com/samgermain/freqtrade into recursive-strategy-folder Sam Germain 2022-04-10 18:45:09 -0600
  • d5ce868f1a removed 1 letter alias for recursive-strategy-folder Sam Germain 2022-04-10 18:44:33 -0600
  • 47a6ef4f00 Max relative drawdown Nicolas Papp 2022-04-10 12:53:47 -0300
  • 68fe7476c9 Update more terminology to forceexit Matthias 2022-04-10 15:56:29 +0200
  • 77c840c2a4 Fix syntax-error in exit_reason migration Matthias 2022-04-10 15:10:13 +0200
  • 9556af1e6c Improve documentation for config imports Matthias 2022-04-10 10:14:34 +0200
  • cd2e49bb60 Simplify downloading futures data code Matthias 2022-04-10 09:46:23 +0200
  • 95f69a8c3b Remove some outdated TODO's Matthias 2022-04-10 09:33:29 +0200
  • 1951ee8e29
    Merge pull request #6615 from cyberjunky/cyber-forcesell-tg Matthias 2022-04-10 09:51:35 +0200
  • 2653d83fee Merge branch 'develop' into pr/cyberjunky/6615 Matthias 2022-04-10 09:22:03 +0200
  • 54633e90a7 Merge branch 'develop' into pr/italodamato/6563 Matthias 2022-04-10 09:16:31 +0200
  • a99cbe459c
    Merge pull request #6671 from freqtrade/custom_exit_profit Matthias 2022-04-10 09:09:45 +0200
  • 282804463c Add Documentation for /forceexit without parameter Matthias 2022-04-10 09:07:51 +0200
  • ffff45e76b simplify exit message Matthias 2022-04-10 08:37:35 +0200
  • 850760bc00 Remove migration from very old database Matthias 2022-04-09 17:37:04 +0200
  • 46c18dfce2
    Merge pull request #6670 from freqtrade/store_asset Matthias 2022-04-10 08:42:28 +0200
  • 105e7ea1a9
    Merge pull request #6675 from zolbayars/update-plotting-documentation Matthias 2022-04-10 07:32:46 +0200
  • 09b41a6f8d Docs: update plotting doc to show strategy option is mandatory zolbayars 2022-04-10 10:39:48 +0800
  • 710089b46c
    Merge pull request #6673 from RafaelDorigo/develop Matthias 2022-04-09 20:07:24 +0200
  • 9f9219675f Update strategy_migration.md RafaelDorigo 2022-04-09 19:58:58 +0200
  • 236f12a1d9 Update .pre-commit-config.yaml மனோஜ்குமார் பழனிச்சாமி 2022-04-09 19:09:22 +0530
  • 6ebd30db88
    Merge pull request #6665 from freqtrade/config_from_config Matthias 2022-04-09 17:18:51 +0200
  • 114591048c Always call custom_sell - also when there's a new enter signal Matthias 2022-04-09 17:17:49 +0200
  • 139b65835c Only show long/short signals on telegram for non-spot markets Matthias 2022-04-09 17:09:04 +0200
  • ef18d09161 Call custom_exit also when the trade is not in profit and exit_profit_only is set. Matthias 2022-04-09 16:50:38 +0200
  • 8e98a2ff9f api - provide assset_currency via API Matthias 2022-04-09 16:42:18 +0200
  • 9f3be72a94 Update .pre-commit-config.yaml மனோஜ்குமார் பழனிச்சாமி 2022-04-09 19:09:22 +0530
  • 81b41183a5
    Merge pull request #6668 from RafaelDorigo/develop Matthias 2022-04-09 15:35:26 +0200
  • 07af20a55f
    Merge branch 'develop' into partial_sell2 மனோஜ்குமார் பழனிச்சாமி 2022-04-09 16:24:57 +0530
  • e3a57ec3be fix remaining amount check மனோஜ்குமார் பழனிச்சாமி 2022-04-09 16:19:27 +0530
  • e606051102 Fixed setup.sh RafaelDorigo 2022-04-09 11:53:47 +0200
  • f385e2c2b6 Update test to also cover "no trade found" scenario Matthias 2022-04-09 10:04:10 +0200
  • ebcb530d4f Log if no stake-amount is left for trade Matthias 2022-04-09 09:56:12 +0200
  • cbdaaf705c
    Merge pull request #6636 from mkavinkumar1/pre-commit Matthias 2022-04-09 09:50:54 +0200
  • ddfc68d533 Add test case for interactive telegram exit Matthias 2022-04-09 09:41:01 +0200
  • 9cd92ed48c Fix forceexit to work Matthias 2022-04-09 09:24:20 +0200
  • 40eb3f274f Fix merge mistake Matthias 2022-04-09 08:36:22 +0200
  • 392967a26f Update formatting Matthias 2022-04-08 18:06:51 +0200
  • 967bbe99bb Merge branch 'develop' into pr/cyberjunky/6615 Matthias 2022-04-08 18:05:27 +0200
  • 16e64ddf97 Update docs for multi-config loading Matthias 2022-04-08 17:36:50 +0200
  • ecb0e43c2a Improve pre-commit docs Matthias 2022-04-08 17:50:32 +0200
  • b8556498ef Fix pre-commit to actually work Matthias 2022-04-08 17:46:53 +0200
  • 238ff6c9fe Use better naming Matthias 2022-04-08 17:30:23 +0200
  • 1435d26996 store config-file loading paths Matthias 2022-04-08 17:26:51 +0200
  • 3427df0653 Add simple test for recursive loading Matthias 2022-04-08 16:04:54 +0200
  • 1ea49ce864 Support nested configurations Matthias 2022-04-07 20:29:03 +0200
  • aee0cfd17a forcebuy_enable -> force_entry_enable Matthias 2022-04-08 13:39:41 +0200
  • 1559692e47 Update hyperopt.py Italo 2022-04-08 11:44:42 +0100
  • ef2f8be526
    Merge pull request #6653 from mkavinkumar1/renaming-forceentry-forceexit Matthias 2022-04-08 12:31:48 +0200
  • 075fc6d35e
    Apply suggestions from code review Matthias 2022-04-08 11:45:03 +0200
  • 0e9b348868 Update api_v1.py மனோஜ்குமார் பழனிச்சாமி 2022-04-08 11:08:11 +0530
  • ca400b8195 Updated requested changes in PR #6653 மனோஜ்குமார் பழனிச்சாமி 2022-04-08 10:45:05 +0530
  • f7020df097 Updating requested changes in PR #6653 மனோஜ்குமார் பழனிச்சாமி 2022-04-08 00:03:54 +0530
  • 9417bb01dc
    Merge branch 'develop' into renaming-forceentry-forceexit மனோஜ்குமார் பழனிச்சாமி 2022-04-08 00:01:51 +0530
  • 9ee53b5f9e
    Update docs/telegram-usage.md மனோஜ்குமார் பழனிச்சாமி 2022-04-07 23:55:07 +0530
  • 1347107c1e extract load_from_files to load_config Matthias 2022-04-07 20:13:52 +0200
  • 673b3034ee Simplify load_from_files Matthias 2022-04-07 20:05:51 +0200
  • bdd9f584fa Update some docs terminology Matthias 2022-04-07 19:43:56 +0200
  • a659bcb60b Update some docs terminology Matthias 2022-04-07 19:43:56 +0200
  • ea1c55b161 Update backtesting to use row instead of sell_row Matthias 2022-04-07 19:43:34 +0200
  • 890694da08
    Merge pull request #6661 from SmartManoj/patch-5 Matthias 2022-04-07 19:25:58 +0200
  • abd747bdfa
    Update setup.sh மனோஜ்குமார் பழனிச்சாமி 2022-04-07 21:13:54 +0530
  • cbbbe8a5ba Fix test using existing config file, therefore becomming fluky Matthias 2022-04-07 09:08:17 +0000
  • 3188d036a6 improve trading_mode handling Matthias 2022-04-07 08:45:45 +0000
  • 7bf3475fbd
    Update fiat_convert.py மனோஜ்குமார் பழனிச்சாமி 2022-04-07 10:28:55 +0530
  • 299dd84cfe
    Merge pull request #6656 from freqtrade/use_sell_signal Matthias 2022-04-06 19:46:46 +0200
  • 916764d4f2
    Merge pull request #6658 from mkavinkumar1/rename-enter-side Matthias 2022-04-06 19:32:55 +0200
  • 28b58712fb Add compatibility shim for trade.entry_trade Matthias 2022-04-06 19:13:46 +0200
  • d5ec79c0b9 Update deprecated settings to support non-nested transitions Matthias 2022-04-06 19:09:34 +0200
  • 62d13a9f74
    Fix test indentation Matthias 2022-04-06 16:03:11 +0200
  • bbc094b74b Simplify test Matthias 2022-04-06 07:08:15 +0200
  • 146d6e7c6c Add UAH to supported fiat currencies Matthias 2022-04-06 06:43:06 +0200
  • b751dd339a Update test_rpc_telegram.py மனோஜ்குமார் பழனிச்சாமி 2022-04-06 07:23:43 +0530