Commit Graph

274 Commits (cfd5af67ca045381ee673f4d9b355a30b31c8f99)

Author SHA1 Message Date
Thaweesak Chusri 4faa6a0bd7 🐛 updated test case from StaticPairlist to StaticPairList
4 years ago
Matthias a1a62681bf add fixes for random test failures
4 years ago
Matthias 70df037690 Improve test precision
4 years ago
Matthias 7563050f17 Realign tests to precision backtesting
4 years ago
Matthias 9347677c60 Uppdate pricecontours test to not recreate backtesting every loop
4 years ago
Matthias 0b806af487 Add orders column to btresult
4 years ago
eSeR1805 bb7ffd8fbe
Update testcases relying on BT results.
4 years ago
eSeR1805 99aea454b5
Update testcases to match reporting.
4 years ago
Sam Germain 4a6f1e90c3 Merge branch 'develop' into bot-start
4 years ago
Matthias fbd142844f Refactor bt-caching stuff to it's own module
4 years ago
Matthias d1a61f9c61 Don't start futures backtest if leverage-tiers don't contain pair
4 years ago
Sam Germain 810e190e16 added tests for bot_start
4 years ago
Matthias ec2582a4ae Update tests to no longer use Strategy V1
4 years ago
Matthias 25c6c5e326 Update backtest sell terminology to exit
4 years ago
Matthias dff9d52b30 Remove hints on no longer used option, add very primitive test
4 years ago
Matthias b1378efdeb ignore_roi_if_buy_signal -> ignore_roi_if_entry_signal
4 years ago
Matthias 4897731030 use_sell_signal -> use_exit_signal
4 years ago
Matthias 5ce5c70be6 sell_profit_offset -> exit_profit_offset
4 years ago
Matthias bba9629a2a Rename sell_profit_only to exit_profit_only
4 years ago
Matthias 543aa74278 update sell_reason to exit_reason
4 years ago
Matthias f742d21690 Add test showing #6629
4 years ago
Matthias 743a7b7849 Merge branch 'develop' into feat/short
4 years ago
Matthias dcfa3e8648 Update SellType to ExitType
4 years ago
Matthias b1e3ead88b Merge branch 'develop' into feat/short
4 years ago
Matthias 08777abd85 Update backtesting output terminology to "exit"
4 years ago
Matthias eb08b92180 Raise exception when ticker_interval is set.
4 years ago
adriance 7dd57e8c04 format
4 years ago
adriance 1d4eeacc6d fix test_backtest__enter_trade_futures row data error
4 years ago
Matthias efc313b28b
Merge pull request #6512 from freqtrade/short_order_types
4 years ago
Matthias 93a91bdeee Update order_Types documentation
4 years ago
Matthias 51828a0b0b Update buy-signals to entry wording
4 years ago
Matthias 3ff261e22c Update order time in force to use entry/exit wording
4 years ago
Matthias d2a163e2cf rename column to liquidation_price
4 years ago
Sam Germain c9988e0aa2 test_backtest__enter_trade_futures comment calculations include liquidation buffer
4 years ago
Sam Germain c0e11beced linting
4 years ago
Sam Germain c0fb6f7e85 test_backtest__enter_trade_futures - fixed formula in comments
4 years ago
Matthias 1c4a7c25d7 Fix failing test
4 years ago
Matthias 478d440e80 Test backtesting with USDT pairs
4 years ago
Matthias 1b07ad92cf Merge branch 'feat/short' into pr/samgermain/6467
4 years ago
Matthias c39e7368ee Split backtesting test to properly initialize it
4 years ago
Matthias 8e2d3445a7 Move leverage_prep calculations to exchange class
4 years ago
Sam Germain 1121965c6e liq backtesting tests
4 years ago
Matthias fd936e26ae Merge branch 'develop' into feat/short
4 years ago
Matthias 42df65d4ec Make sure backtesting is cleaned up in tests
4 years ago
Matthias 0c6d92a7a6 Merge branch 'develop' into feat/short
4 years ago
Matthias 85767d0d70 Add timedout_*_orders to tests
4 years ago
Sam Germain 33b04b1992 deleted outdated todos
4 years ago
Matthias 58fad72778 Update wallets when necessary
4 years ago
Matthias f4149ee462 Force ROI to be within candle
4 years ago
Sam Germain 3ee2b7978c wallets.validate_stake_amount added param max_stake_available
4 years ago
Sam Germain 7465037906 freqtradebot.execute_entry test for too high stake amount
4 years ago
Sam Germain 6b6b35ac1c check for max stake limit in freqtradebot and backtesting
4 years ago
Sam Germain 30519aa3be Changed name Collateral -> MarginMode, collateral -> margin_mode, and _supported_trading_mode_margin_pairs -> _supported_trading_margin_pairs
4 years ago
Matthias 463714832d Merge branch 'develop' into feat/short
4 years ago
Matthias 4b9d55dbe2 Add test for backtest dataprovider
4 years ago
Matthias 88ccfedd32 Improve wording of "no history found" error
4 years ago
Matthias 6492e1cd76 Investigate random test failure
4 years ago
Matthias bf0b95b3d8 Improve backtest tests
4 years ago
Matthias f090dcc597 Merge branch 'develop' into feat/short
4 years ago
Matthias 314a544881 Add Failing test for get_strategy_run_id
4 years ago
Rokas Kupstys 5fffc5033a Rework backtesting --no-cahche to --cache=[none, day, week, month].
4 years ago
Matthias 9becce9897 Update failing test
4 years ago
Rokas Kupstys 526ed7fa9a Add test_backtest_start_multi_strat_caching test flexing backtest result caching.
4 years ago
Matthias ddfbe55e7c Merge branch 'develop' into feat/short
4 years ago
Rokas Kupstys a715083fc0 Reduce memory usage by not holding on to no longer needed data.
4 years ago
Matthias 22cda87211 Update some tests after merge
4 years ago
Matthias f4d0abc51a Merge branch 'feat/short' into pr/samgermain/5780
4 years ago
Matthias 67f3570bf3 Merge branch 'develop' into feat/short
4 years ago
Matthias 134b129d9d get_analyzed_df does not need a "candle_type" argument
4 years ago
Matthias 897788de17 Reformulate exception to be "nicer"
4 years ago
Stefano Ariestasia 5307d2bf3b Trimming the sentence
4 years ago
Stefano Ariestasia c23d90e2b8 Update test_backtesting.py
4 years ago
Stefano Ariestasia 0c629fc951 Update test_backtesting.py
4 years ago
Sam Germain 920151934a Added candle_type to a lot of methods, wrote some tests
4 years ago
Matthias c26c0b6822 Merge branch 'feat/short' into short_buy_tag_compat
4 years ago
Matthias 36deced00b Remove more buy_tag references
4 years ago
Matthias 0a50017c84 Add long/short support to backtesting
4 years ago
Matthias ebc38159b8 Merge branch 'develop' into feat/short
5 years ago
Sam Germain aed22f7dad Merge branch 'develop' into feat/short
5 years ago
Matthias 78724e304e Merge branch 'develop' into pr/theluxaz/5710
5 years ago
theluxaz 0e085298e9 Fixed test failures.
5 years ago
Matthias 7b5346b984 Add test for breakdown-stats
5 years ago
Matthias 0e13d57e57 Update advise_* methods to entry/exit
5 years ago
Matthias c791b95405 Use new TestStrategy (V3) by default in tests
5 years ago
Matthias 49350f2a8e Fix backtesting test
5 years ago
Matthias 2e50948699 Fix some tests
5 years ago
Matthias ca44d2e092 Merge branch 'feat/short' into pr/samgermain/5378
5 years ago
Matthias b0c4f079c2 Merge branch 'develop' into feat/backtest_detail
5 years ago
Matthias 07d71f014f Rename defaultStrategy file
5 years ago
Matthias 6d96b11279 Rename DefaultStrategy
5 years ago
Matthias fbf8eb4526 Rename test-legacy strategy
5 years ago
Matthias 11bd8e912e Fix some tests
5 years ago
Matthias fa4ec9f83e Add explicit test for get_sell_trade_entry
5 years ago
Matthias 3406b889b6 First test
5 years ago
Matthias 3f160c7144 Cache dataframe before cutting the first candle
5 years ago
Matthias cf27968b97 Properly preserve trade's low during backtesting
5 years ago
Matthias 895b912c71 Fix recently introduced lookahead bias in backtesting
5 years ago
Matthias a5f796bc97 refactor ohlcvdata_to_dataframe to advise_all_indicators
5 years ago
Matthias f17942b68f Fix random test failure
5 years ago
Matthias 6abd352c0f Add test for backtesting dataframe cache
5 years ago