Commit Graph

  • 2b1a8f2fbb Update binance stoploss to use correct stop order for futures Matthias 2022-03-05 13:57:54 +0100
  • 6fa6542935 flake8 fix Kavinkumar 2022-03-05 15:13:58 +0530
  • 5f50f19e34 Updated backtest Kavinkumar 2022-03-05 14:39:28 +0530
  • 685820cc12 Fix failures due to non-happening rounding Matthias 2022-03-04 19:48:34 +0100
  • 8943d42509 Update telegram notifications to properly detect shorts Matthias 2022-03-04 19:42:29 +0100
  • 3fb6010eee updated sell msg Kavinkumar 2022-03-04 18:10:31 +0530
  • 9576fab621 Re-remove amount to precision from trade entry Matthias 2022-03-04 07:16:06 +0100
  • cee126a2cf extract stop_limit-rate calculation Matthias 2022-03-04 07:10:14 +0100
  • 62dcebee46 Update stoploss method to new functionality Matthias 2022-03-04 07:07:34 +0100
  • 011cd58377 Adjust new stoploss tests to futures world Matthias 2022-03-04 06:58:34 +0100
  • 7435b5ec96 Fix small merge errors Matthias 2022-03-04 06:58:21 +0100
  • 0622654bcf Give tests a chance to pass Matthias 2022-03-04 06:50:42 +0100
  • 488da9b875 Merge branch 'develop' into feat/short Sam Germain 2022-03-03 13:51:52 -0600
  • 819b35747d Minor documentation updates Matthias 2022-03-03 20:24:06 +0100
  • c0e12d632f Add FTX ref links Matthias 2022-03-03 19:19:10 +0100
  • f1d9673ae5 Merge branch 'partial_sell' of https://github.com/mkavinkumar1/freqtrade into partial_sell Kavinkumar 2022-03-03 23:05:33 +0530
  • 0e5a550cfb for coverage Kavinkumar 2022-03-03 23:04:45 +0530
  • bc1933cf21
    Merge branch 'freqtrade:develop' into partial_sell Kavinkumar 2022-03-03 22:50:44 +0530
  • 59d3dd5ecb added unit tests 2 and 3 Kavinkumar 2022-03-03 22:45:23 +0530
  • 42be492404 updated unit tests Kavinkumar 2022-03-03 20:51:13 +0530
  • f67b1b4fcf added 2nd unit test Kavinkumar 2022-03-03 15:21:17 +0530
  • 1d3ce5bef4 Remove duplicate call to init_db Matthias 2022-03-03 07:23:10 +0100
  • 5ab72ac082 chore: realign enums imports Matthias 2022-03-03 07:07:33 +0100
  • 9bcc79e118 Use parsed TradingMode from config Matthias 2022-03-03 07:06:13 +0100
  • 5332c441b9 Fix fail test - add more TODO's Matthias 2022-03-03 07:00:10 +0100
  • f558d4b132
    Merge pull request #6467 from samgermain/backtest-liq Matthias 2022-03-03 06:50:32 +0100
  • 761ac6685a
    Merge pull request #6489 from samgermain/gateio-market Matthias 2022-03-03 06:34:06 +0100
  • dfb72d8a2f gateio market orders futures Sam Germain 2022-03-02 21:37:53 -0600
  • 0804ef411b
    Merge branch 'freqtrade:develop' into plot_hyperopt_stats Italo 2022-03-03 01:44:41 +0000
  • e9456cdf15 Update trade response to use a single Order object Matthias 2022-02-27 16:54:14 +0100
  • 17c9c3caf3 Enable orders via API Matthias 2022-02-26 16:10:54 +0100
  • 8a9c6e27a5 docs/leverage.md: Added freqtrade_liquidation_price formula to docs Sam Germain 2022-03-02 12:53:24 -0600
  • eb30c40e0c Fix hyperopt for futures Matthias 2022-03-02 19:50:16 +0100
  • c9988e0aa2 test_backtest__enter_trade_futures comment calculations include liquidation buffer Sam Germain 2022-03-02 12:46:31 -0600
  • c5cf73e67b hdf5 datahandler should also create directory Matthias 2022-03-02 19:41:14 +0100
  • 988a9f05f2 updated unit tests Kavinkumar 2022-03-02 20:04:28 +0530
  • dcba781ef7
    Merge branch 'freqtrade:develop' into partial_sell Kavinkumar 2022-03-02 16:27:21 +0530
  • 8016121035 updating backtest for partial sell Kavinkumar 2022-03-02 14:52:53 +0530
  • aa3aa923bc updated sub trade detection Kavinkumar 2022-03-02 14:33:56 +0530
  • 82cfaedbe6 Update models.py Kavinkumar 2022-03-02 14:09:03 +0530
  • 3dab31df29 updated backtest Kavinkumar 2022-03-02 13:24:58 +0530
  • a031216ecc updated backtesting Kavinkumar 2022-03-02 13:05:00 +0530
  • c0e11beced linting Sam Germain 2022-03-02 01:30:52 -0600
  • c0fb6f7e85 test_backtest__enter_trade_futures - fixed formula in comments Sam Germain 2022-03-02 01:26:47 -0600
  • d4fbb785b5
    Merge pull request #6458 from stash86/pos_adjust Matthias 2022-03-02 07:23:49 +0100
  • 1c4a7c25d7 Fix failing test Matthias 2022-03-02 07:14:36 +0100
  • 478d440e80 Test backtesting with USDT pairs Matthias 2022-03-02 07:00:07 +0100
  • b18256c231
    Merge pull request #6487 from samgermain/setup-gettext Matthias 2022-03-02 06:39:27 +0100
  • 71be547d82 Bump ccxt to 1.74.63 Matthias 2022-03-02 06:26:00 +0100
  • e7bd3c6d80 updated requested changes Kavinkumar 2022-03-02 10:13:11 +0530
  • abc8854b5a setup.sh install gettext for mac Sam Germain 2022-03-01 17:36:11 -0600
  • 83095878c7 use inputs tef 2022-03-02 00:24:13 +0100
  • 8f4c134bd8 test Bemhreth 2022-03-02 02:18:04 +0300
  • 55a4454a50 edit todo tef 2022-03-01 22:29:24 +0100
  • db546a651c add todo tef 2022-03-01 22:24:08 +0100
  • f74de1cca3 Improve Backtesting "wrong setup" message to include tradable_balance Matthias 2022-03-01 19:46:13 +0100
  • 54165662ce Don't require unfilledtimeout, it's optional. Matthias 2022-03-01 19:41:26 +0100
  • 69cfb0b278 Revert change to telegram - this should be handled at the source Matthias 2022-03-01 19:32:25 +0100
  • c2b90afa61 Merge branch 'develop' into pr/stash86/6458 Matthias 2022-03-01 19:30:48 +0100
  • a2c9879375 Reset sell-reason if order is cancelled Matthias 2022-03-01 19:30:16 +0100
  • 736a930152 Update small things Matthias 2022-03-01 19:23:14 +0100
  • f26247e8e0 Revert wrong version string Matthias 2022-03-01 19:08:04 +0100
  • 5c1d053b51 typo Kavinkumar 2022-03-01 18:52:12 +0530
  • e068787d1e changed requested Kavinkumar 2022-03-01 18:44:18 +0530
  • 027e11d859 partial sell Kavinkumar 2022-03-01 02:29:09 +0530
  • e8206bc751 Simplify backtesting enter_Trade Matthias 2022-02-28 20:10:23 +0100
  • 1b07ad92cf Merge branch 'feat/short' into pr/samgermain/6467 Matthias 2022-02-28 20:07:19 +0100
  • c745f5828c Update comments to clarify it's supposed to be a "offline" call Matthias 2022-02-28 20:05:14 +0100
  • c39e7368ee Split backtesting test to properly initialize it Matthias 2022-02-28 19:58:44 +0100
  • e005439720
    Merge pull request #6400 from freqtrade/short_dca Matthias 2022-02-28 19:47:50 +0100
  • 79538368db Simplify liquidation price calculation Matthias 2022-02-28 19:45:15 +0100
  • ab46476e63 Rename get_liquidation method Matthias 2022-02-28 19:42:26 +0100
  • 1d27cbd01f Simplify leverage_prep interface Matthias 2022-02-28 19:34:10 +0100
  • 8e2d3445a7 Move leverage_prep calculations to exchange class Matthias 2022-02-28 19:27:48 +0100
  • bc92225441 Add todo about leverage_prep Matthias 2022-02-28 19:23:14 +0100
  • 679d10533a
    Merge 2f81785d5c into dca83b070d Kavinkumar 2022-02-28 18:15:25 +0530
  • 2f81785d5c
    updated old logic Kavinkumar 2022-02-28 18:14:03 +0530
  • 80cad96927
    updated logic Kavinkumar 2022-02-28 16:07:39 +0530
  • dca83b070d
    Merge pull request #6478 from freqtrade/dependabot/pip/develop/fastapi-0.74.1 Matthias 2022-02-28 07:08:02 +0100
  • 68bc2a6107 Add huobi to ccxt compat tests Matthias 2022-02-27 11:56:22 +0100
  • a922c4df70
    Merge pull request #6477 from freqtrade/dependabot/pip/develop/ccxt-1.74.43 Matthias 2022-02-28 06:52:18 +0100
  • cf22926cee
    Merge pull request #6475 from freqtrade/dependabot/pip/develop/mkdocs-material-8.2.3 Matthias 2022-02-28 06:50:48 +0100
  • 151841965a
    Merge pull request #6476 from freqtrade/dependabot/pip/develop/types-requests-2.27.11 Matthias 2022-02-28 06:34:34 +0100
  • 39d9ee784a test commit Kavinkumar 2022-02-28 10:41:30 +0530
  • f168c68676
    corrected logic Kavinkumar 2022-02-28 09:26:51 +0530
  • 207b211e5e
    Bump fastapi from 0.74.0 to 0.74.1 dependabot[bot] 2022-02-28 03:01:38 +0000
  • 42fbec4172
    Bump ccxt from 1.74.17 to 1.74.43 dependabot[bot] 2022-02-28 03:01:29 +0000
  • faf6a35ad7
    Bump types-requests from 2.27.10 to 2.27.11 dependabot[bot] 2022-02-28 03:01:20 +0000
  • 590944a600
    Bump mkdocs-material from 8.2.1 to 8.2.3 dependabot[bot] 2022-02-28 03:01:17 +0000
  • 1121965c6e liq backtesting tests Sam Germain 2022-02-27 14:28:28 -0600
  • 7948224892 leverage_prep should also becalled after filling a entry ordre Matthias 2022-02-27 21:14:28 +0100
  • b103045a05 backtesting._enter_trade update liquidation price on increased position Sam Germain 2022-02-27 12:08:39 -0600
  • 6fdcc714bf backtesting margin_mode key fix Sam Germain 2022-02-27 11:59:27 -0600
  • 504d1b1bd6
    Slightly reduce verbosity when reload_conf is issued Kavinkumar 2022-02-27 23:23:47 +0530
  • d516852f94 rpc fix Kavinkumar 2022-02-27 22:27:59 +0530
  • fb9acbfe32 removed debug Kavinkumar 2022-02-27 22:16:21 +0530
  • 6fce6a5b0d Revert "cancelled order bug fixed" Kavinkumar 2022-02-27 22:11:49 +0530
  • 1ac360674c Update Readme quickstart Matthias 2022-02-27 17:37:46 +0100
  • 437b12fab7 Use trade.* props where possible Matthias 2022-02-27 17:15:33 +0100
  • 33be14e7e2 Update stake_amount calculation with multiple entries when using leverage Matthias 2022-02-27 17:09:29 +0100