Matthias
|
d4c042c523
|
Add amount precision test to test for significant digits
|
2023-08-30 07:32:38 +00:00 |
|
Matthias
|
b48fe4ce51
|
Properly use Precision-mode Variable
|
2023-08-30 07:23:59 +00:00 |
|
Matthias
|
78f356c0df
|
amount to contract precision to test_utils
|
2023-08-30 07:18:46 +00:00 |
|
Matthias
|
7263d321f8
|
move timeframe_to* tests to test_exchange_utils
|
2023-08-30 07:16:14 +00:00 |
|
Matthias
|
1ccbe87f90
|
Move precision tests to exchange_utils test file
|
2023-08-30 07:09:57 +00:00 |
|
Matthias
|
e7d2a48766
|
Move date_minus test to exchange_utils testmethod
|
2023-08-30 07:07:28 +00:00 |
|
Matthias
|
23aa8dcd51
|
Simplify profit calculation (removes unnecessary fallback)
|
2023-08-29 18:31:51 +02:00 |
|
Matthias
|
f3187ddcbf
|
Merge pull request #9057 from freqtrade/feat/stoploss_adjust
"After order" stoploss adjustment
|
2023-08-29 18:06:37 +02:00 |
|
Matthias
|
5eb446f1ce
|
Don't remove elements from list we're iterating over
closes #9127
|
2023-08-29 17:44:39 +02:00 |
|
Matthias
|
5efa40215b
|
Allow invalid futures pairs (: separated)
closes #9127
|
2023-08-29 17:40:35 +02:00 |
|
Matthias
|
1a8b793c0a
|
Merge branch 'develop' into feat/stoploss_adjust
|
2023-08-29 07:04:08 +02:00 |
|
Matthias
|
f19f3ed4eb
|
Fix rpc forceexit logic, fix remaining test
|
2023-08-27 10:29:34 +02:00 |
|
Matthias
|
2f97b00d31
|
Fix test
|
2023-08-27 10:02:41 +02:00 |
|
Matthias
|
911e238494
|
Revert false removal of Exception from test
|
2023-08-27 09:52:11 +02:00 |
|
Matthias
|
5659ca2ecd
|
Fix migrations
|
2023-08-25 07:29:10 +02:00 |
|
Matthias
|
acda2ff909
|
Remove open_order_id from test_ftbot
|
2023-08-25 07:13:39 +02:00 |
|
Matthias
|
43c73c75c5
|
Remove more open_order_id references
|
2023-08-25 07:10:30 +02:00 |
|
Matthias
|
b82b77d03f
|
Fix some rpc tests
|
2023-08-25 07:01:48 +02:00 |
|
Matthias
|
4c0a6611c8
|
remove open_order_id from test mock trades
|
2023-08-24 20:17:29 +02:00 |
|
Matthias
|
3e986e24fa
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-08-24 20:09:41 +02:00 |
|
Matthias
|
e5a88fdeda
|
Fix stylistic issues
|
2023-08-24 20:06:51 +02:00 |
|
Matthias
|
67e3ce308b
|
Remove now unused import
|
2023-08-24 20:01:23 +02:00 |
|
Matthias
|
a740b9458f
|
Fix remaining test after conftest_trade rework
|
2023-08-24 19:49:05 +02:00 |
|
Matthias
|
ffdb5fb790
|
Fix further tests after conftest_trades rework
|
2023-08-24 18:06:17 +02:00 |
|
Matthias
|
0cc7039232
|
Fix mock trade 1 status
|
2023-08-24 17:53:46 +02:00 |
|
Matthias
|
cfe1187cd9
|
Fix missed Test
|
2023-08-24 17:38:56 +02:00 |
|
Matthias
|
a36e131838
|
Fix more conftest trades
|
2023-08-24 07:29:50 +02:00 |
|
Matthias
|
94864a6ab3
|
Fix bad open_order_id assignment in test
|
2023-08-24 07:28:55 +02:00 |
|
Matthias
|
e1e90112ba
|
conftest_usdt trades - align open orders
|
2023-08-24 07:16:01 +02:00 |
|
Matthias
|
5cf6f0b491
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-08-23 07:20:34 +02:00 |
|
Matthias
|
0c7cb29ea1
|
Don't use type() is comparisons
|
2023-08-22 20:39:36 +02:00 |
|
Matthias
|
4fefae6f07
|
Improve download-trades test
|
2023-08-20 11:51:01 +02:00 |
|
Matthias
|
399e308e07
|
Fix bug in --dl-trades downloading
|
2023-08-19 18:32:27 +02:00 |
|
Matthias
|
aa1dcd1b44
|
Merge pull request #9065 from freqtrade/trades_data_handling
Improve Trades data handling
|
2023-08-18 18:04:38 +02:00 |
|
Matthias
|
ee11dae82a
|
Merge branch 'develop' into dependabot/pip/develop/pydantic-2.1.1
|
2023-08-18 10:18:53 +02:00 |
|
Matthias
|
3d8dcd1644
|
Improve and parametrize trades_data tests
|
2023-08-18 10:05:15 +02:00 |
|
Matthias
|
30064b4102
|
Add support for trades data in Parquet format
|
2023-08-18 09:58:03 +02:00 |
|
Matthias
|
5de3b9d7ae
|
Clean up no longer used method
|
2023-08-18 09:31:17 +02:00 |
|
Matthias
|
0fab65df03
|
Set explicit dtypes
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
26c89d89e4
|
Keep original timestamp in dataframe
|
2023-08-18 09:08:10 +02:00 |
|
Matthias
|
357b04202c
|
Datahandlers should store data from dataframes
|
2023-08-17 20:11:18 +02:00 |
|
Matthias
|
6fc1ee9831
|
trades_append should use dataframe, not lists
|
2023-08-17 18:06:25 +02:00 |
|
Matthias
|
780f238904
|
Fix trades duplicates if trade id is different
|
2023-08-17 18:04:13 +02:00 |
|
Matthias
|
5d5cc71945
|
Fix pandas duplication detection, improve test
|
2023-08-17 17:53:08 +02:00 |
|
Matthias
|
0be2250cf5
|
Keep existing trades_remove_duplicates for now
|
2023-08-17 17:23:12 +02:00 |
|
Matthias
|
02ee7f8b5b
|
Update further tests
|
2023-08-17 16:05:47 +02:00 |
|
Matthias
|
a595074754
|
Update test for new trades handling
|
2023-08-17 10:03:56 +02:00 |
|
Matthias
|
ba34318f7a
|
Update converter test to use fixture
|
2023-08-17 09:57:26 +02:00 |
|
Matthias
|
452e1ab016
|
get_analyzed_dataframe should provide dataframe with startup candles
closes #7389
|
2023-08-15 19:43:04 +02:00 |
|
Matthias
|
bea6782223
|
Ensure cutoffs in backtesting are properly tested
|
2023-08-15 19:33:07 +02:00 |
|
Matthias
|
045d8c6fca
|
Add test for informative pair filtering
|
2023-08-15 17:56:40 +02:00 |
|
Matthias
|
09ec00888f
|
Don't use global variable in test
|
2023-08-15 17:31:56 +02:00 |
|
Robert Caulk
|
5d3f3fb39f
|
Merge pull request #8903 from Yinon-Polak/freqai-pytorch-bugfixes
Freqai pytorch bugfixes
|
2023-08-15 16:48:44 +02:00 |
|
Matthias
|
3f5903bad8
|
Split tests for jinja utils
|
2023-08-15 07:42:43 +02:00 |
|
Matthias
|
6249392526
|
Add test for "allow adjustment in other direction"
|
2023-08-14 15:21:59 +02:00 |
|
Matthias
|
4da8c91161
|
Improve stop adjustment tests
|
2023-08-14 15:21:59 +02:00 |
|
Matthias
|
6b9547a9ad
|
Improve migrations
|
2023-08-14 15:21:38 +02:00 |
|
Matthias
|
21cf5fc679
|
Fix use of string.format()
|
2023-08-14 09:11:50 +02:00 |
|
Matthias
|
9b6654e81a
|
Fix ruff E721 (type comparison)
|
2023-08-14 09:11:19 +02:00 |
|
Matthias
|
72bd4e816d
|
Simplify code, no longer log "could not find rate"
closes #9031
|
2023-08-12 16:10:37 +02:00 |
|
Matthias
|
716b1cd002
|
Improve ccxt tests
|
2023-08-10 20:05:21 +02:00 |
|
Matthias
|
6ce08548fb
|
Further update ccxt test fixtures
|
2023-08-10 18:11:02 +02:00 |
|
Matthias
|
ea257e3cbb
|
Refactor online test fixtures into separate conftest module
|
2023-08-10 07:17:52 +02:00 |
|
Matthias
|
20763daa74
|
Simplify online tess by skipping non-available futures exchanges
|
2023-08-10 07:10:45 +02:00 |
|
Matthias
|
7e9389421a
|
Move ccxt_compat tests to their own subfolder
|
2023-08-10 07:03:29 +02:00 |
|
Matthias
|
4b8569b80e
|
Merge pull request #9014 from hippocritical/develop
bugfixes and false-positives for lookahead-analysis
|
2023-08-10 06:28:12 +02:00 |
|
Matthias
|
32c3d96760
|
Merge pull request #9027 from freqtrade/remove_sandbox
Remove sandbox
|
2023-08-09 20:24:19 +02:00 |
|
Matthias
|
88925d6c1d
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-08-09 19:58:24 +02:00 |
|
Matthias
|
328a6f791e
|
Improve stoploss mock
|
2023-08-09 19:55:27 +02:00 |
|
Matthias
|
b934644039
|
Fix tests, explicitly test for missing timerange
|
2023-08-09 18:36:20 +02:00 |
|
Matthias
|
2069abe314
|
Remove custom fetch_funding_fees from bybit
|
2023-08-08 20:56:03 +02:00 |
|
Matthias
|
78cf8a1c09
|
Fix exchange bybit test
|
2023-08-08 20:31:10 +02:00 |
|
Matthias
|
565e2699b4
|
Re-set funding-fee history limit for bybit to 200
|
2023-08-08 20:29:57 +02:00 |
|
Matthias
|
62ad2cca1a
|
Add active test for alternative futures rates (ensures history is loaded correctly).
|
2023-08-08 20:18:46 +02:00 |
|
Jan Smets
|
ab156b6ad7
|
Increase bybit ohlcv_candle_limit to 1000 in tests
|
2023-08-08 12:28:28 +02:00 |
|
Matthias
|
05bbc8e7aa
|
Remove last sandbox occurance
|
2023-08-08 06:26:25 +02:00 |
|
Matthias
|
88d6f70abe
|
Remove sandbox related code
|
2023-08-08 06:25:06 +02:00 |
|
Matthias
|
4b07720d0b
|
Update test strategy to ensure we're using stake_amount
|
2023-08-07 06:59:16 +02:00 |
|
yinon
|
a3c6904fbc
|
pytorch - naming refactor - max_iters to n_steps
|
2023-08-04 13:45:21 +00:00 |
|
yinon
|
8ebfb731d8
|
Merge branch 'develop' into freqai-pytorch-bugfixes
|
2023-08-04 12:47:41 +00:00 |
|
axel
|
2893f0544a
|
fix test_apply_fee_conditional_multibuy
|
2023-08-03 19:13:43 -04:00 |
|
Matthias
|
6d6111864e
|
Test also backtest result list
|
2023-08-03 06:43:12 +02:00 |
|
Matthias
|
23a2b95994
|
Add test for updating metadata
|
2023-08-03 06:39:27 +02:00 |
|
Axel CHERUBIN
|
f397d973f3
|
Merge branch 'freqtrade:develop' into feature/multiple_open_orders
|
2023-08-02 23:48:13 -04:00 |
|
Matthias
|
53c0d30f36
|
Update test for new kucoin behavior
related: https://github.com/ccxt/ccxt/pull/18745
|
2023-08-02 20:04:41 +02:00 |
|
Matthias
|
0e63335d2e
|
Remove bitvavo temp. workaround
|
2023-08-02 20:01:31 +02:00 |
|
Matthias
|
261a593ba5
|
Update tests for new output format (string-formatted dates are not relevant).
|
2023-08-02 19:48:59 +02:00 |
|
Matthias
|
482cc615cc
|
Fix empty Path inits in tests
|
2023-08-02 17:57:49 +02:00 |
|
Matthias
|
33eecfa9ef
|
Fix test typo
|
2023-08-01 06:32:23 +02:00 |
|
Matthias
|
730ae781a9
|
Add explicit test for get_backtest_metadata
|
2023-07-31 21:22:22 +02:00 |
|
Matthias
|
1926e642cd
|
Improve backtest_stats storing test
|
2023-07-30 19:49:20 +02:00 |
|
Matthias
|
71737d8792
|
Remove half-commented test part
|
2023-07-29 20:08:20 +02:00 |
|
Matthias
|
6659d26131
|
Merge branch 'develop' into dataformat/feather
|
2023-07-29 20:04:12 +02:00 |
|
Matthias
|
e7e7a17183
|
Add test confirming #8972
|
2023-07-29 08:50:28 +02:00 |
|
Matthias
|
fd7dfc95e3
|
Enhance dca integration test for adjust_entry checks
|
2023-07-28 07:16:12 +02:00 |
|
Matthias
|
797617abaa
|
Fix test comment
|
2023-07-28 07:07:10 +02:00 |
|
Matthias
|
9a400d0e6f
|
Allow comments and trailing commas in remotepairlist files
closes #8971
|
2023-07-27 18:05:22 +02:00 |
|
Matthias
|
bbf472e69b
|
Improve errorhandling on webserver endpoint
Part of https://github.com/freqtrade/frequi/issues/1387
|
2023-07-27 06:52:34 +02:00 |
|
Matthias
|
8b2abf4422
|
Remove .json from backtesting output
|
2023-07-25 20:41:28 +02:00 |
|
Matthias
|
997b80fd7b
|
Allow deleting of backtest files
|
2023-07-25 20:34:45 +02:00 |
|
Matthias
|
1d39cc18bf
|
Add is_file_in_dir helper function
|
2023-07-25 20:19:23 +02:00 |
|
Matthias
|
4ce95dd1c3
|
Merge pull request #8955 from freqtrade/feat/bt_streaks
Backtesting - streak output
|
2023-07-25 18:06:11 +02:00 |
|
Matthias
|
a9d310ca00
|
Disable bitvavo candle test temporarily after downtime
|
2023-07-24 07:17:29 +02:00 |
|
Matthias
|
380244f8b1
|
Improve calc_streak, rename method
|
2023-07-24 07:09:11 +02:00 |
|
Matthias
|
a7bd6725f5
|
Add test to verify consecutive wins / losses calculation
|
2023-07-24 06:36:16 +02:00 |
|
Matthias
|
d7916366bd
|
Adjust webhook tests to include timeout
|
2023-07-23 19:21:55 +02:00 |
|
Stefano Ariestasia
|
8f04225282
|
another test fix
|
2023-07-23 15:00:08 +09:00 |
|
Stefano Ariestasia
|
4c23771d39
|
fix expectancy test
|
2023-07-23 14:42:48 +09:00 |
|
Stefano Ariestasia
|
0eddc6b7ad
|
update expectancy test
|
2023-07-23 14:27:45 +09:00 |
|
Matthias
|
955a63725a
|
Improve resiliance when showing older backtest results
|
2023-07-22 19:43:20 +02:00 |
|
Stefano Ariestasia
|
40d7d05e4e
|
merge 2 expectancy functions
|
2023-07-22 17:29:43 +09:00 |
|
Stefano Ariestasia
|
3552fa431b
|
fix test
|
2023-07-22 11:40:52 +09:00 |
|
Stefano Ariestasia
|
3dd33cde00
|
fix test
|
2023-07-22 11:39:10 +09:00 |
|
Stefano Ariestasia
|
b0639ab319
|
flake8
|
2023-07-22 11:29:08 +09:00 |
|
Stefano Ariestasia
|
cfd8b068e7
|
add test for expectancy
|
2023-07-22 11:25:53 +09:00 |
|
Stefano Ariestasia
|
dcc3ef1309
|
flake8 fix
|
2023-07-22 09:18:22 +09:00 |
|
Stefano Ariestasia
|
c048e7229a
|
modify expectancy and expectancy ratio
|
2023-07-22 08:36:51 +09:00 |
|
Matthias
|
f4933a9cff
|
Improve test for pair_history
Verifies that startup_candle_count is verified correctly.
|
2023-07-21 20:57:05 +02:00 |
|
Matthias
|
ac2147727f
|
Update test for updated cost logic
|
2023-07-20 19:51:45 +02:00 |
|
Matthias
|
bdb778cb9f
|
Merge pull request #8912 from froggleston/rpc_expectancy
Add expectancy to RPC calls and telegram
|
2023-07-19 20:21:09 +02:00 |
|
froggleston
|
f95f954df7
|
Convert winrate to ratio instead of % in calculations
|
2023-07-18 22:25:17 +01:00 |
|
froggleston
|
6ccc12f337
|
Fix calcs, rename ratio, add docs
|
2023-07-17 14:16:22 +01:00 |
|
Matthias
|
68c3c764b7
|
Merge pull request #8914 from freqtrade/fix/8877
Dry-run open balance should include realized profit
|
2023-07-17 06:47:10 +02:00 |
|
Matthias
|
69ddbe3944
|
Merge pull request #8909 from freqtrade/backtest_adjustment
introduce order.stake_amount
|
2023-07-16 20:03:46 +02:00 |
|
Matthias
|
35714c469b
|
Add explicit dry_wallet test
|
2023-07-16 16:06:23 +02:00 |
|
Matthias
|
d0e0e156b1
|
Update tests to account for realized profit/loss
|
2023-07-16 16:06:23 +02:00 |
|
Matthias
|
8a55423ac7
|
Add asserts for wallet size
|
2023-07-16 16:04:00 +02:00 |
|
Matthias
|
66131d5103
|
Improve integration test assertions
|
2023-07-15 20:55:56 +02:00 |
|
froggleston
|
9d36dc7ac6
|
Fix line length
|
2023-07-15 16:59:33 +01:00 |
|
froggleston
|
d4b282d6f7
|
Fix expectancy calc and tests
|
2023-07-15 16:51:45 +01:00 |
|
froggleston
|
7eced953b3
|
Merge in develop changes
|
2023-07-15 16:16:08 +01:00 |
|
Matthias
|
768a7b47ec
|
Fix some futures symbol naming in tests
|
2023-07-15 17:14:57 +02:00 |
|
froggleston
|
096cb0d1ee
|
Add tests, fix winrate calc
|
2023-07-15 16:09:13 +01:00 |
|
Matthias
|
626ea6b119
|
Add backtesting support for order.stake_amount
|
2023-07-15 14:55:22 +02:00 |
|
Matthias
|
d8c0621887
|
Add stake amount property to order object
|
2023-07-15 10:14:08 +02:00 |
|
Matthias
|
e4cd29d88c
|
Add test for trade.cost
|
2023-07-15 09:02:01 +02:00 |
|
Matthias
|
7f0e1c27c6
|
Fix realized_profit for trade from_json
|
2023-07-14 07:35:58 +02:00 |
|
Yinon Polak
|
7d28dad209
|
pytorch - add n_epochs param to trainer
|
2023-07-13 20:41:38 +03:00 |
|
Matthias
|
45a9c304b6
|
Add test for new conditional behavior
|
2023-07-13 07:07:15 +02:00 |
|
Matthias
|
b593205ad9
|
No need to use .get() for properties with default values
|
2023-07-12 18:29:12 +02:00 |
|
Matthias
|
2babb36fc2
|
Update final tests
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
ec2960a167
|
Fix dtype ...
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
1c5d20e9a3
|
Fix some tests, restore 1m json data
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
a1efd6b783
|
Update further tests to use feather
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
1d77497f64
|
Fix test
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
586692b73f
|
TMP: remove full json data
|
2023-07-12 18:23:31 +02:00 |
|
Matthias
|
15aa1fd876
|
Add new feather data
|
2023-07-12 18:23:30 +02:00 |
|
Matthias
|
a0fff43648
|
Add fee_base to json output
|
2023-07-10 19:47:37 +02:00 |
|
Matthias
|
5bc84dca56
|
Fix from_json with new attributes
|
2023-07-10 06:38:18 +02:00 |
|
Matthias
|
b4957a2e37
|
Update converter test
|
2023-07-09 15:37:56 +02:00 |
|
Matthias
|
4c6eee8dfe
|
Update proxy documentation to correspond to new ccxt mode
|
2023-07-09 13:52:46 +02:00 |
|
Matthias
|
af5fc76dc6
|
Add test for different processing modes
|
2023-07-09 11:51:43 +02:00 |
|
Matthias
|
e6ee55a69b
|
Improve some test coverage
|
2023-07-09 11:37:06 +02:00 |
|
Matthias
|
4dda9c6daa
|
Add explicit test for short-desc
|
2023-07-09 11:36:13 +02:00 |
|
Bloodhunter4rc
|
4d4ec11a8a
|
- print
|
2023-07-09 09:53:31 +02:00 |
|
Bloodhunter4rc
|
4f77e3f595
|
Merge branch 'remotepairlist' of https://github.com/Bloodhunter4rc/freqtrade into remotepairlist
|
2023-07-09 09:44:19 +02:00 |
|
Bloodhunter4rc
|
0b68ca6cb3
|
use pairlist_pos remove unused check, fixed Test
|
2023-07-09 09:42:33 +02:00 |
|
Bloodhunter4rc
|
0c2eb8dc58
|
Merge branch 'freqtrade:develop' into remotepairlist
|
2023-07-09 09:15:56 +02:00 |
|
Bloodhunter4rc
|
ee1fa34df2
|
Add 'processing_mode' , blacklist checks
|
2023-07-08 18:05:46 +02:00 |
|
Matthias
|
c4b0f24cd7
|
Use USD for kraken tests, as it has more volume.
|
2023-07-08 13:26:31 +02:00 |
|
Matthias
|
3d6d006e84
|
Merge branch 'develop' into pr/Bloodhunter4rc/8819
|
2023-07-08 07:37:00 +02:00 |
|
Matthias
|
65550335ee
|
Add explicit online test for get_trade_history
part of #8860
|
2023-07-07 11:15:15 +02:00 |
|
Matthias
|
942f0b4fbd
|
Move format_ms_time to datetime_helpers
|
2023-07-07 08:59:07 +02:00 |
|
Matthias
|
accc1b509b
|
Simplify class setups without inheritance
|
2023-06-29 12:16:10 +00:00 |
|
Matthias
|
72504e62ad
|
Extract btstorage methods
|
2023-06-25 17:42:58 +02:00 |
|
Matthias
|
65e8359908
|
Improve naming of new file
|
2023-06-25 17:11:13 +02:00 |
|
Matthias
|
794bca1379
|
Split optimize report generation from visualization
|
2023-06-25 17:09:57 +02:00 |
|
Matthias
|
5e084ad2e5
|
convert optimize_reports to a package
|
2023-06-25 17:08:41 +02:00 |
|
Bloodhunter4rc
|
d534f88d1c
|
unnecessary lines removed.
|
2023-06-24 14:36:31 +02:00 |
|
Bloodhunter4rc
|
caca070c1a
|
added tests
|
2023-06-24 14:31:30 +02:00 |
|
Matthias
|
f224f743da
|
Add explicit test for open_orders property
|
2023-06-24 08:53:27 +02:00 |
|
axel
|
5c0d89feb5
|
fix test_handle_insufficient_funds with comments
|
2023-06-23 17:53:54 -04:00 |
|
axel
|
07c629922a
|
fiw wip test_api_status
|
2023-06-21 02:15:06 -04:00 |
|
axel
|
3f506bb474
|
fix test_api_performance
|
2023-06-21 02:05:40 -04:00 |
|
axel
|
db5383927c
|
fix test_rpc_trade_status
|
2023-06-20 21:52:06 -04:00 |
|
Matthias
|
2b88137612
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-06-20 19:17:47 +02:00 |
|
Matthias
|
01dfca80ab
|
Improve stop test behavior
|
2023-06-20 19:16:21 +02:00 |
|
Matthias
|
2f7b29ed34
|
Fix test_tsl_on_exchange_compatible_with_edge
|
2023-06-20 19:08:55 +02:00 |
|
Matthias
|
9fddc1499e
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-06-20 18:14:25 +02:00 |
|
Matthias
|
b49a118764
|
Fix exit_timeout test
|
2023-06-20 18:14:16 +02:00 |
|
Matthias
|
c7f4dc1651
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-06-20 17:43:50 +02:00 |
|
Matthias
|
29d77a17e5
|
Fix more tests
|
2023-06-20 17:42:05 +02:00 |
|
Matthias
|
e34bfa9767
|
Fix exception test
|
2023-06-20 17:13:16 +02:00 |
|
Matthias
|
ac4e3028d2
|
Clean up some code
|
2023-06-20 17:09:31 +02:00 |
|
Matthias
|
f1bed95153
|
Fix some initial tests
|
2023-06-20 17:02:03 +02:00 |
|
Matthias
|
02071df8fa
|
Merge pull request #8692 from freqtrade/feat/outsource-data-pipeline
Outsource data pipeline handling to improve flexibility
|
2023-06-18 13:39:36 +02:00 |
|
Matthias
|
3d72d32845
|
Merge pull request #8369 from hippocritical/develop
backtest - lookahead_analysis
|
2023-06-18 08:29:08 +02:00 |
|
Matthias
|
52db6ac7d7
|
Use proper log level
|
2023-06-17 20:35:23 +02:00 |
|
Matthias
|
d94f3e7679
|
Add explicit tests for download-data
(without the command part)
|
2023-06-17 20:00:24 +02:00 |
|
axel
|
b031470979
|
WIP with comment on test test_adjust_entry_maintain_replace
|
2023-06-17 12:36:03 -04:00 |
|
Matthias
|
44a38e8362
|
Update download data tests
|
2023-06-17 18:22:47 +02:00 |
|
Matthias
|
6f0f954686
|
Adjust mocks for new import location
|
2023-06-17 17:53:12 +02:00 |
|
Matthias
|
e0d5242a45
|
Reduce download-data verbosity
|
2023-06-17 17:53:12 +02:00 |
|
robcaulk
|
447feb16b4
|
Merge remote-tracking branch 'origin/develop' into use-datasieve
|
2023-06-17 13:26:35 +02:00 |
|
axel
|
171c4f182d
|
update test_adjust_entry_maintain_replace test case, fix first RPC test
|
2023-06-17 00:06:30 -04:00 |
|
axel
|
bf60f38a23
|
fix tests test_handle_trade, test_handle_cancel_exit_limit, WIP on test_adjust_entry_maintain_replace
|
2023-06-16 23:29:41 -04:00 |
|
axel
|
93994756e8
|
fix multiple tests, including test_check_handle_cancelled_buy
|
2023-06-16 21:51:24 -04:00 |
|
axel
|
7c55a2c6e2
|
fix tests: test_manage_open_orders_entry, test_manage_open_orders_partial_except, test_adjust_entry_cancel, test_manage_open_orders_partial_fee
|
2023-06-16 18:01:38 -04:00 |
|
axel
|
ee43792566
|
fix tests: test_handle_cancel_exit_cancel_exception, test_update_trade_state_sell, test_manage_open_orders_entry_usercustom
|
2023-06-16 17:14:53 -04:00 |
|
axel
|
f14b42f202
|
add use has_open_orders property in freqtradebot tests
|
2023-06-16 16:22:08 -04:00 |
|
Matthias
|
24e806f081
|
Improve resiliance by using non-exchange controlled order attributes.
|
2023-06-16 19:58:35 +02:00 |
|
axel
|
5f70406880
|
fix more tests
|
2023-06-15 22:00:15 -04:00 |
|
axel
|
069759c7c5
|
fix more tests
|
2023-06-15 21:33:39 -04:00 |
|
axel
|
ebd5fac91d
|
update cancel_all_open_orders, wip on fixing test_cancel_all_open_orders
|
2023-06-15 21:04:40 -04:00 |
|
axel
|
156c202889
|
fix more tests including process_open_trade_positions
|
2023-06-15 20:46:35 -04:00 |
|
Matthias
|
b3ef024e9e
|
Don't use PurePosixPath
|
2023-06-15 20:43:05 +02:00 |
|
Matthias
|
964bf76469
|
Invert parameters for initialize_single_lookahead_analysis
otherwise their order is reversed before calling LookaheadAnalysis for no good reason
|
2023-06-15 20:42:26 +02:00 |
|
axel
|
8e0faf4aaa
|
fix more tests, remove legacy conditions from update_trade function
|
2023-06-15 14:29:08 -04:00 |
|
Matthias
|
ad74e65673
|
Simplify configuration setup
|
2023-06-15 20:26:45 +02:00 |
|
axel
|
73d1201ed8
|
start fixing test_handle_stoploss_on_exchange_trailing, add temp logs
|
2023-06-15 13:37:36 -04:00 |
|
axel
|
defa6f45b2
|
fix more freqtradebot tests, update params of handle_cancel_enter, handle_cancel_exit
|
2023-06-15 03:05:01 -04:00 |
|
axel
|
9cdff0b0a5
|
fix first important tests in test_freqtradebot, update and fix on order related Trade class hybrid_properties
|
2023-06-15 01:55:13 -04:00 |
|
Matthias
|
11d7e7925e
|
Fix random test failures
|
2023-06-14 20:34:18 +02:00 |
|
axel
|
450fc5763f
|
fix test test_freqtradebot.py::test_execute_entry
|
2023-06-14 14:20:14 -04:00 |
|
axel
|
2495661554
|
remove unrequired appends from test_update_limit_order
|
2023-06-14 11:49:20 -04:00 |
|
axel
|
ae92557dd7
|
remove commented legacy open_order_id property references
|
2023-06-14 11:44:49 -04:00 |
|
axel
|
057f852e06
|
fix localTrade and trade classe miroring, fix persistence tests
|
2023-06-14 11:40:30 -04:00 |
|
axel
|
4874d10455
|
Replace open_order_id property by open_orders in Trade model, first test update
|
2023-06-13 02:11:34 -04:00 |
|
hippocritical
|
876ce85cd8
|
Merge branch 'freqtrade:develop' into develop
|
2023-06-12 23:04:02 +02:00 |
|
Matthias
|
1e44cfe2fc
|
Improve stoploss test
|
2023-06-12 18:20:36 +02:00 |
|
hippocritical
|
d748cf6531
|
Merge branch 'freqtrade:develop' into develop
|
2023-06-11 22:55:03 +02:00 |
|
hippocritical
|
663cfc6211
|
fixing tests
|
2023-06-11 22:53:21 +02:00 |
|
Matthias
|
5844756ba1
|
Add test and fix for stop-price == limit price
closes #8758
|
2023-06-11 17:20:35 +02:00 |
|
Matthias
|
4a800fe467
|
Add explicit test for get_stop_limit_rate
|
2023-06-11 17:17:41 +02:00 |
|
Matthias
|
fd940dbba2
|
Merge pull request #8530 from freqtrade/feat/pairlistconfig
Provide pairlists via API
|
2023-06-11 12:43:38 +02:00 |
|
hippocritical
|
2bd66fbb47
|
Merge branch 'freqtrade:develop' into develop
|
2023-06-11 00:21:04 +02:00 |
|
hippocritical
|
9eceb2f38c
|
Merge remote-tracking branch 'origin/develop' into develop
|
2023-06-11 00:20:02 +02:00 |
|
hippocritical
|
1da1972c18
|
added test for config overrides
|
2023-06-11 00:18:34 +02:00 |
|
Matthias
|
e332fbfb47
|
Add explicit test for okx get_stop_params
|
2023-06-10 16:56:41 +02:00 |
|
Matthias
|
2806110869
|
Add explicit test for okx cancel_stop
|
2023-06-10 16:56:41 +02:00 |
|
Matthias
|
cfe88f06d2
|
Improve behavior of okx rebuys when using stop on exchange
closes #8755
|
2023-06-10 16:56:41 +02:00 |
|
Matthias
|
3523f564bd
|
Improve Log reduction and corresponding test
|
2023-06-10 09:44:20 +02:00 |
|
Matthias
|
b89390c06b
|
Reduce log verbosity during bias tester runs
|
2023-06-09 07:15:36 +02:00 |
|
Matthias
|
c8e827d483
|
Merge branch 'develop' into pr/hippocritical/8369
|
2023-06-09 07:03:25 +02:00 |
|
Matthias
|
fc8c6b06ad
|
Extract set-log-levels from main logging module
|
2023-06-09 06:59:08 +02:00 |
|
Matthias
|
e3056b141a
|
Move logging tests to dedicated test file
|
2023-06-09 06:51:12 +02:00 |
|
robcaulk
|
f10f00f5e8
|
Merge remote-tracking branch 'origin' into use-datasieve
|
2023-06-07 19:23:36 +02:00 |
|
hippocritical
|
675a97c1cb
|
Merge branch 'freqtrade:develop' into develop
|
2023-06-07 19:22:42 +02:00 |
|
robcaulk
|
dc577d2a1a
|
update to new datasieve interface, add noise to pipeline
|
2023-06-07 17:58:27 +02:00 |
|
robcaulk
|
4d4589becd
|
fix isort in tests
|
2023-06-07 14:00:00 +02:00 |
|
Robert Caulk
|
94bc91ef57
|
Update tests/freqai/test_freqai_datakitchen.py
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2023-06-04 21:50:13 +02:00 |
|
Matthias
|
71b81ee7cd
|
Add margin_mode to pairlists callback
|
2023-06-04 13:25:39 +02:00 |
|
Matthias
|
f61ae9c7e2
|
Merge branch 'develop' into feat/pairlistconfig
|
2023-06-04 08:33:45 +02:00 |
|
Matthias
|
ac7419e975
|
Split trademode response value into trade_mode and margin-mode
|
2023-06-03 11:58:55 +02:00 |
|
Matthias
|
74254bb893
|
Add /exchanges endpoint to list available exchanges
|
2023-06-03 11:58:55 +02:00 |
|
Matthias
|
fcb960185e
|
Clarify function naming
|
2023-06-03 11:58:55 +02:00 |
|
Matthias
|
10ea2b44c7
|
Update test line length
|
2023-06-03 06:59:22 +02:00 |
|
Matthias
|
ac046d6a2d
|
Allow setting the exchange explicitly
|
2023-06-02 10:14:11 +02:00 |
|
Matthias
|
e2594e7494
|
Align tests to use webserver mode
|
2023-06-01 20:46:28 +02:00 |
|
Matthias
|
cafc9479b7
|
Merge branch 'develop' into feat/pairlistconfig
|
2023-06-01 20:33:28 +02:00 |
|