Commit Graph

6060 Commits (70d7dcd189ff44cb9dfdba47ea03be13792b04fe)

Author SHA1 Message Date
Matthias e9cc9bb38a test: add explaining comment about mark price test
9 months ago
Matthias 3b6395ddb8 test: improve ccxt compat test teardown
9 months ago
Matthias fdcbb3c0d0 chore: enable test checking funding-fee returned is not 0.
9 months ago
Matthias b07ffbf721 test: remove unused argument
9 months ago
Matthias 6452521002
Merge pull request #12026 from hippocritical/develop
9 months ago
hippocritical 52374b39f2 adds numpy.NaN => np.nan conversion to the strategy updater since numpy2.0 changed that, now it throws errors.
9 months ago
Matthias 300a866aac test: update test for new logic
9 months ago
Matthias 841e480ff5 test: add test for get_dry_run_wallet
9 months ago
Matthias c1ba2936ec test: update ccxt_config test to set defaultSettle for bybit
9 months ago
Matthias 16359d617d chore: disable ws tests for hyperliquid for now
9 months ago
Matthias ae9f83ed30 refactor: simplify ws_test
9 months ago
Matthias 29df7499c5 chore: improve error output
9 months ago
Matthias 5e64416dfa test: add test for profit_all
9 months ago
Matthias 277828b1d4 chore(tests): reduce hyperliquid timeframe
9 months ago
Matthias 47dcf7bc93 chore(ci): Switch hyperliquid tests to a more active pair
9 months ago
Matthias 571497e58b
Merge pull request #11974 from qqqqqf-q/feat/telegram-profit-direction
9 months ago
Matthias 35dab9b566 test: fix typo in test name
9 months ago
Matthias 2b05a49671 test: Update telegram /profit tests
9 months ago
Matthias b79b5b6c32 refactor: move profit test next to each other
9 months ago
Matthias 78124cd025 feat: support `/profit long`, too
9 months ago
Matthias 8f4dfbf55d chore: remove long-deprecated and pointless metric
9 months ago
qqqqqf 19b57ad87e Add /profit long and /profit short commands#2
9 months ago
qqqqqf 583738040c
Merge branch 'freqtrade:develop' into feat/telegram-profit-direction
9 months ago
Matthias 8c85448ed7 chore: remove unused import
9 months ago
Matthias 24f904efc4 test: fix failing test
9 months ago
Matthias c4a29a0178 test: ensure candle_type_def is set properly
9 months ago
Matthias aedbe0d1d2 chore: add spot to available trading modes
9 months ago
qqqqqf 97f30cf13d feat(telegram): Add /profit long and /profit short commands
10 months ago
Matthias 2ecadabd92 chore: align API endpoints
10 months ago
Matthias 8acc05bb2d chore: update wording in exception message
10 months ago
Matthias e90c60c940 chore: improved response on delete order
10 months ago
Matthias 60029c2a8b fix: improved message when nonexisting trade is deleted
10 months ago
Matthias 8ecd7011cb
Merge pull request #11953 from freqtrade/drop_3.10
10 months ago
Matthias 6e98a369de test: add test case for #11923
10 months ago
Matthias fa69b7017b test: add TIA/USDT:USDT test leverage tier
10 months ago
Matthias d010a050d3 chore: autoformat tests
10 months ago
Matthias 7b541ff958 test: refactor test to use asyncio.timeout
10 months ago
Matthias 640cab2ca8 refactor: tests - update timezone.utc to UTC
10 months ago
Matthias deb8bde078 refactor: tests - update timezone.utc to UTC
10 months ago
Matthias 81fdff1039 chore: simplify exchangews_ohlcv further
10 months ago
Matthias 5101b1767b test: slightly cleanup ws_ohlcv test
10 months ago
Matthias e90aa6abda test: Increased asyncio.sleep for ws_ohlcv test
10 months ago
Matthias 9bd8b7acf5 test: use event based init for telegram
10 months ago
Matthias 2a5a422079 test: attempt to fix test_exchangews_ohlcv flakyness
10 months ago
Matthias e92afb74c6 test: improve event-loop mocking
10 months ago
Matthias 66020d250c test: update test trades pagination handling to use _ft_has
10 months ago
Matthias 822dce09b7
tests: keys are no longer added to the dict
10 months ago
Matthias 2165c3e542 tests: update tests to ues new module
10 months ago
Matthias f2c37e2575 test: remove missed test
11 months ago
Matthias 95fbe04225 test: add tests for edge startup errors
11 months ago
Matthias 43c5b8d0ed test: remove final edge test occurance
11 months ago
Matthias 301d85ef4f test: remove edge tests
11 months ago
Matthias c53c70d597 tests: further test cleanup
11 months ago
Matthias aa89ce80ab test: remove edge from tests (initial round)
11 months ago
Matthias 1ba411cccf tests: Update empty error match
11 months ago
Matthias ae671c736e feat: don't lowercase ccxt_config keys
11 months ago
Matthias b05fb57fb7 chore: huobijp rename to bittrade
11 months ago
Matthias ce46cd7343
Merge pull request #11646 from freqtrade/deps/numpy2
11 months ago
Matthias 77dcc5354c test: update hyperliquid test for new load_markets behavior
11 months ago
Matthias b8b94d58c4 test: update tests for new reload_markets behavior
11 months ago
Matthias dfc1193c52
Merge pull request #11656 from mrpabloyeah/add-custom-roi-strategy-callback
11 months ago
Matthias ee25635c79 test: update tests for new StrategyValidator
11 months ago
Matthias f3d03dd26a feat: ensure uniqueness among fetched orders
11 months ago
Matthias 34ccf141d1 test: enhance now_is_time_to_refresh test
11 months ago
Matthias 64c6b4718d
Merge pull request #11758 from mrpabloyeah/add-max-trade-duration-to-backtest-results
11 months ago
Matthias 82f98746bd test: update test for new behavior
11 months ago
Matthias 947cbdd858 test: add format_duration test
11 months ago
Matthias d8c24663fc
Merge pull request #11736 from viotemp1/optuna_addons
11 months ago
Matthias 8641796d04 test: Add test for early-stop config adjustment
11 months ago
mrpabloyeah 882ca44816 Fix test_optimize_reports
11 months ago
Matthias daff50e79e test: improve admotion test by skipping empty lines
11 months ago
Matthias 09b687d66f test: add test checking proper admotion logic
11 months ago
Matthias 665ff9f14e test: extend test_docs for collapsed info boxes
11 months ago
Matthias c3ea793abb Merge branch 'develop' into add-custom-roi-strategy-callback
11 months ago
Matthias c901f6d1dd test: add test for custom_roi behavior
11 months ago
Matthias 3b6dbaccf8 test: add failing test for #11752
11 months ago
Matthias 3fb6bc888b chore: Mypy-exclusions to account for ta-lib import problem
12 months ago
Matthias c3f6aa17ee
Merge pull request #11711 from freqtrade/feat/bt_historic_precision
12 months ago
Matthias 8dc278f1a0 refactor: simplify ws exchange handling
12 months ago
Matthias a6d3995013 feat: Improved typing, exception if neither step nor decimals is set
12 months ago
Matthias d0d40f4fce test: Improve skdecimal test
12 months ago
Matthias 7cfecab7e2 Merge branch 'develop' into optuna
12 months ago
Matthias 8f8da51808 feat: round hyperopt results to 13 digits (this removes floating point errors)
12 months ago
Matthias 53ba3ced06 test: add test for backtest "get price precision" logic
12 months ago
Matthias 081fa2209a refactor: correct naming of new function
12 months ago
Matthias 7d3fa41911 test: add tests for get_significant_digits_over_time
12 months ago
Matthias 8b8bf6f97d refactor: automatically load detailed bt data
12 months ago
Matthias f8a151c2a5 feat: Add funding_fee to backtest results
12 months ago
Matthias 1013c32316 fix: duplicate generate_optimizer to have a non-delayed alternative
12 months ago
viotemp1 dd613ac86c fix formatting
12 months ago
viotemp1 73c28890d7 move @delayed and @wrap_non_picklable_objects in hyperopt_optimizer.py
12 months ago
Matthias 61dd94ceb0 test: add tests for annotations feature
12 months ago
Matthias 1b2d5a357f test: change level of test mock
12 months ago
Matthias ecc6371733 test: reduce amount of mocking
12 months ago
Matthias 5954c64cc3
chore: use ubuntu 24.04 for online tests
12 months ago
viotemp1 ced1ce340a fix some formatting issues
12 months ago
Matthias 1ef2eeb456 chore(ci): reenable htx online tests through proxy
12 months ago
Matthias 02ab0eb139 test: temporarily disable HTX tests
1 year ago
viotemp1 8d0ca7f5c1 remove backtesting from generate_optimizer
1 year ago
Matthias d8b51875bf test: update tests for new file structure
1 year ago